// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
//<!--
function popitup(url) {
	newwindow=window.open(url,'name','height=440,width=440,top=200,left=400,resizable=yes');
	if (window.focus) {newwindow.focus()}
	return false;
}


// -->
//.................................
