function Pop(item){
   win_atr = "directories=0,height=300,width=300,location=no,menubar=no,resizable=yes,status=no,toolbar=no,titlebar=No";
   MyWin = window.open("","_blank",win_atr);
   MyWin.document.open();
   MyWin.document.write("<body onClick=javascript:window.close() style='text-Align:justify' onLoad=sh();>");
   MyWin.document.write('<center><img border=0 src='+item+'></center>');
   MyWin.document.write("<script>function sh(){X=document.images[0].width+30;Y=document.images[0].height+60;if(X>screen.width || Y>screen.height) document.body.scroll='yes';if(X>screen.width) X=screen.width;if(Y>screen.height) Y=screen.height;window.resizeTo(X,Y);}</script>");
   MyWin.document.close();
}
function pdr(){
open("/tovar.php","tovar","width=500,height=270");
}
function toprint(){
open("/toprint.php","print","width=625,height=440, resizable=yes scrollbars=yes");
}