/* Ce script à été réalisé par GoldN ; /!\ Sk8Country Copyright 2000/2001 /!\ - toute reproduction interdite sans autorisation sous peine de molestage */
hauteurcadre = 15;

xmenu = new Array;
xlien = new Array;

xmenu[0] = '<a href="index.html" CLASS=menudyn3>Home</a>';
xmenu[1] = '<a href="photos.htm" CLASS=menudyn3>Riders</a>';
xmenu[2] = '<a href="brive.htm" CLASS=menudyn3>Contests</a>';
xmenu[3] = '<a href="aurillac.htm" CLASS=menudyn3>Skateparks</a>';
xmenu[4] = '<a href="liens_sk8.htm" CLASS=menudyn3>Liens</a>';
xmenu[5] = '<A HREF="http://www.webdonline.com/fr/services/guestbook/messages.asp?id=108494" CLASS=menudyn3 TARGET="_blank">Guestbook</a>';
xmenu[6] = '<A HREF="http://sk8infrance.free.fr/chat" CLASS=menudyn3 TARGET="_blank">Chat</a>';
xmenu[7] = '<A HREF="mailto:sk8country@hotmail.com" CLASS=menudyn3>Contact</a>';


xlien[0] = ''
xlien[1] = ''
xlien[2] = ''
xlien[3] = ''
xlien[4] = ''
xlien[5] = ''
xlien[6] = ''
xlien[7] = ''
xlien[0] += '<A HREF="index.html" CLASS=menudyn3>News</A>';
xlien[0] += ' | '
xlien[0] += '<A HREF="agenda.htm" CLASS=menudyn3>Agenda</A>';
xlien[0] += ' | '
xlien[0] += '<A HREF="http://www.session-libre.fr.st" CLASS=menudyn3 TARGET="blank">Session Libre</A>';
xlien[1] += '<A HREF="photos.htm" CLASS=menudyn3>Photos</A>';
xlien[1] += ' | '
xlien[1] += '<A HREF="videos.htm" CLASS=menudyn3>Videos</A>';
xlien[1] += ' | '
xlien[1] += '<A HREF="photos.htm" CLASS=menudyn3>Bios</A>';
xlien[2] += '<A HREF="brive.htm" CLASS=menudyn3>Brive 2000</A>';
xlien[2] += ' | '
xlien[2] += '<A HREF="fise2001.htm" CLASS=menudyn3>FISE 2001</A>';
xlien[3] += '<A HREF="aurillac.htm" CLASS=menudyn3>Aurillac</A>';
xlien[3] += ' | '
xlien[3] += '<A HREF="dejou.htm" CLASS=menudyn3>Dejou</A>';
xlien[3] += ' | '
xlien[3] += '<A HREF="cahors.htm" CLASS=menudyn3>Cahors</A>';
xlien[3] += ' | '
xlien[3] += '<A HREF="vic.htm" CLASS=menudyn3>Vic</A>';
xlien[3] += ' | '
xlien[3] += '<A HREF="ydes.htm" CLASS=menudyn3>Ydes</A>';
xlien[3] += ' | '
xlien[3] += '<A HREF="figeac.htm" CLASS=menudyn3>Figeac</A>';
xlien[4] += '<A HREF="liens_sk8.htm" CLASS=menudyn3>Skate</A>';
xlien[4] += ' | '
xlien[4] += '<A HREF="liens_zik.htm" CLASS=menudyn3>Music</A>';
xlien[4] += ' | '
xlien[4] += '<A HREF="proposer.htm" CLASS=menudyn3>Proposez votre site</A>';
xlien[5] += '<A HREF="http://www.webdonline.com/fr/services/guestbook/messages.asp?id=108494" CLASS=menudyn3 TARGET="_blank">Poster un message sur le guestbook</A>';
xlien[6] += '<A HREF="http://sk8infrance.free.fr/chat" CLASS=menudyn3 TARGET="_blank">Entrer dans le chat #$k8ïnfr@nce !!</A>';
xlien[7] += '<A HREF="mailto:sk8country@hotmail.com" CLASS=menudyn3 TARGET="_blank">Ecrire au webmaster du site</A>';
xlien[7] += ' | '
xlien[7] += '<A HREF="http://www.jerome-roques.com" CLASS=menudyn3 TARGET="_blank">www.jerome-roques.com</A>';
document.write('<STYLE TYPE="text/css">\nA.menudyn3 {color:#990000; text-decoration:none;}\nA:hover.menudyn3 {color:#ffff00;text-decoration:none;}\n</STYLE>');

document.write('<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH='+(xlien.length*87.5)+' BGCOLOR=#000000>  <TR><TD><TABLE CELLPADDING=2 CELLSPACING=1 BORDER=0 WIDTH=100%>  <TR>');

for(i=0;i<xlien.length;i++)

{
	document.write('<TD BGCOLOR=#000000 onMouseOver="javascript:colorIt(this);MajMenu('+i+')" ALIGN=center ID=td'+i+'><FONT SIZE=1 FACE="Verdana"><B><A HREF="#" onClick="return(false)" onMouseOver="MajMenu('+i+')" CLASS=menudyn3>'+xmenu[i]+'</A></B></FONT></TD>');
	}
document.write('</TR>  <TR>    <TD COLSPAN='+(xlien.length)+' BGCOLOR=#333333 HEIGHT='+hauteurcadre+' VALIGN=top><ilayer id="dynamenu31" width=100% height='+hauteurcadre+'><layer id="dynamenu32" 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='#000000';
	document.all.td1.style.background='#000000';
	document.all.td2.style.background='#000000';
	document.all.td3.style.background='#000000';
	document.all.td4.style.background='#000000';
	document.all.td5.style.background='#000000';
	document.all.td6.style.background='#000000';
	document.all.td7.style.background='#000000';
		tditem.style.background='#333333';
		}
else if(document.getElementById)
	{
			document.getElementById("td0").style.background='#000000';
	document.getElementById("td1").style.background='#000000';
	document.getElementById("td2").style.background='#000000';
	document.getElementById("td3").style.background='#000000';
	document.getElementById("td4").style.background='#000000';
	document.getElementById("td5").style.background='#000000';
	document.getElementById("td6").style.background='#000000';
	document.getElementById("td7").style.background='#000000';
tditem.style.background='#333333';
	}
}

function MajMenu(menu)
	{
	which = xlien[menu];
if (document.layers){
	document.dynamenu31.document.dynamenu32.document.write('<FONT SIZE=1 FACE="Verdana"><B>'+which+'</B></FONT>')
	document.dynamenu31.document.dynamenu32.document.close()
	}
else if (document.getElementById)
			{
			document.getElementById("dynamenu33").innerHTML = '<CENTER><FONT SIZE=1 FACE="Verdana"><B>'+which+'</B></FONT></CENTER>';
			}
else 	if (document.all){
	dynamenu33.innerHTML='&nbsp;'
	dynamenu33.innerHTML='<FONT SIZE=1 FACE="Verdana"><B>'+which+'</B></FONT>';
	}
}
if (document.getElementById)
	colorIt(document.getElementById("td0"));
else if (document.all){
	colorIt(document.all.td0);
	}
MajMenu(0);