function NetxShowImage(img, W, H){
 NewObj = window.open("", "bwin", "width="+ W +",height="+ H +",resizable=1,menubar=0,status=0,directories=0,location=0,toolbar=0,copyhistory=0");
 NewObj.document.write("<html><head></head><body><br /><center><img src='"+ img +"' galleryimg='no' border='0' /></center></body></html>");
}
