 function openBigImg(turl,title) {
  if(!turl) return;
  w = window.open("","viewImg","width=659,height=480,scrollbars=1"); 
  if(w!=null){w.close(); w = window.open("","viewImg","width=659,height=480,scrollbars=1");}
  w.document.open("text/html");
  w.document.write("<html><head><LINK type='text/css' href='./css/style.css' rel='stylesheet'><title>\"пюдхнункдхмц \"ледхю FM\" - "+title+"</title></head><body leftmargin='0' topmargin='0' marginwidth='0' marginheight='0' style='background-image:URL(./designimages/hBG.png);padding:50px 0px 0px 0px;'><TABLE cellpadding='0' cellspacing='0' style='border:none;margin:0px 0px 0px 100px;'><TR><TD><img width='440' height='330' alt='"+title+"' src='"+turl+"' style='border:solid 1px #0000FF;'></TD></TR><TR><TD><BR><DIV align='center' style='width:440px;text-align:justify;'>"+title+"</div><BR></TD></TR></TABLE></body></html>");
  w.focus();
 }
 function openBigImgV(turl,title) {
  if(!turl) return;
  w = window.open("","viewImg","width=499,height=640,scrollbars=1");  
  if(w!=null){w.close(); w = window.open("","viewImg","width=499,height=640,scrollbars=1");}
  w.document.open("text/html");
  w.document.write("<html><head><LINK type='text/css' href='./css/style.css' rel='stylesheet'><title>\"пюдхнункдхмц \"ледхю FM\" - "+title+"</title></head><body leftmargin='0' topmargin='0' marginwidth='0' marginheight='0' style='background-image:URL(./designimages/vBG.png);padding:65px 0px 0px 0px;'><TABLE cellpadding='0' cellspacing='0' style='border:none;margin:0px 0px 0px 75px;'><TR><TD><img width='330' height='440' alt='"+title+"' src='"+turl+"' style='border:solid 1px #0000FF;'></TD></TR><TR><TD><BR><DIV align='center' style='width:330px;text-align:justify;'>"+title+"</div><BR></TD></TR></TABLE></body></html>");
  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>\"пюдхнункдхмц \"ледхю FM\" - "+title+"</title></head><body leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'><img width='"+wid+"' height='"+hei+"' alt='"+title+"' src='"+turl+"'></body></html>");
  w.focus();
 }
