hauteurcadre = 0;


xmenu = new Array;
xlien = new Array;

xmenu[0] = 'Forum';
xmenu[1] = 'Site sur les MMORPG';
xmenu[2] = 'Site Officiel';
xmenu[3] = 'Pratiques';
xmenu[4] = 'Radio et TV';


xlien[0] = ''
xlien[1] = ''
xlien[2] = ''
xlien[3] = ''
xlien[4] = ''
xlien[0] += '<A HREF="http://forum.les-affranchis.net/" target="_blank" CLASS=menudyn3>Les Affranchis sur MxO</A>';
xlien[0] += ' | '
xlien[0] += '<A name="tchno" HREF="http://evanescence-aoc.1fr1.net/"  target="_blank" CLASS=menudyn3>Evanescence sur Age of Conan</A>';
xlien[1] += '<A name="aff" HREF="http://www.mondespersistants.com/"  target="_blank" CLASS=menudyn3>Mondes persistants</A>';
xlien[1] += ' | '
xlien[1] += '<A HREF="http://www.jeuxonline.info"  target="_blank" CLASS=menudyn3>JoL</A>';
xlien[1] += ' | '
xlien[1] += '<A HREF="http://eu.plaync.com/fr/"  target="_blank" CLASS=menudyn3>NC SOFT</A>';
xlien[1] += ' | '
xlien[1] += '<A HREF="http://www.station.sony.com/"  target="_blank" CLASS=menudyn3>SOE</A>';
xlien[2] += '<A HREF="http://eu.rgtr.com/fr/"  id="eu" target="_blank" CLASS=menudyn3>Tabula Rasa</A>';
xlien[2] += ' | '
xlien[2] += '<A HREF="http://www.ageofconan.com/" target="_blank"  CLASS=menudyn3>Age of Conan</A>';
xlien[2] += ' | '
xlien[2] += '<A HREF="http://www.warhammeronline.com/"  target="_blank" CLASS=menudyn3>Warhammer</A>';
xlien[2] += ' | '
xlien[2] += '<A HREF="http://www.startrekonline.com/" target="_blank"  CLASS=menudyn3>Star Trek online</A>';
xlien[2] += ' | '
xlien[2] += '<A HREF="http://thematrixonline.station.sony.com/" target="_blank"  CLASS=menudyn3>MxO</A>';
xlien[3] += '<A HREF="http://imageshack.us/"  target="_blank" CLASS=menudyn3>Screen</A>';
xlien[3] += ' | '
xlien[3] += '<A HREF="http://www.timezoneconverter.com"  target="_blank" CLASS=menudyn3>Fuseau Horaire</A>';
xlien[3] += ' | '
xlien[3] += '<A HREF="https://www.securinfos.info/"  target="_blank" CLASS=menudyn3>Securite PC</A>';
xlien[3] += ' | '
xlien[3] += '<A HREF="http://www.google.fr/"  target="_blank" CLASS=menudyn3>Google</A>';
xlien[3] += ' | '
xlien[3] += '<A HREF="http://www.ziomm.net/index.php?op=teamspeak"  target="_blank" CLASS=menudyn3>Ziomm</A>';
xlien[4] += '<A HREF="http://www.siradio.fm/"  target="_blank" CLASS=menudyn3>Si Radio</A>';
xlien[4] += ' | '
xlien[4] += '<A HREF="http://www.whytivi.com"  target="_blank" CLASS=menudyn3>Why Tivi</A>';
xlien[4] += ' | '
xlien[4] += '<A HREF="http://www.deezer.com"  target="_blank" CLASS=menudyn3>Deezer</A>';
xlien[4] += ' | '
xlien[4] += '<A HREF="http://www.mistercouzin.net/radio/"  target="_blank" CLASS=menudyn3>Radio Gerard</A>';



document.write('<STYLE TYPE="text/css">\nA.menudyn3 {color:#CC0000; text-decoration:none;}\nA:hover.menudyn3 {color:#CC0000;text-decoration:none;}\n</STYLE>');

document.write('<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH='+(xlien.length*100)+' BGCOLOR=#663300 ALIGN=center >  <TR><TD><TABLE CELLPADDING=2 CELLSPACING=1 BORDER=0 WIDTH=100%>  <TR>');

for(i=0;i<xlien.length;i++)

{
	document.write('<TD  BGCOLOR=#663300 ALIGN=center onMouseOver="javascript:colorIt(this);MajMenu('+i+')"  ID=td'+i+'><FONT SIZE=1 FACE="Verdana"  ><A HREF="#" onClick="return(false)" onMouseOver="MajMenu('+i+')" CLASS=menudyn3>'+xmenu[i]+'</A></FONT></TD>');
	}
document.write('</TR>  <TR>    <TD COLSPAN='+(xlien.length)+' BGCOLOR=#663300 HEIGHT='+hauteurcadre+' VALIGN=top ALIGN=center ><ilayer id="dynamenu31" width=100% height='+hauteurcadre+'><layer id="dynamenu32" ALIGN=center width=100% height='+hauteurcadre+'><div id="dynamenu33">&nbsp;</div></layer></ilayer></TD>  </TR></TABLE></TD></TR></TABLE>');

function colorIt(tditem)
	{
	if(document.all)
		{
			document.all.td0.style.background='';
	document.all.td1.style.background='';
	document.all.td2.style.background='';
	document.all.td3.style.background='';
	document.all.td4.style.background='';
		tditem.style.background='#663300';
		}
else if(document.getElementById)
	{
			document.getElementById("td0").style.background='';
	document.getElementById("td1").style.background='';
	document.getElementById("td2").style.background='';
	document.getElementById("td3").style.background='';
	document.getElementById("td4").style.background='';
tditem.style.background='#663300';
	}
}

function MajMenu(menu)
	{
	which = xlien[menu];
if (document.layers){
	document.dynamenu31.document.dynamenu32.document.write('<FONT SIZE=1 FACE="Verdana">'+which+'</FONT>')
	document.dynamenu31.document.dynamenu32.document.close()
	}
else if (document.getElementById)
			{
			document.getElementById("dynamenu33").innerHTML = '<CENTER><FONT SIZE=1 FACE="Verdana, Arial"><B>'+which+'</B></FONT></CENTER>';
			}
else 	if (document.all){
	dynamenu33.innerHTML='&nbsp;'
	dynamenu33.innerHTML='<FONT SIZE=1 FACE="Verdana">'+which+'</FONT>';
	}
}
if (document.getElementById)
	colorIt(document.getElementById("td0"));
else if (document.all){
	colorIt(document.all.td0);
	}
MajMenu(0);
