﻿var id_log;
var langue;


function verif_log(id_log) {
if(langue == "fr" || langue == undefined){
	mess_pass_code = "Précisez Code Client et Mot de Passe";
}
if(langue == "en"){
	mess_pass_code = "Precise your CustomerID and Password";
}
if(langue == "de"){
	mess_pass_code = "Geben Kunde und Passwort";
}
if(langue == "ru"){
	mess_pass_code = "Узкие CustomerID и пароль";
}
if(langue == "es"){
	mess_pass_code = "CustomerID estrecho y contraseña";
}

//if(langue == "fr"){
//	chemin = ""; else {chemin = "../";
//}

if(document.forms[id_log].CdeClient.value == "buro" && document.forms[id_log].Code.value == "appelom"){document.location.href ="http://mul.burodafer.com/espace/espace-appel-om.php";return false;}

if(document.forms[id_log].CdeClient.value == "buro" && document.forms[id_log].Code.value == "buro"){document.location.href ="http://mul.burodafer.com/espace/espace-buro.php";return false;}

if(document.forms[id_log].CdeClient.value == "buro" && document.forms[id_log].Code.value == "appel"){document.location.href ="http://mul.burodafer.com/espace/espace-appel.php";return false;}

if(document.forms[id_log].CdeClient.value == "buro" && document.forms[id_log].Code.value == "bienvenue"){document.location.href ="http://mul.burodafer.com/espace/espace-clients.php";return false;}

if (document.forms[id_log].CdeClient.value == "") {alert(mess_pass_code); document.forms[id_log].elements['CdeClient'].focus(); return false;}

if (document.forms[id_log].Code.value == "") {alert(mess_pass_code); document.forms[id_log].elements['Code'].focus(); return false;}
if (document.forms[id_log].CdeClient.value.indexOf('@')!= -1 && document.forms[id_log].Code.value != "") {document.location.href = "http://fax.burodafer.com"; return false;} 
else {
	return true;
}}