
function openchild(sPicURL) { 
     window.open( "popup.html?"+sPicURL, "one", "resizable=1,scrollbars=yes, width=540,height=400"); 
   }
