// JavaScript Document
function getVar (nomVariable){

	var infos = location.href.substring(location.href.indexOf("?")+1, location.href.length)+"&"
	if (infos.indexOf("#")!=-1)
		infos = infos.substring(0,infos.indexOf("#"))+"&"
	var variable=0
	{
		nomVariable = nomVariable + "="
		var taille = nomVariable.length
		if (infos.indexOf(nomVariable)!=-1)
			variable = infos.substring(infos.indexOf(nomVariable)+taille,infos.length).substring(0,infos.substring(infos.indexOf(nomVariable)+taille,infos.length).indexOf("&"))
	}

	return variable;

}

function init(){
	if(document.getElementById('ombr')){
		document.getElementById('ombr').style.width = '100%';
		document.getElementById('ombr').style.height = '36px';
	}
	if(document.getElementById('ombr2')){
		document.getElementById('ombr2').style.width = '100%';
		document.getElementById('ombr2').style.height = '36px';
	}
	if(document.getElementById('ombr3')){
		document.getElementById('ombr3').style.width = '100%';
		document.getElementById('ombr3').style.height = '36px';
	}
}

function load_menu(){
	if(document.getElementById('sous_menu')){
		document.getElementById('sous_menu').style.height = document.getElementById("texte_ombre").offsetHeight+'px';
	}
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


