 function openBigImg(turl,title,ur) {
  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' oncontextmenu='return false;' oncopy='return false;' onselectstart='return false;'>");
 if(ur!=""){if(ur!=null){w.document.write("<a href='"+ur+"' title='"+title+"' target='_blank'>");};} 
 w.document.write("<img style='border:none;' width='440' height='330' alt='"+title+"' src='"+turl+"'></body></html>");
 if(ur!=""){if(ur!=null){w.document.write("</a>");};}
 w.focus();
 }
 function openBigImgV(turl,title,ur) {
  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' oncontextmenu='return false;' oncopy='return false;' onselectstart='return false;'>");
  if(ur!=""){if(ur!=null){w.document.write("<a href='"+ur+"' title='"+title+"' target='_blank'>");};}   
  w.document.write("<img style='border:none;' width='330' height='440' alt='"+title+"' src='"+turl+"'></body></html>");
  if(ur!=""){if(ur!=null){w.document.write("</a>");};}
  w.focus();
 }
 function openBigImgFree(turl,title,wid,hei) {
  if(!turl) return;
  w = window.open("","viewImg","width="+wid+",height="+hei);  
  //if(w!=null){w.close(); w = window.open("","viewImg","width="+wid+",height="+hei);}
  w.document.open("text/html");
  w.document.write("<html><head><title>"+title+"</title></head><body leftmargin='0' topmargin='0' marginwidth='0' marginheight='0' oncontextmenu='return false;' oncopy='return false;' onselectstart='return false;'><img width='"+wid+"' height='"+hei+"' alt='"+title+"' src='"+turl+"'></body></html>");
  w.focus();
 }
 function newtype() {
  w = window.open("","viewImg","width=440,height=330");
  w.document.open("text/html");
w.document.write("<html><head><title>ÑÎÇÄÀÍÈÅ ÍÎÂÎÃÎ ÒÈÏÀ</title></head>");
w.document.write("<body leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'>");
w.document.write("<form method='post' target='_parent'>");
w.document.write("<input type='text' name='name' class='formelement'>");
w.document.write("<input type='submit' class='formelement_btn' value='ÑÎÕÐÀÍÈÒÜ'>");
w.document.write("<input type='button' class='formelement_btn' value='ÎÒÌÅÍÈÒÜ' onclick='w.close();'>");
w.document.write("</form>	");
w.document.write("	</body></html>");
  w.focus();
 }
 function openInfo(cat) {
  wi = window.open("info.php?id="+cat,"","width=440,height=440,scrollbars=1"); 
  wi.focus();
}
 function openw(lnk) {
  wi = window.open(lnk,"","width=800,height=600,scrollbars=1"); 
  wi.focus();
}
