function po(page)
{ 
   w=window.open(page,'se','scrollbars=yes,width=500,height=500,resizable=no');
   w.focus();
	
}

function po2(page)
{
   w=window.open(page,'se','scrollbars=yes,width=567,height=500,resizable=yes');
   w.focus();
	
}

function po3(page)
{
   w=window.open(page,'se','scrollbars=yes,width=567,height=480,resizable=yes');
   w.focus();
	
}
