 function openBigImg(turl,title) {
  if(!turl) return;
  w = window.open("","","width=466,height=440"); 
  w.document.open("text/html");
  w.document.write("<html><head><title>"+title+"</title><link type='text/css' href='./css/style.css' rel='stylesheet'><link type='text/css' href='./css/styleie.css' rel='stylesheet'></head><body oncontextmenu='return false;' oncopy='return false;' onselectstart='return false;' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0' style='background-image:url(./designimages/picbh.png);'>");
  w.document.write("<img style='border:none;position:absolute;top:12px;left:12px;' width='440' height='330' alt='"+title+"' src='"+turl+"'>");
  w.document.write("<div class='osc' style='width:353px;height:79px;position:absolute;top:352px;left:100px;overflow:auto;'><table cellpadding='3' cellspacing='0'><tr><td style='width:353px;height:79px;text-align:justify;vertical-align:middle;font-family:verdana;color:#000000;'>"+title+"</td></tr></table></div></body></html>");
  w.focus();
 }
 function openBigImgV(turl,title) {
  if(!turl) return;
  wv = window.open("","","width=355,height=550");  
  wv.document.open("text/html");
  wv.document.write("<html><head><title>"+title+"</title><link type='text/css' href='./css/style.css' rel='stylesheet'><link type='text/css' href='./css/styleie.css' rel='stylesheet'></head><body oncontextmenu='return false;' oncopy='return false;' onselectstart='return false;' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0' style='background-image:url(./designimages/picbv.png);' >");
  wv.document.write("<img style='border:none;position:absolute;top:12px;left:12px;' width='330' height='440' alt='"+title+"' src='"+turl+"'>");
  wv.document.write("<div class='osc' style='width:251px;height:79px;position:absolute;top:463px;left:92px;overflow:auto;'><table cellpadding='3' cellspacing='0'><tr><td style='width:251px;height:79px;text-align:justify;vertical-align:middle;font-family:verdana;color:#000000;'>"+title+"</td></tr></table></div></body></html>");
  wv.focus();
 }
 function openBigImgFree(turl,title,wid,hei) {
  if(!turl) return;
  wf = window.open("","","width="+wid+",height="+hei);  
  //if(wf!=null){wf.close(); wf = window.open("","viewImg","width="+wid+",height="+hei);}
  wf.document.open("text/html");
  wf.document.write("<html><head><title>"+title+"</title></head><body oncontextmenu='return false;' oncopy='return false;' onselectstart='return false;' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0' ><img width='"+wid+"' height='"+hei+"' alt='"+title+"' src='"+turl+"'></body></html>");
  wf.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=450,height=450,scrollbars=1"); 
  wi.focus();
}