
//show popup
function showPopUp(name,url,width,height) { 
	var detWindow="" 
	detWindow=window.open(url,name,'toolbar=no,location=0,directories=no,status=no,menubar=0,scrollbars=no,resizable=no,width='+width+',height='+height);
}

//image gallery script


