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