var Gallery = new function() {
	
	this.Showgallery = function(id)  {
		document.location.href="index.php?mod=gallery&exec=det&id="+id;
	};

}

