function Foto(sPicURL) {
 window.open( "popup.htm?"+sPicURL, "name","resizable=1");
}

