 function openBigImg(turl,title) {
  if(!turl) return;
  w = window.open("","viewImg","width=440,height=330");  
  if(w!=null){w.close(); w = window.open("","viewImg","width=440,height=330");}
  w.document.open("text/html");
  w.document.write("<html><head><title>Ôèðìà \"ÎÏÒÈÌÀ\" : "+title+"</title></head><body leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'><img width='440' height='330' alt='"+title+"' src='"+turl+"'></body></html>");
  w.focus();
 }
 function openBigImgVert(turl,title) {
  if(!turl) return;
  w = window.open("","viewImg","width=330,height=440");  
  if(w!=null){w.close(); w = window.open("","viewImg","width=330,height=440");}
  w.document.open("text/html");
  w.document.write("<html><head><title>Ôèðìà \"ÎÏÒÈÌÀ\" : "+title+"</title></head><body leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'><img width='330' height='440' alt='"+title+"' src='"+turl+"'></body></html>");
  w.focus();
 }


