function PopupPic(sPicURL, width, height) { 
     var popup_win = window.open( "show.html?"+sPicURL + '?' + width + '?' + height, "popup_pic","resizable=1,HEIGHT="+height+",WIDTH="+width);
     popup_win.focus();
}