//<!--

function openchild(sPicURL) { 
     window.open( "popup.html?"+sPicURL, "one", "background-Color=#FFFFCC,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,menubar=no,resizable=no,width=623,height=623"); 
   }

//-->