/* 	
	External JavaScript File for www.centuryconveyor.com
	Updated: 02/27/07
*/

// Open New Window

function poptastic(url)
{
	newwindow=window.open(url,'name','height=700,width=800,resizable=yes,scrollbars=yes,toolbar=yes,statusbar=yes');
	if (window.focus) {newwindow.focus()}
}
