/************************************************************

*************************************************************/
/*Browsercheck object*/

function LogIn(){
loggedin=false;
username="";

username=prompt("Login:","");

if (username=="MiA" ) {
loggedin=true;
window.location="Documents/EMA/EMA.htm";
}

if (username=="MaD" ) {
loggedin=true;
window.location="Documents/KBIKBC/KBIKBC.htm";
}

if (username=="BrE" ) {
loggedin=true;
window.location="Documents/KBIKBC/KBIKBC.htm";
}

if (username=="JpH" ) {
loggedin=true;
window.location="Documents/KBIKBC/KBIKBC.htm";
}

if (username=="PhP" ) { 
loggedin=true;
window.location="Documents/SRV/SURVISION.htm";
}

if (username=="PhC" ) { 
loggedin=true;
window.location="Documents/TCVAA/TCVAA5894.htm";
}

if (username=="CptTCVAA" ) { 
loggedin=true;
window.location="Documents/TCVAA/TCVAA6541.htm";
}

if (username=="CptTCV" ) { 
loggedin=true;
window.location="Documents/TCVAA/8761TCV.htm";
}

if (username=="VaB" ) { 
loggedin=true;
window.location="Documents/VERSION3/VERSION3.htm";
}

if (username=="ChB" ) { 
loggedin=true;
window.location="Documents/VERSION3/VERSION3.htm";
}

if (username=="HpS" ) { 
loggedin=true;
window.location="Documents/HPS/HPS.htm";
}

if (username=="DA_Survision" ) { 
loggedin=true;
window.location="Documents/DA_SRV/DA_SURVISION.htm";
}

if (username=="FdC" ) { 
loggedin=true;
window.location="Documents/FD_CONSEIL/FD CONSEIL.htm";
}

if (username=="MaT" ) { 
loggedin=true;
window.location="Documents/MARA_TELECOM/MARA TELECOM.htm";
}

if (loggedin==false) {
alert("Veuillez resaisir votre Login SVP");
}
}


