
function gallerySwitch(gallery,display){
	window.galleryFrame.location.href = "/i_gallery.php?gallery=" + gallery + "&display=" + display;
}

