function PopupPic(sPicURL) {
 gallery = window.open( sPicURL, "","location=0,status=1,scrollbars=0, resizable = 0, left=10"); 
 gallery.document.bgColor="#333333" 
}

