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