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