
bgcolor='#006699';
bgcolor10='#FFA500'; //CC0000';

zgcolor = new Array;
zgcolor[0] = '#E9967A'; //CC0000';
zgcolor[1] = '#E9967A'; //CC0000';
zgcolor[2] = '#E9967A'; //CC0000';
zgcolor[3] = '#E9967A'; //CC0000';
zgcolor[4] = '#E9967A'; //CC0000';
zgcolor[5] = '#E9967A'; //CC0000';
zgcolor[6] = '#E9967A'; //CC0000';
zgcolor[7] = '#E9967A'; //CC0000';
zgcolor[8] = '#E9967A'; //CC0000';
zgcolor[9] = '#E9967A'; //CC0000';

document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute; z-index:10; }')
document.write('A:hover.ejsmenu {color:#000000; text-decoration:none;}')
document.write('A.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:25"><DIV class=popper id=topdeck></DIV>');

/*LIENS*/

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;

zlien[0][0] = '<A HREF="index1.html" CLASS=ejsmenu>- Accueil</A>';
zlien[0][1] = '<A HREF="recrute.html" CLASS=ejsmenu>- BBP recrute</A>';

zlien[1][0] = '<A HREF="concept.html" CLASS=ejsmenu>- Un concept BBP ?</A>';
zlien[1][1] = '<A HREF="historique.html" CLASS=ejsmenu>- Historique</A>';

zlien[2][0] = '<A HREF="actu.html" CLASS=ejsmenu>- ACTUALITE</A>';
zlien[2][1] = '<A HREF="presse.html" CLASS=ejsmenu>- Presse</A>';
zlien[2][2] = '<A HREF="photos.html" CLASS=ejsmenu>- Photos</A>';
zlien[2][3] = '<A HREF="videos.html" CLASS=ejsmenu>- Vidéos</A>';

zlien[3][0] = '<A HREF="tournees.html" CLASS=ejsmenu>- BBP en tournée</A>';
zlien[3][1] = '<A HREF="boom_boom_devil.html" CLASS=ejsmenu>- Boom Boom Devil !</A>';


zlien[4][0] = '<A HREF="contact.html" CLASS=ejsmenu>- Contact</A>';



var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);
if (nava) { skn = document.topdeck }
else if (dom) { skn = document.getElementById("topdeck").style }
else if (iex) { skn = topdeck.style }
skn.top = 24;

function pop(msg,pos)
{
	skn.visibility = "hidden";
	a=true
	skn.left = pos;
	var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=180><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
	pass = 0
	while (pass < msg.length)
		{
			content += "<TR><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+zgcolor[pass]+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=20><FONT SIZE=1 FACE=\"Verdana\">  "+msg[pass]+"</FONT></TD></TR>";
			pass++;
		}
	content += "</TABLE></TD></TR></TABLE>";
	if (nava)
		{
			skn.document.write(content);
			skn.document.close();
			skn.visibility = "visible";
		}
	else if (dom)
			{
				document.getElementById("topdeck").innerHTML = content;
				skn.visibility = "visible";
			}
		else if (iex)
			{
				document.all("topdeck").innerHTML = content;
				skn.visibility = "visible";
			}
}

function kill()
{
	skn.visibility = "hidden";
}

document.onclick = kill;
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=550><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=25><TR>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor10+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[0],0)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">BOOM site</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor10+'\';pop(zlien[1],110)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],110)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">BOOM music</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor10+'\';pop(zlien[2],220)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],220)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">BOOM infos</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor10+'\';pop(zlien[3],330)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],330)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">BOOM live</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor10+'\';pop(zlien[4],440)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[4],440)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">BOOM contact</FONT></a></TD>')

document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')