hauteurcadre = 30;

xmenu = new Array;
xlien = new Array;

xmenu[0] = 'Le TPE';
xmenu[1] = 'Définitions';
xmenu[2] = 'Tchernobyl';
xmenu[3] = 'Effets sur la santé';
xmenu[4] = 'Ressources';


xlien[0] = ''
xlien[1] = ''
xlien[2] = ''
xlien[3] = ''
xlien[4] = ''
xlien[0] += '<A HREF="index2.htm" CLASS=menudyn3>Accueil</A>';
xlien[0] += ' | '
xlien[0] += '<A HREF="introduction.htm" CLASS=menudyn3>Démarrer le TPE !</A>';
xlien[0] += ' | '
xlien[0] += '<A HREF="#" CLASS=menudyn3 onClick="window.external.AddFavorite(url_site, titre_site);return(false);">Ajouter aux favoris</A>';
xlien[0] += ' | '
xlien[0] += '<A HREF="#" CLASS=menudyn3 onClick="HomePage(this);return(false);">Page de démarrage</A>';
xlien[1] += '<A HREF="definitions1.htm" CLASS=menudyn3>Page des définitions</A>';
xlien[1] += ' | '
xlien[1] += '<A HREF="definitions1.htm#radioactivite" CLASS=menudyn3>Radioactivité</A>';
xlien[1] += ' | '
xlien[1] += '<A HREF="definitions1.htm#rayonnements" CLASS=menudyn3>Rayonnements</A>';
xlien[1] += ' | '
xlien[1] += '<A HREF="definitions1.htm#periode" CLASS=menudyn3>Période radioactive</A>';
xlien[1] += ' | '
xlien[1] += '<A HREF="definitions1.htm#doses" CLASS=menudyn3>Doses et unités</A>';
xlien[1] += ' | '
xlien[1] += '<A HREF="definitions1.htm#irradiation" CLASS=menudyn3>Irradiation et contamination</A>';
xlien[2] += '<A HREF="tchernobyl1.htm" CLASS=menudyn3>Page de Tchernobyl</A>';
xlien[2] += ' | '
xlien[2] += '<A HREF="tchernobyl1.htm#introduction" CLASS=menudyn3>Introduction</A>';
xlien[2] += ' | '
xlien[2] += '<A HREF="tchernobyl1.htm#accident" CLASS=menudyn3>L\'accident</A>';
xlien[2] += ' | '
xlien[2] += '<A HREF="tchernobyl1.htm#nuage" CLASS=menudyn3>Le nuage radioactif</A>';
xlien[2] += ' | '
xlien[2] += '<A HREF="tchernobyl1.htm#effets" CLASS=menudyn3>Effets sur l\'homme</A>';
xlien[2] += ' | '
xlien[2] += '<A HREF="tchernobyl1.htm#bilan" CLASS=menudyn3>Bilan</A>';
xlien[3] += '<A HREF="effets1.htm" CLASS=menudyn3>Page des effets sur la santé</A>';
xlien[3] += ' | '
xlien[3] += '<A HREF="effets1.htm#introduction" CLASS=menudyn3>Introduction</A>';
xlien[3] += ' | '
xlien[3] += '<A HREF="effets1.htm#exposition" CLASS=menudyn3>Les types d\'exposition</A>';
xlien[3] += ' | '
xlien[3] += '<A HREF="effets1.htm#seuil" CLASS=menudyn3>Les effets à seuil</A>';
xlien[3] += ' | '
xlien[3] += '<A HREF="effets1.htm#aleatoire" CLASS=menudyn3>Les effets aléatoires</A>';
xlien[3] += ' | '
xlien[3] += '<A HREF="effets1.htm#radiotherapie" CLASS=menudyn3>La radiothérapie</A>';
xlien[4] += '<A HREF="quizz1.htm" CLASS=menudyn3>Le quizz</A>';
xlien[4] += ' | '
xlien[4] += '<A HREF="bibliographie.htm" CLASS=menudyn3>Bibliographie</A>';
xlien[4] += ' | '
xlien[4] += '<A HREF="liens.htm" CLASS=menudyn3>Liens internet</A>';
xlien[4] += ' | '
xlien[4] += '<A HREF="http://www.livre-dor.net/livre.php?id=186" target=_blank CLASS=menudyn3>Livre d\'or</A>';
xlien[4] += ' | '
xlien[4] += '<A HREF="mailto:zelko999@wanadoo.fr" CLASS=menudyn3>Contact</A>';
document.write('<STYLE TYPE="text/css">\nA.menudyn3 {color:#FFFFFF; text-decoration:none;}\nA:hover.menudyn3 {color:#000000;text-decoration:none;}\n</STYLE>');

document.write('<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH='+(xlien.length*100)+' BGCOLOR=#000000>  <TR><TD><TABLE CELLPADDING=2 CELLSPACING=1 BORDER=0 WIDTH=100%>  <TR>');

for(i=0;i<xlien.length;i++)

{
	document.write('<TD BGCOLOR=#006699 onMouseOver="javascript:colorIt(this);MajMenu('+i+')" ALIGN=center ID=td'+i+'><FONT SIZE=1 FACE="Verdana"><A HREF="#" onClick="return(false)" onMouseOver="MajMenu('+i+')" CLASS=menudyn3>'+xmenu[i]+'</A></FONT></TD>');
	}
document.write('</TR>  <TR>    <TD COLSPAN='+(xlien.length)+' BGCOLOR=#FF9900 HEIGHT='+hauteurcadre+' VALIGN=top><ilayer id="dynamenu31" width=100% height='+hauteurcadre+'><layer id="dynamenu32" width=100% height='+hauteurcadre+'><div id="dynamenu33">&nbsp;</div></layer></ilayer></TD>  </TR></TABLE></TD></TR></TABLE>');

function colorIt(tditem)
	{
	if(document.all)
		{
			document.all.td0.style.background='#006699';
	document.all.td1.style.background='#006699';
	document.all.td2.style.background='#006699';
	document.all.td3.style.background='#006699';
	document.all.td4.style.background='#006699';
		tditem.style.background='#6699CC';
		}
else if(document.getElementById)
	{
			document.getElementById("td0").style.background='#006699';
	document.getElementById("td1").style.background='#006699';
	document.getElementById("td2").style.background='#006699';
	document.getElementById("td3").style.background='#006699';
	document.getElementById("td4").style.background='#006699';
tditem.style.background='#6699CC';
	}
}

function MajMenu(menu)
	{
	which = xlien[menu];
if (document.layers){
	document.dynamenu31.document.dynamenu32.document.write('<FONT SIZE=1 FACE="Verdana">'+which+'</FONT>')
	document.dynamenu31.document.dynamenu32.document.close()
	}
else if (document.getElementById)
			{
			document.getElementById("dynamenu33").innerHTML = '<CENTER><FONT SIZE=1 FACE="Verdana, Arial"><B>'+which+'</B></FONT></CENTER>';
			}
else 	if (document.all){
	dynamenu33.innerHTML='&nbsp;'
	dynamenu33.innerHTML='<FONT SIZE=1 FACE="Verdana">'+which+'</FONT>';
	}
}
if (document.getElementById)
	colorIt(document.getElementById("td0"));
else if (document.all){
	colorIt(document.all.td0);
	}
MajMenu(0);