
hauteurcadre = 23;

xmenu = new Array;
xlien = new Array;

xmenu[0] = '<A HREF="english.htm" CLASS=menudyn3>Office</A>';
xmenu[1] = '<A HREF="pratice.htm" CLASS=menudyn3>Pratice</A>';
xmenu[2] = '<A HREF="services.htm" CLASS=menudyn3>Services</A>';
xmenu[3] = '<A HREF="socialresponsibility.htm" CLASS=menudyn3>Social responsibility</A>';
xmenu[4] = '<A HREF="suits.htm" CLASS=menudyn3>Suits</A>';
xmenu[5] = '<A HREF="contactus.htm" CLASS=menudyn3>Contact us</A>';

xlien[0] = ''
xlien[1] = ''
xlien[2] = ''
xlien[3] = ''
xlien[4] = ''
xlien[5] = ''

xlien[0] += '<A HREF="posture.htm" CLASS=menudyn3>Posture</A>';
xlien[0] += ' | '
xlien[0] += '<A HREF="associates.htm" CLASS=menudyn3>Partners</A>';
xlien[0] += ' | '
xlien[0] += '<A HREF="associatesword.htm" CLASS=menudyn3>Partners foreword</A>';
xlien[0] += ' | '
xlien[0] += '<A HREF="counselors.htm" CLASS=menudyn3>Counselors</A>';
xlien[0] += ' | '
xlien[0] += '<A HREF="structure.htm" CLASS=menudyn3>Infra-structure</A>';


document.write('<STYLE TYPE="text/css">\nA.menudyn3 {color:#FFFFFF; text-decoration:none;}\nA:hover.menudyn3 {color:#000000;text-decoration:none;}\n</STYLE>');

document.write('<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH=772 BGCOLOR=#000000 class="bordure_img">  <TR height=22><TD><TABLE CELLPADDING=2 CELLSPACING=0 BORDER=0 WIDTH=100%>  <TR>');

for(i=0;i<xlien.length;i++)

{
	document.write('<TD BGCOLOR=#FF0000 onmouseover="javascript:colorIt(this);MajMenu('+i+')" ALIGN=center ID=td'+i+' WIDTH=350><FONT Size=2 FACE="Arial"><A HREF="#" onclick="return(false)" onmouseover="MajMenu('+i+')" CLASS=menudyn3>'+xmenu[i]+'</A></FONT></TD>');
	}
document.write('</TR>  <TR>    <TD COLSPAN='+(xlien.length)+' BGCOLOR=#B4B8BB HEIGHT='+hauteurcadre+' VALIGN=middle><ilayer id="dynamenu31" width=100% height='+hauteurcadre+'><layer id="dynamenu32" width=100% height='+hauteurcadre+'><div id="dynamenu33"> </div></layer></ilayer></TD>  </TR></TABLE></TD></TR></TABLE>');

function colorIt(tditem)
	{
	if(document.all)
		{
			document.all.td0.style.background='#FF0000';
	document.all.td1.style.background='#FF0000';
	document.all.td2.style.background='#FF0000';
	document.all.td3.style.background='#FF0000';
	document.all.td4.style.background='#FF0000';
	document.all.td5.style.background='#FF0000';
		tditem.style.background='#FF0000';
		}
else if(document.getElementById)
	{
			document.getElementById("td0").style.background='#FF0000';
	document.getElementById("td1").style.background='#FF0000';
	document.getElementById("td2").style.background='#FF0000';
	document.getElementById("td3").style.background='#FF0000';
	document.getElementById("td4").style.background='#FF0000';
	document.getElementById("td5").style.background='#FF0000';
tditem.style.background='#FF0000';
	}
}

function MajMenu(menu)
	{
	which = xlien[menu];
if (document.layers){
	document.dynamenu31.document.dynamenu32.document.write('<FONT Size=2 FACE="Arial">'+which+'</FONT>')
	document.dynamenu31.document.dynamenu32.document.close()
	}
else if (document.getElementById)
			{
			document.getElementById("dynamenu33").innerHTML = '<CENTER><FONT Size=2 FACE="Arial, Arial">'+which+'</FONT></CENTER>';
			}
else 	if (document.all){
	dynamenu33.innerHTML=' '
	dynamenu33.innerHTML='<FONT Size=2 FACE="Arial">'+which+'</FONT>';
	}
}
if (document.getElementById)
	colorIt(document.getElementById("td0"));
else if (document.all){
	colorIt(document.all.td0);
	}
MajMenu(0);

