EspacM='0 0 0 0';
EspacS='0 0 0 5';
EspacSM='0 0 0 0';
EspacSS='0 0 0 5';
AlphaM=0.9;
AlphaS=0.85;
FondM='';
FondS='';
FondSM='';
FondSS='';
HideAutoM=300;
HLight=1;
Lnk=0;
DeltaY=-1;
Static=1;
Fondu=0;
EnLigne=0;
Align='center';
HideAutoS=100;
Cadre="top.";
Clr0M='#FFFFFF';
Clr7M='#FFFFFF';
Clr7S='#6375D6';
Clr1M='#00AEBD';
FontM='Verdana';
SizeM=12;
WeightM='bold';
Clr4M='#FFFFFF';
Clr2M='#343434';
FontSM='Verdana';
SizeSM=12;
WeightSM='bold';
Clr3M='#FFFFFF';
PosY=0;
EgualM=0;
LargeurM=928;
HauteurM=22;
AlignM='center';
CursorM='pointer;cursor:hand';
Clr0S='#FFFFFF';
Clr1S='#343434';
FontS='Verdana';
SizeS=12;
WeightS='bold';
Clr4S='#FFFFFF';
Clr2S='#00AEBD';
FontSS='Verdana';
SizeSS=12;
WeightSS='bold';
Clr3S='#6375D6';
EgualS=1;
LargeurS=140;
HauteurS=18;
AlignS='left';
CursorS='pointer;cursor:hand';  


menu = new Array;
i=0;
menu[i++]='Accueil'			;menu[i++]='Accueil'			;menu[i++]='index.php'						;menu[i++]='';

menu[i++]='Offres & tarifs'	;menu[i++]='Offres & tarifs'		;menu[i++]=coderPageUrl('OffreEtTarifs.php')	;menu[i++]='';
menu[i++]='Particuliers'	;menu[i++]='Particuliers'		;menu[i++]='index.php?page=Particuliers.php'	;menu[i++]='';
menu[i++]='Entreprises'		;menu[i++]='Entreprises'		;menu[i++]='index.php?page=Entreprises.php'		;menu[i++]='';

menu[i++]='Pro formation'	;menu[i++]='Pro formation'		;menu[i++]='index.php?page=Proformation'	;menu[i++]='';
menu[i++]='Modalit&eacute;s'	;menu[i++]='Modalit&eacute;s'	;menu[i++]='index.php?page=Modalites.php'		;menu[i++]='';

menu[i++]='Qui sommes-nous ?'	;menu[i++]='Qui sommes-nous ?'	;menu[i++]='index.php?page=QuiSommesNous'	;menu[i++]='';

zlien    = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[2] = new Array;
zlien[3] = new Array;
zlien[4] = new Array;
zlien[5] = new Array;
zlien[6] = new Array;



/*
i=0;
zlien[1][i++]='Particuliers'	;zlien[1][i++]='index.php?page=TarifsParticuliers'		;zlien[1][i++]='';
zlien[1][i++]='Entreprises'		;zlien[1][i++]='index.php?page=TarifsEntreprises'		;zlien[1][i++]='';
*/



var Url=window.location.host;

