// scripts by SophieWeb http://sophieweb.com unless stated otherwise

// modified version of http://www.dynamicdrive.com/emailriddler/

var a = new Array(98,99,108,119,101,98,109,97,115,116,101,114,64,98,99,108,99,111,109,109,117,110,105,99,97,116,105,111,110,115,46,99,111,109);
var b = '';
for (var i=0; i < a.length; i++)
	b += String.fromCharCode(a[i]);

function emailContact() {
	document.write('<ul><li>Cliquez ici pour <' + 'a href="mailto:' + b + '?subject=Contact sur le site BCL communications" title="Envoyez un mail">contacter BCL communications par mail<' + '/a></li></ul>');
}

function emailContactML() {
	document.write('<p>Contacter le webmestre BCL communications <' + 'a href="mailto:' + b + '?subject=Contact sur le site BCL communications" title="Envoyez un mail">par mail<' + '/a>.</p>');
}

function emailContactML2() {
	document.write('<p>Contacter&nbsp;: <' + 'a href="mailto:' + b + '?subject=Contact sur le site BCL communications" title="Envoyez un mail">' + b + '<' + '/a>.</p>');
}

function emailContactEN() {
	document.write('<ul><li>Click here to <' + 'a href="mailto:' + b + '?subject=Contact on the BCL communications website" title="Send an e-mail">contact BCL communications by mail<' + '/a></li></ul>');
}

function emailContactENLI() {
	document.write('<p>To contact the webmaster, <' + 'a href="mailto:' + b + '?subject=Contact on the BCL communications website" title="Send an e-mail">click here<' + '/a>.</p>');
}

function emailContactENLI2() {
	document.write('<p>Contact: <' + 'a href="mailto:' + b + '?subject=Contact on the BCL communications website" title="Send an e-mail">' + b + '<' + '/a>.</p>');
}

// language detection


// This script based on Paul Snowden's work described on A List Apart
// <http://www.alistapart.com/stories/alternate/>
function createCookie(name,value,hours) {
	if (hours) {
		var date = new Date();
		date.setTime(date.getTime()+(hours*60*60*1000));
		var expires = "; expires="+date.toGMTString();
	}
	else expires = "";
	document.cookie = name+"="+value+expires+"; path=/";
}

function readCookie(name) {
	var nameEQ = name + "=";
	var ca = document.cookie.split(';');
	for(var i=0;i < ca.length;i++) {
		var c = ca[i];
		while (c.charAt(0)==' ') c = c.substring(1,c.length);
		if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
	}
	return null;
}

// end stylesheet switching script

var setLanguage = "en";

function switchLanguage(langue) {
	createCookie("bcl-lang", langue, 8760);
	setLanguage = langue;
}

function detectLanguage() {
	var cookieLang = readCookie("bcl-lang");
	if (cookieLang) {
		setLanguage = cookieLang;
	}
	else {
		if (navigator.userLanguage) {
			if(navigator.userLanguage.indexOf("en") != -1 ) {
				setLanguage = "en";
				window.top.location = "consultancy-geopolitic-watching-coaching-manager-assistance-editorial.html";
			}
/*
			if(navigator.userLanguage.indexOf("es") != -1 ) {
				setLanguage = "es";
				window.top.location = "index.es.html";
			}
			if(navigator.userLanguage.indexOf("it") != -1 ) {
				setLanguage = "it";
				window.top.location = "index.it.html";
			}
			if(navigator.userLanguage.indexOf("de") != -1 ) {
				setLanguage = "de";
				window.top.location = "index.de.html";
			}
*/
			if(navigator.userLanguage.indexOf("fr") != -1 ) {
				setLanguage = "fr";
				window.top.location = "cabinet-conseil-veille-geopolitique-coaching-dirigeants-assistance-redactionnelle.html";
			}
		}
		else {
			if(navigator.language.indexOf("en") != -1 ) {
				setLanguage = "en";
				window.top.location = "consultancy-geopolitic-watching-coaching-manager-assistance-editorial.html";
			}
/*
			if(navigator.language.indexOf("es") != -1 ) {
				setLanguage = "es";
				window.top.location = "index.es.html";
			}
			if(navigator.language.indexOf("it") != -1 ) {
				setLanguage = "it";
				window.top.location = "index.it.html";
			}
			if(navigator.language.indexOf("de") != -1 ) {
				setLanguage = "de";
				window.top.location = "index.de.html";
			}
*/
			if(navigator.language.indexOf("fr") != -1 ) {
				setLanguage = "fr";
				window.top.location = "cabinet-conseil-veille-geopolitique-coaching-dirigeants-assistance-redactionnelle.html";
			}
		}
		window.top.location = "consultancy-geopolitic-watching-coaching-manager-assistance-editorial.html";
	}
}

// Menu
function showMenu(id) {
	if (document.getElementById(id).className=='open') {
		document.getElementById(id).className='closed';
	}
	else {
		hideMenu();
		document.getElementById(id).className='open';
	}
	document.getElementById(id).blur();
}

function hideMenu() {
	document.getElementById('profileMenu').className='closed';
	document.getElementById('expertiseMenu').className='closed';
}
