function bigimage(s,ww,hh)
{
  w=window.open(null,null,"top=50,left=50,height="+hh+",width="+ww+",status=no,toolbar=no,menubar=no,location=no,resizable=no");
  w.document.write("<title>Росинтур</title><body style='margin:0px;'><a href='#' onclick='window.close()'><img src='/pictdb/pict/"+s+"' width="+ww+" height="+hh+" border='0' alt='Закрыть окно'></a></body>");
}