if(document.getElementById) 
{ 
document.write('<style>')
document.write('.Menu{text-decoration:none;}')
document.write('.M   {padding:'+EspacM+';background:'+Clr1M+' url('+FondM+'); font:'+WeightM+' '+SizeM+' '+FontM+';color:'+Clr0M+';}')
document.write('.SM  {padding:'+EspacSM+';background:'+Clr2M+' url('+FondSM+'); font:'+WeightSM+' '+SizeSM+' '+FontSM+';color:'+Clr4M+';cursor:'+CursorM+';}')
document.write('.S   {padding:'+EspacS+';border-color:'+Clr7S+'; background:'+Clr1S+' url('+FondS+'); font:'+WeightS+' '+SizeS+' '+FontS+';color:'+Clr0S+';text-align:'+AlignS+';}')
document.write('.SS  {padding:'+EspacSS+';border-color:'+Clr7S+'; background:'+Clr2S+' url('+FondSS+'); font:'+WeightSS+' '+SizeSS+' '+FontSS+';color:'+Clr4S+';text-align:'+AlignS+';cursor:'+CursorS+';}')
document.write('</style>');
IE=document.all;
HtmlOld=msgOld=OldObj=timeout=FuncIncLight=FuncDecLight=oldstr=null;
Coef=IE?100:1;

function high(str,mx) 
{	
	obj.style.visibility="visible";
	
	if(FuncIncLight)
	{ 	
		clearInterval(FuncIncLight); FuncIncLight=null; 						
		
		var tmp = (obj==oldstr) ? 0.05*Coef:mx;
		
		IE?oldstr.filters.alpha.opacity=tmp:oldstr.style.opacity=tmp;
	}						
	
	if(FuncDecLight)
	{
		clearInterval(FuncDecLight); FuncDecLight=null; 
	}
	else opac=0.05*Coef;
		
	Light(opac)	
	FuncIncLight=setInterval( " IncLight( '" + str + "' , " + mx + " ) " , 40 )
	oldstr=obj
}

function low(str,mn) 
{	if(FuncIncLight) { clearInterval(FuncIncLight); FuncIncLight=null}
	if(!FuncDecLight) FuncDecLight=setInterval("DecLight('"+str+"',"+mn+")",40)
}

function IncLight(str,mx) { if((opac+=0.05*Coef)>=mx) { clearInterval(FuncIncLight); FuncIncLight=null; opac=mx} Light(opac) }
function DecLight(str,mn) { if(mn>=(opac-=0.05*Coef)) { clearInterval(FuncDecLight); FuncDecLight=null; obj.style.visibility='hidden'; }  Light(opac) }
function Light(alph)	  { obj.display='inline'; IE?obj.filters.alpha.opacity=alph:obj.style.opacity=alph; obj.display='table'; }

function Fade(str,see,alpha)
{	
	obj=document.getElementById(str);
	
	if(Fondu)
	{
		if(see=='visible') 
			high(str,alpha*Coef);
		else 
			low(str,0.01*Coef)
	}	
	else 
	{
		obj.style.visibility=see; if(see=='visible') Light(alpha*Coef) 
	}
}

function MargeH()	{return(!Static*document.body.scrollTop+PosY)}
function Visible()	{skM.top=MargeH(); Fade('MenuM','visible',AlphaM)}
function Out()		{ if(window.obj) timeout=setTimeout('BOver(obj);Cacher()',HideAutoS)}
function In()  		{ if(timeout) clearTimeout(timeout) }
document.onclick=Cacher= function() { if(skS.visibility=='visible') Fade('MenuS','hidden',AlphaS); OldClr() }
function OldClr() {	if(OldObj) { OldObj.innerHTML=HtmlOld; OldObj.className="Menu M"; OldObj=null } }
if(!Static)
{	window.onscroll     =Scroll=function() { skS.visibility=skM.visibility='hidden'; clearTimeout(timeout); timeout=setTimeout('Visible()',HideAutoM) }
	if(!HideAutoM) window.onscroll=Scroll=function() { skM.top=document.body.scrollTop+PosY }
	window.onload       =function() { /*timeout=*/setTimeout('Visible()',100) }
	if(!IE)
	{	document.onkeydown = function(keyS) { Key=(window.Event)?keyS.which:keyS.keyCode; if(32<Key && Key<41) Scroll() }
		document.getElementsByTagName('BODY')[0].addEventListener('DOMMouseScroll',Scroll,false)
	}
}

function pop(msg,pos)
{	if(msg!=msgOld || skS.visibility=='hidden') msgOld=msg; else {if(FuncDecLight)Fade('MenuS','visible',AlphaS); return;}	
	skS.visibility='hidden'
	skS.top=MargeH()+HauteurM+DeltaY
	if(!msg) return
	if(!msg.length) return		
	contenu="<TABLE style='border-collapse:collapse' BORDER=1 CELLPADDING=0 CELLSPACING=0 borderColor="+Clr3S+" WIDTH="+(EnLigne?LargeurM+"><TR>":(EgualS*LargeurS+ ((zlien[0]==msg)?2-!!IE:2) +">"))
	if(EnLigne)
		for(pass=0;pass<msg.length;pass+=3) contenu+="<TD nowrap"+(EgualS?" WIDTH="+(3*LargeurM/msg.length-(pos?2:1)):"")+" onMouseDown='"+(msg[pass+2]==''?Cadre:msg[pass+2])+"location.href=\""+msg[pass+1]+"\"' onMouseOver=\"window.status='"+msg[pass+Lnk]+"';this.className='Menu SS'\" onMouseOut=\"this.className='Menu S'\" HEIGHT="+HauteurS+" CLASS='Menu S'>"+msg[pass]+"</TD>"
	else
	{	skS.left=(zlien[0]==msg || !IE)?pos-1:pos
		for(pass=0;pass<msg.length;pass+=3) contenu+="<TR><TD nowrap onMouseDown='"+(msg[pass+2]==''?Cadre:msg[pass+2])+"location.href=\""+msg[pass+1]+"\"' onMouseOver=\"window.status='"+msg[pass+Lnk]+"';this.className='Menu SS'\" onMouseOut=\"this.className='Menu S'\" HEIGHT="+HauteurS+" CLASS='Menu S'>"+msg[pass]+"</TD></TR>"
	}
	document.getElementById("MenuS").innerHTML=contenu+"</TABLE>"	
	Fade('MenuS','visible',AlphaS)
}

function BOver(obj) {if(HLight) {if(OldObj) OldObj.onmouseover=FOldObj; FOldObj=obj.onmouseover; obj.onmouseover=null; }}

function MOver(obj,p)
{	BOver(obj)
	if(HLight) { OldClr(); HtmlOld=obj.innerHTML;OldObj=obj} else OldObj=null
	window.status=menu[p*4+Lnk*2]
	obj.innerHTML=menu[p*4+1]
	obj.className="Menu SM"
	pop(zlien[p],obj.offsetLeft)
}
function MOut(obj,p)
{	obj.innerHTML=menu[p*4]
	obj.className="Menu M"
}

document.write("<TABLE "+(HideAutoS?"onMouseOver='In()'onMouseOut='Out()'":"")+"cellSpacing=0 cellPadding=0 width="+LargeurM+" align="+Align+" border=0><TR><TD>")
document.write('<DIV style="position:relative"><DIV id=MenuS style="position:absolute;z-index:15;filter:alpha(opacity=100)"></DIV><DIV ID=MenuM style="position:absolute;visibility:hidden;filter:alpha(opacity=100);top=-99"><TABLE style="border-collapse:collapse" BORDER=1 CELLPADDING=0 CELLSPACING=0 borderColor='+Clr3M+' WIDTH='+LargeurM+' HEIGHT='+HauteurM+'><TR>')
skS=document.getElementById("MenuS").style
skM=document.getElementById("MenuM").style
for(pass=0;pass<menu.length/4;pass++) document.write("<TD nowrap"+(EgualM?" WIDTH="+(4*LargeurM/menu.length-2):"")+" align="+AlignM+" borderColor="+Clr7M+" onMouseDown='"+(menu[pass*4+3]==''?Cadre:menu[pass*4+3])+"location.href=\""+menu[pass*4+2]+"\"' onmouseover='MOver(this,"+pass+")' "+(HLight?"":"onMouseOut='MOut(this,"+pass+")'")+" CLASS='Menu M'>"+menu[pass*4]+"</TD>")
document.write('</TR></TABLE></DIV></DIV></TD></TR></TABLE>')
if(Static) Visible()
}