function changePage(page) {
		document.Galerie.curPage.value = page;
		document.Galerie.submit(); 
	}
	
function changeGalerie() {
	document.Galerie.curPage.value = 1;
	document.Galerie.submit();
}

function expandImage(photoID, categoryID) {
	url="../visionneuse.php?ID=" + photoID + "&GalerieID=" + categoryID;
	window.open(url, "", "width=534,height=589");
}