function popup(URL){
	newwindow=window.open(URL,'name','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,height=600,width=830');
	if (window.focus) {newwindow.focus()}
	return false;
}

function careerpopup(URL){
	newwindow=window.open(URL,'name','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,height=600,width=800');
	if (window.focus) {newwindow.focus()}
	return false;
}
