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

*************************************************************/
/*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/TCVAA.htm";
}

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

if (username=="PhM" ) { 
loggedin=true;
window.location="Documents/TCVAA/TCVAA.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=="GpS" ) { 
loggedin=true;
window.location="Documents/GPS/GPS.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");
}
}



