
window.onload=montre;
function montre(id) {
var d = document.getElementById(id);
	for (var i = 1; i<=10; i++) {
		if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
	}
if (d) {d.style.display='block';}
}

var ok = false
	 if (document.images) {ok = true}

if(ok) {
	var base  = new paquet("0");	 
  var activ = new paquet("1");	
  var click = new paquet("2");	}
	
	function paquet(k) {
			this.length=4;
			for (i=1;i<4;i++){
					this[i]=new Image();
					this[i].src="images/pages/programme_bt"+i+"_"+k+".gif";
					}
			}

if(ok) {
	var old_num=1; var old_bouton="bb1";	
	var memo = new Image(); memo.src=base[1].src;
	var memo2 = new Image(); memo2.src=activ[1].src;
	base[1].src=click[1].src; activ[1].src=click[1].src
    }
	
function clique(num,bouton){
			if(ok && num != old_num) {
			document.images[bouton].src=click[num].src;		
			document.images[old_bouton].src=memo.src;			
			base[old_num].src=memo.src;
			activ[old_num].src=memo2.src;
			memo.src=base[num].src;
			memo2.src=activ[num].src;
			base[num].src=click[num].src;
			activ[num].src=click[num].src;
			old_bouton=bouton;
			old_num=num;
			}}
var slideCache = new Array();

function RunSlideShow(pictureName,imageFiles,displaySecs)

