var clicked=""
var gtype=".gif"
var selstate="_over"
if (typeof(loc)=="undefined" || loc==""){
	var loc=""
	if (document.body&&document.body.innerHTML){
		var tt = document.body.innerHTML.toLowerCase();
		var last = tt.indexOf("menu100a.js\"");
		if (last>0){
			var first = tt.lastIndexOf("\"", last);
			if (first>0 && first<last) loc = document.body.innerHTML.substr(first+1,last-first-1);
		}
	}
}

document.write("<table border=\"0\" cellspacing=\"3\" cellpadding=\"0\"><tr>");
document.write("<td><img src=\""+loc+"menu100a_top.gif\" alt=\"\" width=\"196\" height=\"22\"></td>");
tr(false);
writeButton(loc+"","../institution accueil.htm","menu100a_b1",196,24,"institution","_parent",0);
writeButton(loc+"","../0 page de Garde.htm","menu100a_b2",196,23,"La pastorale","_parent",0);
writeButton(loc+"","../structure.htm","menu100a_b3",196,23,"Les structures","_parent",0);
writeButton(loc+"","../langues etudiees.htm","menu100a_b4",196,24,"Les langues étudiées","_parent",0);
writeButton(loc+"","../section europenne accueil.htm","menu100a_b5",196,24,"La section européenne","_parent",0);
writeButton(loc+"","../echanges linguis.htm","menu100a_b6",196,24,"Les échanges linguistiques","_parent",0);
writeButton(loc+"","../sejour culturel.htm","menu100a_b7",196,24,"Séjours culturels","_parent",0);
writeButton(loc+"","../cdi39.htm","menu100a_b8",196,23,"Le CDI","_parent",0);
writeButton(loc+"","../sport.htm","menu100a_b9",196,23,"Le sport","_parent",0);
writeButton(loc+"","../musique.htm","menu100a_b10",196,23,"La musique","_parent",0);
writeButton(loc+"","../art plastique.htm","menu100a_b11",196,23,"Les arts plastiques","_parent",0);
writeButton(loc+"","../theatre.htm","menu100a_b12",196,24,"Le Théatre","_parent",0);
writeButton(loc+"","../restauration.htm","menu100a_b13",196,23,"La restauration","_parent",0);
writeButton(loc+"","..//resultats.htm","menu100a_b14",196,24,"Les Résultats","_parent",0);
writeButton(loc+"","../vie etabliss.htm","menu100a_b15",196,24,"La vie de l'établissement","_parent",0);
writeButton(loc+"","../tarifs.htm","menu100a_b16",196,23,"Les tarifs","_parent",0);
writeButton(loc+"","../autres liens.htm","menu100a_b17",196,23,"Autres liens","_parent",0);
writeButton(loc+"","../nous contacter.htm","menu100a_b18",196,23,"Nous contacter","_parent",0);
writeButton(loc+"","../qui fait quoi.htm","menu100a_b19",196,23,"Qui fait quoi ?","_parent",0);
tr(true);
document.write("<td><img src=\""+loc+"menu100a_bottom.gif\" alt=\"\" width=\"196\" height=\"15\"></td>");
document.write("</tr></table>")
loc="";

function tr(b){if (b) document.write("<tr>");else document.write("</tr>");}

function turn_over(name) {
	if (document.images != null && clicked != name) {
		document[name].src = document[name+"_over"].src;
	}
}

function turn_off(name) {
	if (document.images != null && clicked != name) {
		document[name].src = document[name+"_off"].src;
	}
}

function reg(gname,name)
{
if (document.images)
	{
	document[name+"_off"] = new Image();
	document[name+"_off"].src = loc+gname+gtype;
	document[name+"_over"] = new Image();
	document[name+"_over"].src = loc+gname+"_over"+gtype;
	}
}

function evs(name){ return " onmouseover=\"turn_over('"+ name + "')\" onmouseout=\"turn_off('"+ name + "')\""}

function writeButton(urld, url, name, w, h, alt, target, hsp)
{
	gname = name;
	while(typeof(document[name])!="undefined") name += "x";
	reg(gname, name);
	tr(true);
	document.write("<td>");
	if (alt != "") alt = " alt=\"" + alt + "\"";
	if (target != "") target = " target=\"" + target + "\"";
	if (w > 0) w = " width=\""+w+"\""; else w = "";
	if (h > 0) h = " height=\""+h+"\""; else h = "";	
	if (url != "") url = " href=\"" + urld + url + "\"";
	
	document.write("<a " + url + evs(name) + target + ">");	
	
	if (hsp == -1) hsp =" align=\"right\"";
	else if (hsp > 0) hsp = " hspace=\""+hsp+"\"";
	else hsp = "";
	
	document.write("<img src=\""+loc+gname+gtype+"\" name=\"" + name + "\"" + w + h + alt + hsp + " border=\"0\" /></a></td>");
	tr(false);
}

