// Menu mobile position basse

var size = 16;
var bgcouleur = 'E6FFFF';
var couleur = '263070';

function fontZoom(zooming)
{
size= size + zooming;
 document.getElementById('zoom').style.fontSize=size+'px'
}

function Color()
{
if (couleur == '263070'){
 document.body.style.backgroundColor= 'EBE1C7';
 document.getElementById('zoom').style.color= '6B4825';
couleur = '6B4825';}
else {
 document.body.style.backgroundColor= 'E6FFFF';
 document.getElementById('zoom').style.color= '263070';
couleur = '263070';
}
}

function Next(){
var quoi = window.document.location;
//var base = "file:///F:/'%20Mes%20Sites%20Web/Amen/Cruells/costarica/";
var base = "http://www.cruells.fr/costarica/";
if (quoi == base + "carnetdevoyage1.html"){document.location = base + "carnetdevoyage2.html"}
if (quoi == base + "carnetdevoyage2.html"){document.location = base + "carnetdevoyage3.html"}
if (quoi == base + "carnetdevoyage3.html"){document.location = base + "carnetdevoyage4.html"}
if (quoi == base + "carnetdevoyage4.html"){document.location = base + "carnetdevoyage5.html"}
if (quoi == base + "carnetdevoyage5.html"){document.location = base + "carnetdevoyage6.html"}
if (quoi == base + "carnetdevoyage6.html"){document.location = base + "carnetdevoyage7.html"}
if (quoi == base + "carnetdevoyage7.html"){document.location = base + "carnetdevoyage8.html"}
}



function BwindowHeight()
{
 if (window.innerHeight) return window.innerHeight;
 else if (document.body && document.body.offsetHeight) return document.body.offsetHeight;
 else return 0;
}
function BwindowWidth()
{
 if (window.innerWidth) return window.innerWidth;
 else if (document.body && document.body.offsetWidth) return document.body.offsetWidth;
 else return 0;
}
var Height = BwindowHeight();//window height
var Width = BwindowWidth();//window width
var Larg = 300;//menu width
var Pos = ((Width/2) - (Larg/3));//x position menu
var p_top= Height - 66 //y position menu
var p_left= Pos 
var p_wth= Larg 
var colorbg = ""; //couleur de fond
var colorlien = "6B4825"; //couleur du texte
var colorsel = "CA02FE"; //couleur selection
menutexte = new Array;
menulien = new Array;
menutarget = new Array;

menutexte[0]= '<img src="images/gd-a.png" title="agrandir les lettres" width="18" height="30" border="0">'
menulien[0]= 'javascript:fontZoom(2)'
menutarget[0]='_self'
menutexte[1]= '<img src="images/pt-a.png" title="rapetisser les lettres" width="18" height="30" border="0">'
menulien[1]= 'javascript:fontZoom(-2)'
menutarget[1]='_self'
menutexte[2]= '<img src="images/palette.gif" title="changer les couleurs de la page" width="38" height="30" border="0">'
menulien[2]= 'javascript: Color()'
menutarget[2]='_self'
menutexte[3]= '<img src="images/left.gif" title="page pr&eacute;c&eacute;dente" width="23" height="25" border="0">'
menulien[3]= 'javascript:history.go(-1)'
menutarget[3]='_self'
menutexte[4]= '<img src="images/up.gif" width="25" height="25" title="retour en haut de page" border="0">'
menulien[4]= 'javascript:self.scrollTo(0,0)'
menutarget[4]='_self'
menutexte[5]='<img src="images/down.gif" width="25" height="25" title="descendre la page" border="0">'
menulien[5]='javascript:self.scrollBy(0,100)'
menutarget[5]='_self' 
menutexte[6]= '<img src="images/right.gif" title="page suivante" width="23" height="25" border="0">'
menulien[6]= 'javascript: Next()'
menutarget[6]='_self'
menutexte[7]=  '<img src="images/mini-cartes.gif" alt="des cartes"  title="des cartes"  width="57" height="47" border="0">'
menulien[7]= 'cartes-costarica.html'
menutarget[7]='_self'
menutexte[8]= '<img src="images/mini-photos.gif" width="55" height="47" title="galerie photos" border="0">'
menulien[8]= 'photos-costarica.html'
menutarget[8]='_self'
menutexte[9]='<img src="images/mini-tuyaux.gif" width="44" height="45" title="infos pratiques" border="0">'
menulien[9]='infos-costarica.html'
menutarget[9]='_self' 
menutexte[10]= '<img src="images/mini-liens.gif" title="liens externes" width="57" height="47" border="0">'
menulien[10]= 'liens-costarica.html'
menutarget[10]='_self'
menutexte[11]= '<img src="images/bouton22.gif" width="40" height="47" title="retour sommaire du site Costarica" border="0">'
menulien[11]= 'index.html'
menutarget[11]='_top'
menutexte[12]= '<img src="images/cd.gif" width="45" height="45" title="&eacute;couter de la musique de l&agrave;-bas" border="0">'
menulien[12]= 'musique.html'
menutarget[12]='music'
