// JavaScript Document
posYmenu = 113
bgcolor='#006699';
bgcolor2='#6699CC';
needcenter =true;
if(!needcenter)
	posXmenu = 0;
else
	{	if (document.all)
		posXmenu = (document.body.clientWidth/2)-(750/2);
	else
		posXmenu = (window.innerWidth/2)-(750/2); 
	}
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:11; }')
document.write('#topdroite { position:absolute; top:'+posYmenu+'px; left:'+posXmenu+'px; z-index:11; }')
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 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[8] = new Array;
zlien[9] = new Array;
zlien[10] = new Array;
zlien[11] = new Array;

zlien[0][0] = '<A HREF="itinerairestext.htm" CLASS=ejsmenu>Trouvez le meilleur itinéraire, le plan de votre ville, partout dans le monde, Découvrez en temps réel la circulation en ile de France</A>';
zlien[1][0] = '<A HREF="afrique.html" title="L\'Egypte, la descente du Nil, plongée à Sharm el Sheikh" CLASS=ejsmenu>Afrique</A>';
zlien[1][1] = '<A HREF="chine.html"title="Chine, Pékin, la route de la soie, le Cambodge, la Birmanie, la Jordanie, Pétra la magnifique, le Laos et la Thailande" CLASS=ejsmenu>asie</A>';
zlien[1][2] = '<A HREF="europ1.htm" title="Bruges, Chypre, la France, la Grèce, la Hollande, l\'Italie et le Luxembourg" CLASS=ejsmenu>Europe</A>';
zlien[1][3] = '<A HREF="choix_oceanie.htm" title="Voyage au Queensland, Plongée au milieu des requins"CLASS=ejsmenu>Océanie</A>';
zlien[1][4] = '<A HREF="amerique.html" title="Voyage au Mexique"CLASS=ejsmenu>Amérique Centrale</A>';
zlien[1][5] = '<A HREF="amerique.html" title="Voyage en Louisianne et en Floride"CLASS=ejsmenu>U S A</A>';

zlien[2][0] = '<A HREF="parcs.htm" CLASS=ejsmenu>Parcs de loisirs et parcs à thèmes. Astérix, Euro Disney, le Puy du fou, Vulcania, aquarium de la Rochelle, aquarium de Saint Malo</A>';
zlien[3][0] = '<A HREF="hotel.htm" title="hôtels"CLASS=ejsmenu>Hôtels</A>';
zlien[3][1] = '<A HREF="hotel.htm" title="restaurants"CLASS=ejsmenu>restaurants</A>';
zlien[3][2] = '<A HREF="hotel.htm" title="chambres d\'hôtes"CLASS=ejsmenu>chambres d\'hôtes</A>';

zlien[4][0] = '<A HREF="chateaux_musees.html" CLASS=ejsmenu>Châteaux et musées en France et en europe. Expositions temporaires.</A>';
zlien[5][0] = '<A HREF="librairie.htm" CLASS=ejsmenu>Librairie, Bibliographies, Magazines , Cuisine.</A>';
zlien[6][0] = '<A HREF="choix_monde/expo/intro.htm" CLASS=ejsmenu>Expo photos</A>';
//zlien[6][2] = '<A HREF="choix_monde/galerie/conditions.htm" CLASS=ejsmenu>Pour insérer une galerie sur notre site:</A>';
//zlien[6][1] = '<A HREF="choix_monde/galerie/galerie_photo_jfb.htm" CLASS=ejsmenu>Galerie Photo</A>';
zlien[8][0] = '<A HREF="choix_monde/cabaret/cabarets.htm" CLASS=ejsmenu>Cabarets, Music Hall et spectacles</A>';
zlien[9][0] = '<A HREF="visite/choixdestinationfr.htm" CLASS=ejsmenu>Idées Week end</A>';
zlien[10][0] = '<A HREF="chemins.htm" CLASS=ejsmenu>Routes et chemins</A>';
zlien[7][0] = '<A HREF="partenaire.htm" CLASS=ejsmenu>Retrouvez la liste de nos partenaires.</A>';
zlien[11][0] = '<A HREF="adresse_messagerie.htm" CLASS=ejsmenu>Nos services se mettont en 4 pour répondre à toutes vos questions</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=120><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=\"Arial\"><I>  "+msg[pass]+"</I></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=topdroite><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=750><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=25><TR>')
document.write('<TD WIDTH=50 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=1 FACE="Arial">Itineraires</FONT></a></TD>')
document.write('<TD WIDTH=70 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[1],65)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(false)" onmouseover="pop(zlien[1],100)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial">Choix monde</FONT></a></TD>')
document.write('<TD WIDTH=30 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[2],100)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(false)" onmouseover="pop(zlien[2],100)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial">Parcs</FONT></a></TD>')
document.write('<TD WIDTH=70 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[3],162)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(false)" onmouseover="pop(zlien[3],150)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial">Hébergement</FONT></a></TD>')
document.write('<TD WIDTH=45 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[8],220)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(false)" onmouseover="pop(zlien[8],450)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial">Cabarets</FONT></a></TD>')
document.write('<TD WIDTH=90 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[10],280)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(false)" onmouseover="pop(zlien[10],650)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial">Routes et chemins</FONT></a></TD>')
document.write('<TD WIDTH=40 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[4],340)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(false)" onmouseover="pop(zlien[4],200)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial">Musées</FONT></a></TD>')
document.write('<TD WIDTH=75 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[9],420)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(false)" onmouseover="pop(zlien[9],450)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial">Idées Week end</FONT></a></TD>')
document.write('<TD WIDTH=75 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[6],490)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(false)" onmouseover="pop(zlien[6],300)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial">Expo photos</FONT></a></TD>')
document.write('<TD WIDTH=40 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[5],580)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(false)" onmouseover="pop(zlien[5],250)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial">Librairie</FONT></a></TD>')
document.write('<TD WIDTH=55 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[7],600)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(false)" onmouseover="pop(zlien[7],400)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial">Partenaires</FONT></a></TD>')
document.write('<TD WIDTH=70 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[11],630)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(false)" onmouseover="pop(zlien[11],650)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial">Nous contacter</FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV>')
