
function popitup(url) {
	newwindow=window.open(url,'name','status=yes,scrollbars=yes,resizable=yes,width=650,height=450,screenX=410,screenY=5,top=5,left=410');
	if (window.focus) {newwindow.focus()}
	return false;
}
