var slogan1="Let Us Help YOU Succeed!";
var slogan2="Fil-Can Communications may be the answer you need!";


function popUpWin (url, win, width, height, options) {
	var leftPos = (screen.availWidth - width) / 2;
	var topPos = (screen.availHeight - height) / 2;
	options += 'width=' + width + ',height=' + height + ',left=' + leftPos + ',top=' + topPos + ',scrollbars=yes';
	return window.open(url, win, options);
}

function wpop(url){ 
	var y = 530;
	var x = 660;
	
	var locx = (screen.width - x)/2; 
	var locy = (screen.height - y)/2; 
	
	a= window.open (url,"job",'width='+x+',height='+y+',menubar=no,toolbars=no,status=yes,resizable=no,scrollbars=yes,left='+locx+',top='+locy);
	a.focus();
} 
