<!-- javascript Meca-Suz -->



//initialisation de l'adressage
//
function init(niveau) {
	relatif=""
	for (var i=0; i < niveau; i++) {relatif+="../"}
	document.write("<link rel='stylesheet' href='" + relatif + "accueil2.css'>");
}





//ecriture du menuMeca4x4 en bas de page accueil
//
function menumeca4x4() {
	document.write("<p><div align='right'>");
	document.write("<a href=" + relatif + "Meca-4x4/Meca-4x4.htm>[Accueil Meca-4x4]</a>&nbsp;");
	document.write("<a href=" + relatif + "index.htm>[Meca-Suz]</a>&nbsp;");
	document.write("<a href=" + relatif + "Meca-4x4/Meca-Toy.htm>[Meca-Toy]</a>&nbsp;");
	document.write("<a href=" + relatif + "Meca-4x4/Meca-Nissan.htm>[Meca-Nissan]</a>&nbsp;");
	document.write("<a href=" + relatif + "Meca-4x4/Meca-G.htm>[Meca-G]</a>&nbsp;");
	document.write("<a href=" + relatif + "Meca-4x4/Meca-Land.htm>[Meca-Land]</a>&nbsp;");
	document.write("</div>")
}

