<!--
function popitup(url) {
	newwindow=window.open(url,'name','height=520,width=800,screenX=50,screenY=50');
	if (window.focus) {newwindow.focus()}
	return false;
}
// -->