// 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 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 - 82 //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/up.gif" width="25" height="25" title="retour en haut de page" border="0">'
menulien[3]= 'javascript:self.scrollTo(0,0)'
menutarget[3]='_self'
menutexte[4]='<img src="images/down.gif" width="25" height="25" title="descendre la page" border="0">'
menulien[4]='javascript:self.scrollBy(0,100)'
menutarget[4]='_self' 
menutexte[5]='<img src="images/mini-journal.gif" width="57" height="47" title="carnet de voyage 2003" border="0">'
menulien[5]='page1.html'
menutarget[5]='_self' 
menutexte[6]=  '<img src="images/mini-cartes.gif" alt="des cartes"  title="des cartes"  width="57" height="47" border="0">'
menulien[6]= 'cartes.html'
menutarget[6]='_self'
menutexte[7]= '<img src="images/mini-photos.gif" width="55" height="47" title="galerie photos" border="0">'
menulien[7]= 'photos.html'
menutarget[7]='_self'
menutexte[8]='<img src="images/mini-tuyaux.gif" width="44" height="45" title="infos pratiques" border="0">'
menulien[8]='tuyaux.html'
menutarget[8]='_self' 
menutexte[9]= '<img src="images/mini-liens.gif" title="liens externes" width="57" height="47" border="0">'
menulien[9]= 'liens.html'
menutarget[9]='_self'
menutexte[10]= '<img src="images/bouton22.gif" width="40" height="47" title="retour sommaire du site Costarica" border="0">'
menulien[10]= 'index.html'
menutarget[10]='_top'
menutexte[11]= '<img src="images/cd.gif" width="45" height="45" title="&eacute;couter de la musique de l&agrave;-bas" border="0">'
menulien[11]= 'musique.html'
menutarget[11]='music'
