function GoGuide(chemin) {
PosX=(screen.width-800)/2;
PosY=(screen.height-560)/2;
FenPop=window.open('../commun/gpratique_a.html','page','top='+PosY+',left='+PosX+',width=796,height=585,scrollbars=1,toolbar=0,menubar=0,status=0,resizable=1');
}

function GoStage(id,chemin) {
PosX=(screen.width-670)/2;
PosY=(screen.height-300)/2;
FenPop=window.open(chemin+'stage_det.php?id='+id,'page','top='+PosY+',left='+PosX+',width=670,height=300,scrollbars=1,toolbar=0,menubar=0,status=0,resizable=1');
}

function GoEmploi(id,chemin) {
PosX=(screen.width-670)/2;
PosY=(screen.height-500)/2;
FenPop=window.open(chemin+'emploi_det.php?id='+id,'page','top='+PosY+',left='+PosX+',width=670,height=500,scrollbars=1,toolbar=0,menubar=0,status=0,resizable=1');
}

function GoAnnuaire(id,chemin) {
PosX=(screen.width-500)/2;
PosY=(screen.height-420)/2;
FenPop=window.open(chemin+'annuaire_det.php?id='+id,'page','top='+PosY+',left='+PosX+',width=500,height=420,scrollbars=1,toolbar=0,menubar=0,status=0,resizable=0');
}

function GoAnnuEntre(id) {
PosX=(screen.width-500)/2;
PosY=(screen.height-400)/2;
FenPop=window.open('annuaire_det.php?id='+id,'page','top='+PosY+',left='+PosX+',width=500,height=400,scrollbars=1,toolbar=0,menubar=0,status=0,resizable=0');
}

function GoForum(fichier) {
//fichier="../forum.php"
PosX=(screen.width-650)/2;
PosY=(screen.height-520)/2;
FenPop=window.open(fichier,'forum','top='+PosY+',left='+PosX+',width=650,height=520,scrollbars=1,toolbar=0,menubar=0,status=0,resizable=1');
}

function GoWebMail(login,passe) {
PosX=(screen.width-780)/2;
PosY=(screen.height-510)/2;
FenPop=window.open("http://mail.drome-ccift.com/horde/imp/login.php?loginUser="+login+"&passeUser="+passe+"&ecoleUser=formationcontinue",'webmail','top='+PosY+',left='+PosX+',width=780,height=510,scrollbars=1,toolbar=0,menubar=0,status=0,resizable=1');
}

function GoActualite() {
PosX=50;
PosY=50;
FenPop=window.open('../commun/actualite.php','actualite','top='+PosY+',left='+PosX+',width=405,height=225,scrollbars=0,toolbar=0,menubar=0,status=0,resizable=0');
}
