function rechercheRegion() {
var motclef = document.medecin.region.value;
var url = "http://ffp.cvf.fr/servlet/GP_Medecin?LIGUE="+motclef;
//window.location = url;
window.open(url);
//return false;
}

function rechercheRegionPara() {
var motclef = document.pratiquer.region.value;
var url = "http://ffp.cvf.fr/servlet/GP_ClubRegion?REGION="+motclef;
//window.location = url;
window.open(url);
}