{

  var imageSeparator = imageFiles.indexOf(";");

  var nextImage = imageFiles.substring(0,imageSeparator);

  if (document.all)

  {

    document.getElementById(pictureName).style.filter="blendTrans(duration=3)";

    document.getElementById(pictureName).filters.blendTrans.Apply();

  }

  document.getElementById(pictureName).src = nextImage;

  if (document.all)

  {

    document.getElementById(pictureName).filters.blendTrans.Play();

  }

  var futureImages= imageFiles.substring(imageSeparator+1,imageFiles.length)

    + ';' + nextImage;

  setTimeout("RunSlideShow('"+pictureName+"','"+futureImages+"',"+displaySecs+")",

    displaySecs*800);

  // Cache the next image to improve performance.

  imageSeparator = futureImages.indexOf(";");

  nextImage = futureImages.substring(0,imageSeparator);

  if (slideCache[nextImage] == null) {

    slideCache[nextImage] = new Image;

    slideCache[nextImage].src = nextImage;

  }

}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function findPosY(obj)
{
        var curtop = 0;
        if (obj.offsetParent)
        {
                while (obj.offsetParent)
                {
                        curtop += obj.offsetTop
                        obj = obj.offsetParent;
                }
        }
        else if (obj.y)
               curtop += obj.y;
        return curtop;
}
function findPosX(obj)
{
        var curtop = 0;
        if (obj.offsetParent)
        {
                while (obj.offsetParent)
                {
                      curtop += obj.offsetLeft
                        obj = obj.offsetParent;
                }
        }
        else if (obj.x)
                curtop += obj.x;
        return curtop;
}
var win = null;
var scroll = "yes";
function NewWindow(mypage,myname,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
win = window.open(mypage,myname,settings)
if(win.window.focus){win.window.focus();}
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_findObj(n, d) { //v4.0
var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && document.getElementById) x=document.getElementById(n); return x;
}
function MM_validateFormFR() { //v4.0
   var i,p,q,nm,test,num,min,max,errors='',args=MM_validateFormFR.arguments;
  for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=MM_findObj(args[i]);
    if (val) { nm=val.name; if ((val=val.value)!="") {
      if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
        if (p<1 || p==(val.length-1)) errors+='- '+nm+' doit être une adresse Email valide (type nom@adresse.fr).\n';
      } else if (test!='R') {
        if (isNaN(val)) errors+='- '+nm+' Champ numérique (sans espaces).\n';
       if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
          min=test.substring(8,p); max=test.substring(p+1);
         if (val<min || max<val) errors+='- '+nm+' (nombre compris entre '+min+' et '+max+' sans espace).\n';
    } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' est obligatoire.\n'; }
  } if (errors) alert('Attention :\n'+errors);
  document.MM_returnValue = (errors == '');
}
function MM_swapImage() {
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
 HM_DOM = (document.getElementById) ? true : false;
   HM_NS4 = (document.layers) ? true : false;
    HM_NS = navigator.appName == ("Netscape");
   HM_NS6 = (navigator.vendor == ("Netscape6") || navigator.product == ("Gecko"));
    HM_IE = (document.all) ? true : false;
   HM_IE4 = HM_IE && !HM_DOM;
   HM_Mac = (navigator.appVersion.indexOf("Mac") != -1);
  HM_IE4M = HM_IE4 && HM_Mac;
  HM_IE5M = HM_IE && HM_Mac;
 HM_Opera = (navigator.userAgent.indexOf("Opera")!=-1);
HM_Konqueror = (navigator.userAgent.indexOf("Konqueror")!=-1);
if(HM_Konqueror) HM_IE = false;
HM_IE5W = HM_IE && !HM_Mac;
HM_IEpos = HM_IE || HM_Konqueror || (HM_NS6 && parseInt(navigator.productSub)>=20010710);
HM_IECSS = (HM_IE && document.compatMode) ? document.compatMode ==  "CSS1Compat" : false;
HM_IEDTD = (HM_IE && document.doctype) ? document.doctype.name.indexOf(".dtd")!=-1 : HM_IECSS;
HM_IEnoDTD = HM_IE && !HM_IEDTD;
HM_IsMenu = !HM_Opera && !HM_IE4M && (HM_DOM || HM_NS4 || HM_IE4 || HM_Konqueror);
HM_BrowserString = HM_NS4 ? "NS4" : HM_DOM ? "DOM" : "IE4";
if (HM_NS) {
var showshow ="show";
var hidehide ="hide";
ns=1;
} else {
ns=1;
var showshow ="visible";
var hidehide ="hidden";
}
function popUp(){return};
function popDown(){return};
function startIt(){return}
if(!HM_IsMenu) event = null;
HM_PG_MenuWidth = 150;
HM_PG_FontFamily = "Arial, Helvetica, sans-serif";
HM_PG_FontSize = 8;
HM_PG_FontBold = true;
HM_PG_FontItalic = false;
HM_PG_FontColor = "blue";
HM_PG_FontColorOver = "white";
HM_PG_BGColor = "#DDDDDD";
HM_PG_BGColorOver = "#D1E6F7";
HM_PG_ItemPadding = 2;
HM_PG_BorderWidth = 1;
HM_PG_BorderColor = "black";
HM_PG_BorderStyle = "solid";
HM_PG_SeparatorSize = 1;
HM_PG_SeparatorColor = "black";
HM_PG_ImageSrc = "fleche_navig.gif";
HM_PG_ImageSize = 8;
HM_PG_ImageHorizSpace = 0;
HM_PG_ImageVertSpace =0;
HM_PG_KeepHilite = true;
HM_PG_ClickStart = 0;
HM_PG_ClickKill = false;
HM_PG_ChildOverlap = 10;
HM_PG_ChildOffset = 2;
HM_PG_ChildPerCentOver = null;
HM_PG_TopSecondsVisible = 1;
HM_PG_StatusDisplayBuild =1;
HM_PG_StatusDisplayLink = 1;
HM_PG_UponDisplay = null;
HM_PG_UponHide = null;
HM_PG_RightToLeft = false;

var nombre_real = 18;

var real_id;var ok;
function show_real(id_real) {
for (a=0;a<=nombre_real;a++) {
real_id="real"+a;
ok =document.getElementById(real_id);
if (ok) { ok.style.display="none"; }
}
document.getElementById(id_real).style.display="block";

}
var paychoixselected;
function show_realselect() {
for (a=0;a<=nombre_real;a++) {
real_id="real"+a;
ok =document.getElementById(real_id);
if (ok) { ok.style.display="none"; }

}
}