
function popitup(url)
{

newwindow=window.open(url,'name','toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes,left=150,top=50,screenX=0,screenY=0');
if (window.focus) {newwindow.focus()}
return false;
}

			