//

//aa_ici est dans _fr

/*
var aa=top.langue_;
var bb=location.href;
var cc=bb.lastIndexOf("_");

if (bb.indexOf(aa+".htm")==-1) {
	if (bb.indexOf("_fr.htm")==-1) {
		location.replace("");
		location.href=bb.substring(0,cc)+"_fr.htm";
	}
	else {
		if (aa_ici.indexOf(aa)!=-1) {
			location.replace("")
			location.href=bb.substring(0,cc)+aa+".htm";
		}
	}
	

}
*/

////retour maison

if (top.location.href.indexOf("sa11")==-1) {top.location.href="sa11.htm";}

/*
if (top.location.href.indexOf("home-02")==-1) {
	document.write("<div style='width:100%; color:red; background-color:black; text-align:center;'>Vous tombez en plein milieu du site. <a href='javascript:retour_maison();'>Cliquez ICI</a></div>")
}


function retour_maison(){
	top.location.href="../index_fr.htm";
}





switch(top.langue_){


		case '_gb':
sommaire="<div class='cadres2'><p style='text-align:center;'>Fort of Sainte Agnes (SFAM)<br>Synopsis</p><ol><li><a href='sa14-002_fr.htm' target='tata'>Mission and armament of the fort </a></li><li><a href='sa13-002_fr.htm' target='tata'>Guided tour of the fort </a></li><li><a href='sa12-002_fr.htm' target='tata'>Free visit on plans 3d </a></li></ol></div>";
			break;

		case '_it':
sommaire="<div class='cadres2'><p style='text-align:center;'>Opera di Sainte Agnes (SFAM)<br>Sommario</p><ol><li><a href='sa14-002_fr.htm' target='tata'>Missione e armamento dell\'opera</a></li><li><a href='sa13-002_fr.htm' target='tata'>Visita guidata dell\'opera</a></li><li><a href='sa12-002_fr.htm' target='tata'>Visita libera dell\'opera</a></li></ol></div>";
			break;


		default:
*/	
sommaire="<div class='cadres2'><p style='text-align:center;'>Ouvrage Sainte Agnès (SFAM)</p><ol><li><a href='sa14-002_fr.htm' target='tata'>Mission et armement de l'ouvrage</a></li><li><a href='sa13-002_fr.htm' target='tata'>Visite guidée de l'ouvrage</a></li><li><a href='sa12-002_fr.htm' target='tata'>Visite libre sur plans 3D</a></li></ol></div>";


