//<!--

function openchild(sPicURL) { 
     window.open( "/popup.html?"+sPicURL, "one", "resizable=0,HEIGHT=500,WIDTH=568"); 
   }

//-->