function ow(li,b,h)
{
//location.href=li;


//bfen=open("","new",'fullscreen=no,left=0,top=0,width=2,height=2, resizable=yes');
//bfen.close();
bfen=open(li,"new",'fullscreen=no,left=0,top=0,width='+b+',height='+h+', resizable=yes');
bfen.focus();
}


