function onw(url)
{
  dte = new Date();
  var nwindow = null;
  var leftpos = (screen.availWidth)/2-205;
  var toppos = (screen.availHeight)/2-275;
  nwindow=window.open("",dte.getHours()+dte.getMinutes()+dte.getSeconds(),"toolbar=no,width=600,height=400,top="+toppos+",left="+leftpos+"");
  nwindow.document.write("<html><head><title>Снегоходы из Рыбинска Тайга Буран</title></head><body LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 onload=\"window.resizeTo(document.images[0].width+9, document.images[0].height+79);\"><a href=\"javascript:window.close();\"><img src=\""+url+"\" alt='' border=0></a></body></html>");
  nwindow.document.close();
}

