bgcolor='#9ED200';
bgcolor2='#0A396D';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:7; }')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {color:#FFFFFF; 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[7] = new Array;
zlien[0][0] = '<A HREF="http://www.chamade.ch/" CLASS=ejsmenu>Page d\'accueil du site</A>';

zlien[1][0] = '<A HREF="http://www.chamade.ch/blog2011/" CLASS=ejsmenu>Blog 2011</A>';
zlien[1][1] = '<A HREF="http://www.chamade.ch/blog/index.php" CLASS=ejsmenu>Blog 2007/2010</A>';

zlien[2][0] = '<A HREF="http://www.chamade.ch/blog2011/?page_id=9" CLASS=ejsmenu>Descriptif Chamade</A>';

zlien[3][0] = '<A HREF="http://www.chamade.ch/blog2011/?page_id=11" CLASS=ejsmenu>Sylvie et Marc</A>';

zlien[4][0] = '<A HREF="http://www.chamade.ch/blog2011/?page_id=13" CLASS=ejsmenu>Partenaires</A>';
zlien[4][1] = '<A HREF="http://www.chamade.ch/blog2011/?page_id=17" CLASS=ejsmenu>Liens</A>';

zlien[5][0] = '<A HREF="http://www.chamade.ch/islande.html" CLASS=ejsmenu>Islande</A>';
zlien[5][1] = '<A HREF="http://www.chamade.ch/russie.html" CLASS=ejsmenu>Russie</A>';
zlien[5][2] = '<A HREF="http://www.chamade.ch/spitsberg_new.html" CLASS=ejsmenu>Spitsberg</A>';
zlien[5][3] = '<A HREF="http://www.chamade.ch/ecosse.html" CLASS=ejsmenu>Ecosse</A>';
zlien[5][4] = '<A HREF="http://www.chamade.ch/cap_horn.html" CLASS=ejsmenu>Cap Horn</A>';
zlien[5][5] = '<A HREF="http://www.chamade.ch/expeditions_passees.html" CLASS=ejsmenu>Chiloe autour du monde</A>';
zlien[5][6] = '<A HREF="http://www.chamade.ch/spitsberg.html" CLASS=ejsmenu>Spitsberg solo</A>';
zlien[5][7] = '<A HREF="http://www.chamade.ch/sarek.html" CLASS=ejsmenu>Sarek (Laponie)</A>';

zlien[6][0] = '<A HREF="http://www.chamade.ch/blog2011/?page_id=15" CLASS=ejsmenu>Presse</A>';
zlien[6][1] = '<A HREF="http://www.chamade.ch/blog2011/?page_id=19" 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=216><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=25><FONT SIZE=2 FACE=\"Arial\"><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=1014><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="Arial"><B>ACCUEIL</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],143)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],143)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"><B>LIVRE DE BORD</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],289)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],289)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"><B>LE BATEAU</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],434)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],434)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"><B>L\'EQUIPAGE</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],579)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[4],579)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"><B>PARTENAIRES</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],724)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[5],724)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"><B>ARCHIVES</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[6],869)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[6],869)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"><B>PRESSE/CONTACT</B></FONT></a></TD>')
