function recherche(page){
		if(page!=""){
		window.location = page;
		}
}
