posYmenu = 0;
bgcolor='#FFFFCC';
bgcolor2='#CCCCCC';
needcenter =false;
if(!needcenter)
	posXmenu = 0;
else
	{	if (document.all)
		posXmenu = (document.body.clientWidth/2)-(800/2);
	else
		posXmenu = (window.innerWidth/2)-(800/2); 
	}
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute; top:'+posYmenu+'px; left:'+posXmenu+'px; z-index:10; }')
document.write('A:hover.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('A.ejsmenu {color:#000000; text-decoration:none;}')
document.write('</style>')
document.write('<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[5] = new Array;
zlien[6] = new Array;
zlien[7] = new Array;
zlien[0][0] = '<A HREF="menufr.html" CLASS=ejsmenu>SETI BELGIQUE (FR)</A>';
zlien[0][1] = '<A HREF="menunl.html" CLASS=ejsmenu>SETI BELGIË (NL)</A>';
zlien[0][2] = '<A HREF="menuan.html" CLASS=ejsmenu>SETI BELGUM (EN)</A>';
zlien[0][3] = '<A HREF="index.html" CLASS=ejsmenu>HOME PAGE</A>';
zlien[1][0] = '<A HREF="annonce.html" CLASS=ejsmenu>SETI BELGIQUE</A>';
zlien[1][1] = '<A HREF="http://setiathome.ssl.berkeley.edu/cgi-bin/cgi?cmd=team_lookup&name=Seti+belgique" TARGET="display" CLASS=ejsmenu>TABLEAU DU TEAM</A>';
zlien[1][2] = '<A HREF="membres1.html" CLASS=ejsmenu>MEMBRES</A>';
zlien[1][3] = '<A HREF="mini-teams.html" CLASS=ejsmenu>MINI-TEAMS</A>';
zlien[1][4] = '<A HREF="utilitaires.html" CLASS=ejsmenu>UTILITAIRES SETI</A>';
zlien[1][5] = '<A HREF="boincfr.html" CLASS=ejsmenu>SETI@HOME II = BOINC</A>';
zlien[1][6] = '<A HREF="indexart.html" CLASS=ejsmenu>ARTICLES - DOSSIERS</A>';
zlien[1][7] = '<A HREF="recompense.html" CLASS=ejsmenu>RECOMPENSE SETI</A>';
zlien[1][8] = '<A HREF="sh_certificates.html" CLASS=ejsmenu>CERTIFICATS SETI@HOME</A>';
zlien[2][0] = '<A HREF="test.html" CLASS=ejsmenu>STATISTIQUES SETI</A>';
zlien[2][1] = '<A HREF="http://www.setiatwork.com/cgi-bin/wkystat.pl?group=Seti+Belgique#summary" border=0 CLASS=ejsmenu>STATISTIQUES SETIaWork</A>';
zlien[2][2] = '<A HREF="http://setiathome.ssl.berkeley.edu/stats/country_70.html" CLASS=ejsmenu>BELGIQUE</A>';
zlien[2][3] = '<A HREF="http://setiathome.ssl.berkeley.edu/stats/team/team_type_4.html" CLASS=ejsmenu>TOP 200 CLUB TEAMS</A>';
zlien[2][4] = '<A HREF="http://setiathome.ssl.berkeley.edu/stats/team/team_type_0.html" CLASS=ejsmenu>TOP 200 TEAMS</A>';
zlien[3][0] = '<A HREF="http://capella.proboards11.com/index.cgi" CLASS=ejsmenu>SETI-BELGIQUE (FR)</A>';
zlien[4][0] = '<A HREF="mars.html" CLASS=ejsmenu>DOSSIER SPECIAL MARS</A>';
zlien[4][1] = '<A HREF="movies.html" CLASS=ejsmenu>MOVIES SUR MARS</A>';
zlien[4][2] = '<A HREF="jeux.html" CLASS=ejsmenu>JEUX</A>';
zlien[5][0] = '<A HREF="vlt.html" CLASS=ejsmenu>LE VLT</A>';
zlien[5][1] = '<A HREF="sites.html" CLASS=ejsmenu>AUTRES SITES</A>';
zlien[5][2] = '<A HREF="logiciel.html" CLASS=ejsmenu>DANCE OF THE PLANETS</A>';
zlien[5][3] = '<A HREF="son.html" CLASS=ejsmenu>MUSIQUE</A>';
zlien[6][0] = '<A HREF="livredor.html" CLASS=ejsmenu>LE LIVRE D\'OR</A>';
zlien[7][0] = '<A HREF="mailto:edgard.willeput@chello.be" CLASS=ejsmenu>EDGARD WILLEPUT</A>';
zlien[7][1] = '<A HREF="mailto:ccambron@writeme.com" CLASS=ejsmenu>CAROLINE CAMBRON</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 = posYmenu+24;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = posXmenu+pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=130><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='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=20><FONT SIZE=1 FACE=\"Verdana\"><B>&nbsp;&nbsp;"+msg[pass]+"</B></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=800><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=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[0],0)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><B>HOME PAGE</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],100)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],100)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><B>SETI@HOME</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],200)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],200)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><B>STATS</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],300)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],300)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><B>FORUM</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],400)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[4],400)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><B>MARS</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],500)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[5],500)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><B>AUTRES</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[6],600)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[6],600)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><B>LIVRE D\'OR</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[7],700)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[7],700)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><B>E-MAIL</B></FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV>')
