function historique(adresse){
 mafenetre = window.open(adresse, "new", "width=630, height=400");
 mafenetre.focus();
}
function windows(adresse){
 mafenetre = window.open(adresse, "new", "width=630, height=550");
 mafenetre.focus();
}