function Section(Page,Code,Val){

if (eval('document.Section'+Val+'.width') != 1){

	if ((Code == 1) && (Val != Index))
		eval('document.Section'+Val+'.src="ImgSite/Section'+Val+'_on.jpg"');	
	if ((Code == 2) && (Val != Index))
		eval('document.Section'+Val+'.src="ImgSite/Section'+Val+'_off.jpg"');	
	if ((Code == 3) && (Val != Index)){
		eval('document.Section'+Index+'.src="ImgSite/Section'+Index+'_off.jpg"');
		eval('document.Section'+Val+'.src="ImgSite/Section'+Val+'.jpg"');
		Index = Val;
		
			if (Val == 0)
				Cadre.location.href = Page+ "_Rapport.php";
			else{
				 switch(Page){
				 		case "PlaceArme": Cadre.location.href = Page+ "_Liste.php?Pays="+Pays_PlaceArme+"&Theatre="+Theatre_PlaceArme+"&Section=" + Val; break;
				 		case "Armurerie": Cadre.location.href = Page+ "_Liste.php?Pays="+Pays_Armurerie+"&Type="+Type_Armurerie+"&Section=" + Val; break;
						default: Cadre.location.href = Page+ "_" + Menu + "_" + Pays + "_" + Val + ".htm";
				 }
			}	
	}
}	
}