//Magic Menu V2.1.1 - http://www.ToutJavaScript.com/magicmenu
var main=""; function CREERMAGIC() {
main=new CreerMain(185,200,20);
m1=new CreerMenu("m1",0,"");main.Add("2004",53,"m1","");m2=new CreerMenu("m2",1,"");m1.add("Athènes (Grèce)","",m2,"");m2.add("Les Jeux d'Athènes","http://www.olympic.org/fr/games/past/index_fr.asp?OLGT=1&OLGY=2004","","");m2.add("Carte postale Athènes 2004","photogallery/Carte postale.jpg","","I1");m2.add("Carte postale Athènes 2004(verso)","photogallery/Carte postale verso.jpg","","I1");m2.add("Athlète du patrimoine","photogallery/athtète_patrimoine.jpg","","I1");m3=new CreerMenu("m3",0,"");main.Add("2000",53,"m3","");m4=new CreerMenu("m4",1,"");m3.add("Sydney (Australie)","",m4,"");m4.add("Les Jeux de Sydney","http://www.olympic.org/fr/games/past/index_fr.asp?OLGT=1&OLGY=2000","","");m5=new CreerMenu("m5",0,"");main.Add("1996",53,"m5","");m6=new CreerMenu("m6",1,"");m5.add("Atlanta (États-Unis)","",m6,"");m6.add("Les Jeux d'Atlanta","http://www.olympic.org/fr/games/past/index_fr.asp?OLGT=1&OLGY=1996","","");m6.add("En vélo vers Séoul (suite)","../Autres documents Albert/phot/DSC_2110-10001doc.JPG","","I1");m7=new CreerMenu("m7",0,"");main.Add("1992",53,"m7","");m8=new CreerMenu("m8",1,"");m7.add("Barcelone (Espagne)","",m8,"");m8.add("Les Jeux de Barcelone","http://www.olympic.org/fr/games/past/index_fr.asp?OLGT=1&OLGY=1992","","");m9=new CreerMenu("m9",0,"");main.Add("1988",53,"m9","");m10=new CreerMenu("m10",1,"");m9.add("Séoul (Corée du Sud)","",m10,"");m10.add("Les Jeux de Séoul","http://www.olympic.org/fr/games/past/index_fr.asp?OLGT=1&OLGY=1988","","");m10.add("Lettre du maire de Maria, M. Marc Gagné","photogallery/photo133.jpg","","I1");m10.add("Lettre de M. Robert Bourassa","photogallery/photo134.jpg","","I1");m10.add("Lettre de M. Jean Pelletier","photogallery/photo136.jpg","","I1");m10.add("Lettre de M. Brain Mulroney","photogallery/photo137.jpg","","I1");m10.add("Lettre de M. Raymond Chrétien","photogallery/photo138.jpg","","I1");m10.add("Lettre de M. Nicola Signorello","photogallery/photo135.jpg","","I1");m10.add("Lettre de M. Zachos Hadjifotiou","photogallery/photo141.jpg","","I1");m10.add("Lettre de M. François Ababie","photogallery/photo139.jpg","","I1");m10.add("Lettre du maire de Séoul, M.Kim Yong Nae","photogallery/photo140.jpg","","I1");m11=new CreerMenu("m11",0,"");main.Add("1984",53,"m11","");m12=new CreerMenu("m12",1,"");m11.add("Los Angeles (États-Unis)","",m12,"");m12.add("Les Jeux de Los Angeles","http://www.olympic.org/fr/games/past/index_fr.asp?OLGT=1&OLGY=1984","","");m13=new CreerMenu("m13",0,"");main.Add("1980",53,"m13","");m14=new CreerMenu("m14",1,"");m13.add("Moscou (Russie)","http://www.olympic.org/fr/games/past/index_fr.asp?OLGT=1&OLGY=1980",m14,"");m14.add("Les Jeux de Moscou","http://www.olympic.org/fr/games/past/index_fr.asp?OLGT=1&OLGY=1980","","");m14.add("En route pour Moscou","photogallery/photo092.jpg","","I1");m15=new CreerMenu("m15",0,"");main.Add("1976",53,"m15","");m16=new CreerMenu("m16",1,"");m15.add("Montréal (Canada)","",m16,"");m16.add("Les Jeux de Montréal","http://www.olympic.org/fr/games/past/index_fr.asp?OLGT=1&OLGY=1976","","");m17=new CreerMenu("m17",0,"");main.Add("1972",53,"m17","");m18=new CreerMenu("m18",1,"");m17.add("Munich (Allemagne)","",m18,"");m18.add("Les Jeux de Munich","http://www.olympic.org/fr/games/past/index_fr.asp?OLGT=1&OLGY=1972","","");m19=new CreerMenu("m19",0,"");main.Add("1968",53,"m19","");m20=new CreerMenu("m20",1,"");m19.add("Mexico (Mexique)","",m20,"");m20.add("Les Jeux de Mexico","http://www.olympic.org/fr/games/past/index_fr.asp?OLGT=1&OLGY=1968","","");m21=new CreerMenu("m21",0,"");main.Add("1964",53,"m21","");m22=new CreerMenu("m22",1,"");m21.add("Tokyo (Japon)","",m22,"");m22.add("L'emblème des Jeux","photogallery/1964S_emblem_m.gif","","I1");m22.add("Les Jeux de Tokyo","http://www.olympic.org/fr/games/past/index_fr.asp?OLGT=1&OLGY=1964","","");} CREERMAGIC();var font="verdana";var colBarre="olive";var colFond="olive";var colContour="";var colOver="olive";var colTextOff="black"; var colTextOn="white";var cssTexte=";font-weight:bold;color:black;font-family:verdana;font-size:10px";var hauteur=20;var nivmax=4;var delai=1;var isout=0;
function CreerMain(X,Y,haut,colFOn,colFOff,colTOn,colTOff) {this.nb=0;this.X=X;this.Y=Y;this.haut=haut;this.Add=AddMain;this.Print=PrintMain;}
function AddMain(txt,larg,mnu,url,target) {var m=new Object; m.txt=txt;m.larg=larg,m.mnu=mnu,m.url=url;m.target=target;this.nb++;this[this.nb]=m;if(mnu!=''){eval(mnu+'.parent="'+txt+'"')};}
function PrintMain() {
	X=this.X; Y=this.Y; A="";
	for (var i=1;i<=this.nb;i++) {
 if (this[i].mnu==""){this[i].mnu='0';}
		if ((document.all)||(window.sidebar)) {
         var clic=""; var style=""; if(this[i].url!="") {style="cursor:hand;"; clic=" onclick='window.location=\""+this[i].url+"\"'";}
			A+="<DIV id='main"+i+"' style='position:absolute;left:"+X+";top:"+Y+";"+style+"width:"+this[i].larg+";height:"+this.haut+";background-color:"+colBarre+";"+cssTexte+";text-align:center' onmouseover='start("+i+","+this[i].mnu+","+X+","+(Y+this.haut+1)+")'"+clic+">"+this[i].txt+"</DIV>";
		}
		if (document.layers) {
	var txt=this[i].txt;if(this[i].url!="") {txt="<A href='"+this[i].url+"'>"+txt+"</A>";}
       A+="<LAYER name='main"+i+"' left="+X+" top="+Y+" width="+this[i].larg+" height="+this.haut+" bgcolor="+colBarre+"  onmouseover='start("+i+","+this[i].mnu+","+X+","+(Y+this.haut+1)+")'><CENTER><SPAN style='background-color:"+colBarre+cssTexte+"'>"+txt+"</SPAN></CENTER></LAYER>";
		}
		X+=this[i].larg+1;
	}
	document.write(A);
}
function CreerMenu(nom,niv,target) {this.nb=0; this.X=0;this.Y=0; this.width=1; this.niv=niv; this.parent=""; this.ON=-1;this.nom=nom;this.target=""; if ((target!="")&&(target!=null)) this.target=target;this.add=Add;this.aff=Aff;}
function Add(lib,lnk,mnu,target) {var rub = new Object;	rub.lib=lib; rub.target=target;	rub.lnk=""; if ((lnk!="")&&(lnk!=null)) rub.lnk=lnk; rub.mnu=""; if ((mnu!="")&&(mnu!=null)) {rub.mnu=mnu; mnu.parent=this}	this[this.nb]=rub;	this.nb++;}
function start(i,mnu,x,y) {
	isout=1;hideall(i);isout=0
	if (mnu!=0){mnu.aff(x,y)};
	BGCalque("main"+i,colOver); FontCalque("main"+i,colTextOn); SizeCalque("fond",mmgetlarg()-x+20);
	MoveCalque("fond",x-50,y+1);
	ShowCalque("fond");
	return false;
}
function onfond() {
	isout=1;
	setTimeout("hideall()",delai);
}
function hideall(i) {
	if (isout==1) {
		for (var i=0;i<nivmax;i++) {HideCalque("niv"+i); HideCalque("fond");}
		for (var i=1;i<=main.nb;i++) {BGCalque("main"+i,colBarre); FontCalque("main"+i,colTextOff);}
	window.status="";MoveCalque("fond",1,1);
	}
}
function hide(mnu) {
	if (mnu.ON>-1) {
		if (mnu[mnu.ON].mnu!="") {
			var nom="niv"+mnu[mnu.ON].mnu.niv;
			HideCalque(nom);
			hide(mnu[mnu.ON].mnu);
		}
	}
	mnu.ON=-1;
}
function over(mnu,i) {
	var nom="niv"+mnu.niv+"n"+i;
	var nomtd=nom+"td";
	isout=0;
	BGCalque(nom,colOver);
	FontCalque(nomtd,colTextOn);
}
function out(mnu,i) {
	var nom="niv"+mnu.niv+"n"+i; 	var nomtd=nom+"td";
	if (mnu[i].lib!="-") {
		BGCalque(nom,colFond);
		FontCalque(nomtd,colTextOff)
	}
}
function clear(mnu) {
	  for (var j=0;j<mnu.nb;j++) {
	   out(mnu,j);
	   hide(mnu);
	}
}
function mmover(mnu,i) {
	clear(mnu);
	over(mnu,i);
	mnu.ON=i;
	if (mnu[i].mnu!="") {
		mnu[i].mnu.aff();
	}
var ok=1; var Y=""; var Z=mnu[i].lib; var u=mnu; while (u.niv>0) {Z=u.parent[u.parent.ON].lib+" > "+Z;u=u.parent;} Z=u.parent+" > "+Z;
for (var j=0;j<Z.length ;j++ ){
	if (Z.charAt(j)=="<") {ok=0;}
	if (ok==1) {Y+=Z.charAt(j) }
	if (Z.charAt(j)==">") {ok=1;}
}window.status=Y;
}
function mmclick(mnu) {
	lnk=mnu[mnu.ON].lnk;
	if (lnk!="") {
			if (mnu[mnu.ON].target=="_blank") {window.open(lnk)}
			else {
				if   (mnu[mnu.ON].target=="")	{window.location=lnk;}
				else {parent.frames[mnu[mnu.ON].target].location.href=lnk;}
			}
	}
}
function mmgetlarg() {if (document.layers){return parseInt(document.width)} else {return parseInt(document.body.offsetWidth)}}
function AFF() {
var n=new Image; n.src="photogallery/coud.gif";var m=new Image; m.src="photogallery/vide.gif";	if ((document.all)||(window.sidebar)) {
var A="<DIV id='fond' style='position:absolute;top:10;left:100;width:500;height:400;visibility:hidden;font-family:"+font+"' onmouseover='onfond()'></DIV>";A+="<DIV id='niv0' style='position:absolute;top:10;left:100;visibility:visible;font-family:"+font+"'></DIV>";A+="<DIV id='niv1' style='position:absolute;top:10;left:100;visibility:visible;font-family:"+font+"'></DIV>";A+="<DIV id='niv2' style='position:absolute;top:10;left:100;visibility:visible;font-family:"+font+"'></DIV>";A+="<DIV id='niv3' style='position:absolute;top:10;left:100;visibility:visible;font-family:"+font+"'></DIV>";} else {var A="<LAYER name='fond' width=500 height=600 visibility=hide top=100 left=100 onmouseover='onfond()'>&nbsp;</LAYER>";A+="<LAYER name='niv0' top=200 left=200 visibility=show></LAYER>";A+="<LAYER name='niv1' top=200 left=200 visibility=show></LAYER>";A+="<LAYER name='niv2' top=200 left=200 visibility=show></LAYER>";A+="<LAYER name='niv3' top=200 left=200 visibility=show></LAYER>";}	document.write(A);main.Print();
}
function Aff(x,y) {
var nom=this.nom;	var niv="niv"+this.niv;
if (this.niv==0) {X=x;Y=y;}
else {X=this.parent.X+this.parent.width-2;Y=this.parent.Y+(hauteur+4)*this.parent.ON}if ((document.all)||(window.sidebar)) {
var A=""
A+="<TABLE border=0 cellpadding=0 cellspacing=0 style='border-color:"+colContour+";border-style:solid;border-width:1px'>";
for (var i=0;i<this.nb;i++) {
if (this[i].lib=="-") {
A+="<TR><TD style='background-color:"+colFond+";font-size:10px;border-style:none;margin:0px;height:"+(hauteur-2)+"px' colspan=2><DIV  style='background-color:"+colFond+";height:"+(hauteur+2)+"px'><HR noshade style='color:"+colContour+";height:1px'></DIV></TD></TR>"; 
} else {
var img="photogallery/vide.gif";if (this[i].mnu!="") { img="photogallery/coud.gif"}
A+="<TR><TD style='cssTexte;border-style:none;margin:0px'><DIV id='"+niv+"n"+i+"' style='cursor:hand;background-color:"+colFond+cssTexte+"'  onmouseover='mmover("+this.nom+","+i+")' onClick='mmclick("+this.nom+")'><TABLE border=0 width=100% cellspacing=0><TR><TD style='font-size:12px;padding-top:3px;padding-bottom:3px;padding-left:3px;'><DIV id='"+niv+"n"+i+"td' style='"+cssTexte+"'>"+this[i].lib+"</DIV></TD><TD width=10 align=right><IMG src='"+img+"' height='"+hauteur+"' width='"+hauteur+"'></TD></TR></TABLE></DIV></TD></TR>";
}
}
A+="</TABLE>"
}else{
var A="<table border=0 cellspacing=0 cellpadding=1><tr><td bgcolor="+colContour+">";
A+="<TABLE border=0 cellpadding=0 cellspacing=0 bgcolor="+colFond+" width=100%>";
for (var i=0;i<this.nb;i++) {
if (this[i].lib=="-") {
A+="<TR><TD><HR width=99% height=1%></TD></TR>";
} else {
var img="photogallery/vide.gif";if (this[i].mnu!="") { img="photogallery/coud.gif"}
A+="<TR><TD><TABLE border=0 width=100% cellspacing=0><TR><TD><A href='javascript:mmclick("+this.nom+")' onmouseover='mmover("+this.nom+","+i+")'><SPAN style='background-color:"+colFond+cssTexte+"'>"+this[i].lib+"</SPAN></A></TD><TD width=10 align=right><IMG src='"+img+"' height="+hauteur+" width="+hauteur+"></TD></TR></TABLE></TD></TR>";
}
}
A+="</TABLE></TD</TR></TABLE>"
}
if (document.all) {document.all[niv].innerHTML=A+"&nbsp;";document.all[niv].style.top=Y;document.all[niv].style.left=X;document.all[niv].style.visibility="visible";this.X=X;this.Y=Y;this.width=document.all[niv].clientWidth;}
if (window.sidebar) {document.getElementById(niv).innerHTML=A;document.getElementById(niv).style.top=Y;document.getElementById(niv).style.left=X;document.getElementById(niv).style.visibility="visible";this.X=X;this.Y=Y;this.width=document.getElementById(niv).offsetWidth;}
if (document.layers) {document.layers[niv].left=X;document.layers[niv].top=Y;document.layers[niv].document.write(A);document.layers[niv].document.close();document.layers[niv].visibility="show";this.X=X;this.Y=Y;this.width=document.layers[niv].clip.width;}}
function HideCalque(nom) {
if (document.all) {document.all[nom].style.visibility="hidden";}
if (window.sidebar) {document.getElementById(nom).style.visibility="hidden";}
if (document.layers) {document.layers[nom].visibility="hide";}
}
function ShowCalque(nom) {
if (document.all) {document.all[nom].style.visibility="visible";}
if (window.sidebar) {document.getElementById(nom).style.visibility="visible";}
if (document.layers) {document.layers[nom].visibility="show";}
}
function BGCalque(nom,BG) {
if (document.all) {document.all[nom].style.backgroundColor=BG;}
if (window.sidebar) {document.getElementById(nom).style.backgroundColor=BG;}
}
function FontCalque(nom,Font) {
if (document.all) {document.all[nom].style.color=Font;}
if (window.sidebar) {document.getElementById(nom).style.color=Font;}
}
function MoveCalque(nom,X,Y) {
if (document.all) {document.all[nom].style.top=Y;document.all[nom].style.left=X;}
if (window.sidebar) {document.getElementById(nom).style.top=Y;document.getElementById(nom).style.left=X;}
if (document.layers) {document.layers[nom].top=Y;document.layers[nom].left=X;}
}
function GetLeft(nom) {
if (document.all) {return document.all[nom].style.left;}
if (window.sidebar) {return document.getElementById(nom).style.left}
if (document.layers) {return document.layers[nom].left;}
}
function SizeCalque(nom,larg) {
if (document.all) {document.all[nom].style.width=larg;}
if (window.sidebar) {document.getElementById(nom).style.width=larg;}
if (document.layers) {document.layers[nom].width=larg;}
}
// VERSION
