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