var menuselect="";
function select(objid)
{
      menuselect=objid;
      changesrc('accueil','off');
      changesrc('cadre','off');
      changesrc('yourtes','off');
      changesrc('tarifs','off');
      changesrc('medias','off');
      changesrc('liens','off');
      changesrc(objid,'on');
      
}
function changesrc(id,source1)
{
  if(source1=='on')
  {
    source1=document.getElementById(id).src.replace('off','on');
    document.getElementById(id).src=source1;
  }
  else if(menuselect!=id)
  {
    source1=document.getElementById(id).src.replace('on','off');
    document.getElementById(id).src=source1;
  }  
}
  function change_session(langue)
  {
     //parent.window.TEMP.location.href="session_langue.php?langue="+langue;
     parent.window.location.href="../pages_communes/index.php?langue="+langue;
     
  }
   function change_style(style)
  {
     //parent.window.TEMP.location.href="session_langue.php?langue="+langue;
     parent.window.location.href="../pages_communes/index.php?style="+style;
     
  }
  
function change_img(img)
{
  TEMP.location="temp.php?img="+img;
  bannerup.src=img;
}
function initImage() 
{
  imageId = 'thephoto';
  image = document.getElementById(imageId);
  setOpacity(image, 0);
  image.style.visibility = 'visible';
  fadeIn(imageId,0);
}

