function careerspopup(url){
	newWindow = window.open(url, '', "width=720,height=660,left=100,top=100,screenX=100,screenY=100,toolbar=no,status=no,location=no,menubar=no,scrollbars=no,resizable");
	newWindow.focus();
}