
function PopupPic(sPicURL) {
window.open( "img/content/popup.htm?"+sPicURL, "1", "resizable=1,HEIGHT=450,WIDTH=350");
}
