bgcolor='#666666';
bgcolor2='#FF00FF';
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:#FFFFFF; text-decoration:none;}')
document.write('A.ejsmenu {color:#FF00FF; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:25"><DIV class=popper id=topdeck></DIV>');
/*
SCRIPT EDITE SUR L'EDITEUR JAVACSRIPT
http://www.editeurjavascript.com
*/

/*
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[0][0] = '<A HREF="http://www.remixband.be/accueil/index.php" CLASS=ejsmenu >Accueil</A>';
zlien[0][1] = '<A HREF="http://www.remixband.be/agenda/index.php" CLASS=ejsmenu >Agenda</A>';
zlien[0][2] = '<A HREF="http://www.remixband.be/planning/index.php" CLASS=ejsmenu >Planning</A>';
zlien[0][3] = '<A HREF="http://www.remixband.be/editorial/index-news.php3" CLASS=ejsmenu >Les News</A>';
zlien[0][4] = '<A HREF="http://www.remixband.be/editorial/index-officiel.php3" CLASS=ejsmenu >Com. Officielles</A>';
zlien[0][5] = '<A HREF="http://www.remixband.be/editorial/index-potins.php3" CLASS=ejsmenu >Les Potins du Groupe</A>';
zlien[0][6] = '<A HREF="http://www.remixband.be/editorial/index-plan.php3" CLASS=ejsmenu >Plan des Editoriaux</A>';


zlien[1][0] = '<A HREF="http://www.remixband.be/musiciens/index.php" CLASS=ejsmenu >Les Musiciens</A>';
zlien[1][1] = '<A HREF="http://www.remixband.be/editorial/article.php3?id_article=28" CLASS=ejsmenu >Le Remix Band recrute</A>';
zlien[1][2] = '<A HREF="http://www.remixband.be/editorial/article.php3?id_article=39" CLASS=ejsmenu >Biographie</A>';
zlien[1][3] = '<A HREF="http://www.remixband.be/editorial/article.php3?id_article=23" CLASS=ejsmenu >Palmarès</A>';
zlien[1][4] = '<A HREF="http://www.remixband.be/presse/index.php" CLASS=ejsmenu >Articles de Presse</A>';
zlien[1][5] = '<A HREF="http://www.remixband.be/contacts/index.php" CLASS=ejsmenu >Les Responsables</A>';
zlien[1][6] = '<A href="mailto:secretaire@remixband.be" CLASS=ejsmenu >Contactez-nous</A>';


zlien[2][0] = '<A HREF="http://www.remixband.be/albums/index.php" CLASS=ejsmenu >Albums photos</A>';
zlien[2][1] = '<A HREF="http://www.remixband.be/albums/index.php?cat=10" CLASS=ejsmenu >Photos des Evenements</A>';
zlien[2][2] = '<A HREF="http://www.remixband.be/multimedia/index.php" CLASS=ejsmenu >Nos Vidéos</A>';
zlien[2][3] = '<A HREF="http://www.remixband.be/mp3/index.php" CLASS=ejsmenu >Notre premier CD</A>';


zlien[3][0] = '<A HREF="http://www.remixband.be/musiciens/index.php" CLASS=ejsmenu >Les Membres</A>';
zlien[3][1] = '<A HREF="http://www.remixband.be/livredor/index.php" CLASS=ejsmenu >Le Livre d Or</A>';
zlien[3][2] = '<A HREF="http://www.forumduclub.net/remixband/" CLASS=ejsmenu >Le Forum</A>';
zlien[3][3] = '<A HREF="http://www.remixband.be/documents/index.php" CLASS=ejsmenu >Documents</A>';


zlien[4][0] = '<A HREF="http://www.remixband.be/bandas/index.php" CLASS=ejsmenu >Les Bandas</A>';
zlien[4][1] = '<A HREF="http://www.remixband.be/sponsors/index.php" CLASS=ejsmenu >Nos Sponsors</A>';
zlien[4][2] = '<A HREF="http://www.remixband.be/newsletter/subscribe.php" CLASS=ejsmenu >La Newsletter</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 = 30;

function go(loc) {
window.location.href = loc;
}


function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#A5A5A5 WIDTH=200><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
	{
		sous = msg[pass].indexOf("\"", 0);
		sous2 = msg[pass].indexOf("\"", sous+1);
		adresse = msg[pass].substring(sous+1, sous2);
		nom = msg[pass].indexOf(">", 0);
		nom2 = msg[pass].indexOf("<", nom+1);
		nomcomplet = msg[pass].substring(nom+1, nom2);
	content += "<TR><TD style=\"color:#FF66FF\" BGCOLOR="+bgcolor+" onClick=\"go(\'"+adresse+"\');\" onMouseOver=\"this.style.background='"+bgcolor2+"';this.style.fontWeight= \'bold\';	this.style.color='#666666';\"  onMouseOut=\"this.style.background='"+bgcolor+"'; this.style.fontWeight= \'normal\'; this.style.color='#FF66FF'\" HEIGHT=35 ><FONT SIZE=2 FACE=\"Arial\">&nbsp;&nbsp;"+nomcomplet+"</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=#FF66FF WIDTH=750><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=30><TR>')

document.write('<TD style=\"color:#FF66FF\" WIDTH=125 ALIGN=center BGCOLOR='+bgcolor+' onClick=\"go(\'http://www.remixband.be/editorial/index-news.php3\');\" onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0); this.style.color=\'#666666\'; " onMouseOut="this.style.background=\''+bgcolor+'\'; this.style.color=\'#FF66FF\' "><FONT SIZE=2 FACE="Arial"><b>News</b></FONT></TD>')

document.write('<TD style=\"color:#FF66FF\" WIDTH=125 ALIGN=center BGCOLOR='+bgcolor+' onClick=\"go(\'http://www.remixband.be/accueil/groupe.php\');\" onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],125); this.style.color=\'#666666\'; " onMouseOut="this.style.background=\''+bgcolor+'\'; this.style.color=\'#FF66FF\' "><FONT SIZE=2 FACE="Arial"><b>Le Groupe</b></FONT></TD>')

document.write('<TD style=\"color:#FF66FF\" WIDTH=125 ALIGN=center BGCOLOR='+bgcolor+' onClick=\"go(\'http://www.remixband.be/photos/index.php\');\" onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],250); this.style.color=\'#666666\'; " onMouseOut="this.style.background=\''+bgcolor+'\'; this.style.color=\'#FF66FF\' "><FONT SIZE=2 FACE="Arial"><b>Multimédia</b></FONT></TD>')

document.write('<TD style=\"color:#FF66FF\" WIDTH=125 ALIGN=center BGCOLOR='+bgcolor+' onClick=\"go(\'http://www.remixband.be/musiciens/index.php\');\" onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],375); this.style.color=\'#666666\'; " onMouseOut="this.style.background=\''+bgcolor+'\'; this.style.color=\'#FF66FF\' "><FONT SIZE=2 FACE="Arial"><b>Membres</b></FONT></TD>')

document.write('<TD style=\"color:#FF66FF\" WIDTH=125 ALIGN=center BGCOLOR='+bgcolor+' onClick=\"go(\'http://www.remixband.be/bandas/index.php\');\" onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],500); this.style.color=\'#666666\'; " onMouseOut="this.style.background=\''+bgcolor+'\'; this.style.color=\'#FF66FF\' "><FONT SIZE=2 FACE="Arial"><b>Divers</b></FONT></TD>')


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





