<!--
function popitup(url) {
	newwindow=window.open(url,'name','height=600,width=850,top=25,left=25,resizable=yes,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
	return false;
}

// -->