function GotoPage(formulaire, Page){
	formulaire.Page.value = Page;
	formulaire.submit();
}
