// JavaScript Document
<!--
var newwindow;
function popitup(url)
{
	newwindow=window.open(url,'name','height=260,width=225,left=400,top=260,toolbar=0,location=0,statusbar=0,menubar=0,scrollbars=no,resizable=no');
	if (window.focus) {newwindow.focus()}
} 
//-->
