// JavaScript Document
window.addEvent('domready',function(){
		$$('.zoomimg').each(function(el){
			new ReMooz(el, {
				origin: el.getElement('img'),
				cutOut: false,
				centered: true
			});
		});
	});
	function funChange(val)
	{
		frmPhotogallery.submit();
	}
	function openimage(id)
	{
		window.open("displayphotoimage2561.html?photoid="+id,"","scrollbars=yes,resizable=no,location=no,menubar=no,toolbar=no,top=20,left=100,width=350,height=350");
	}
