function wiew(f,xx,yy){
myWin=open("","displayWindow","width="+xx+",height="+yy+",status=no,toolbar=no,menubar=no,resizable=yes,scrollbars=no");
myWin.document.open();
myWin.document.write("<html><head><title> • Mycom • (095)230-01-76/78  </title>");
myWin.document.write("<script>");
myWin.document.write("function resz(){");
myWin.document.write("window.resizeTo(document.images.pic.width+10,document.images.pic.height+30)}");
myWin.document.write("</script></head>");
myWin.document.write("<body  BGCOLOR=#ffffff marginwidth=0 marginheight=0 leftmargin=0 rightmargin=0 topmargin=0 bottommargin=0  onLoad=resz()>");
myWin.document.write("<img src=\""+f+"\" hspace=0 vspace=0 border=0  name=pic>");
myWin.document.write("</body></html>");
myWin.document.close();
myWin.resizeTo(xx+10,yy+29);
myWin.focus();}


