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

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

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

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

if (username=="CaC" ) { 
loggedin=true;
window.location="Documents/Divers/DIVERS.htm";
}

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=="AtA" ) { 
loggedin=true;
window.location="Documents/Divers/DIVERS.htm";
}

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


