/*
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/
gauche5=30
haut5=210
target5 = '_self';

color51 = "";
color52 = "#808080";
color53 = "#FFFFFF";

menu5titre = new Array;
menu5lien = new Array;

	menu5titre[0]= 'Accueil'
	menu5lien[0]= 'index.htm'
	menu5titre[1]= 'Dentition des équidés'
	menu5lien[1]= 'dentition_pathologies.htm'
	menu5titre[2]= 'Le dentiste ________ Quand et Pourquoi'
	menu5lien[2]= 'dentition_pathologies.htm#quand'
	menu5titre[3]= 'Anomalies'
	menu5lien[3]= 'dentition_pathologies.htm#pathologies'
	menu5titre[4]= 'Services'
	menu5lien[4]= 'dentiste_services.htm'	
	menu5titre[5]= 'Exemples'
	menu5lien[5]= 'dentiste-equin-temoignages.htm'	
	menu5titre[6]= 'Photos'
	menu5lien[6]= 'dentiste-equin-PhotosTravaux.htm'		
	menu5titre[7]= 'Coordonnées & CV'
	menu5lien[7]= 'dentiste_coordonnees.htm'		
	menu5titre[8]= 'Formations'
	menu5lien[8]= 'dentisterie_definitions.htm'	
	menu5titre[9]= 'Définitions'
	menu5lien[9]= 'dentisterie_definitions.htm'
	menu5titre[10]= 'Liens utiles'
	menu5lien[10]= 'equitation_liens_utiles.htm'
	menu5titre[11]= 'Actu Cheval'
	menu5lien[11]= 'ActuCheval.htm'
	menu5titre[12]= 'Annuaires'
	menu5lien[12]= 'annuaires.htm'	

	
	
	
document.write('<STYLE TYPE="text/css">#menu5 { position:absolute;top:'+haut5+';left:'+gauche5+'; }</STYLE>');

ie4=document.all
ns6=document.getElementById&&!document.all
ns4=document.layers

function placeMenu5() {
if (ie4) {menu5.style.pixelTop=document.body.scrollTop+haut5}
else if (ns6) {document.getElementById("menu5").style.top=window.pageYOffset+haut5}
else if (ns4) {eval(document.menu5.top=eval(window.pageYOffset+haut5));}
if(ie4 || ns6 || ns4)
	setTimeout("placeMenu5()",1);
}

window.onload = placeMenu5;
document.write('<SPAN ID=menu5><table border=0 cellspacing=0 cellpadding=3 bordercolorlight=# bordercolordark=# WIDTH=150><TR>	<TD ALIGN=left><FONT FACE="Arial" SIZE=2 COLOR=#FFFFFF><B>Plan du Site</B></FONT></TD></TR>')
for(a=0;a<menu5lien.length;a++)
	{
	document.write('<TR><TD onMouseOut="this.style.background=\''+color51+'\'" onMouseOver="this.style.background=\''+color52+'\'" STYLE="cursor:pointer" onClick="window.open(\''+menu5lien[a]+'\',\''+target5+'\')"><FONT FACE="Verdana, Arial" SIZE=1><B><A HREF="'+menu5lien[a]+'" TARGET="'+target5+'" STYLE="text-decoration:none;color:'+color53+'">'+menu5titre[a]+'</A></B></FONT></TD></TR>');
	}
document.write('</TR></TABLE></SPAN>')
