function openchild(sPicURL) { 
	var turl = "/popup.html?"+sPicURL;
	window.open(turl, "one", 'toolbar=no,location=no,directories=no,status=no,scrollbars=yes,menubar=no,resizable=yes'); 
   }