var NavBar_Supported = NavBar_Supported ;

if (NavBar_Supported != null && NavBar_Supported == true)
{
	var pic_style="position:absolute;top:0px;height:100px;width:100px;vertical-align:top;overflow:hidden;";
	if (MSIE) 
		pic_style +="right:0px";
	else
		pic_style +="right:0px";    
	AddPicture("Section2","LocalBanner","/images/logoap.gif","/index2.php","Accueil","_top",pic_style);
		
	//Profile
	AddMenu("Section3","Local","Profil", "Profil", "","/index_static.htm","_top");
		AddMenuItem("Section3","Local","Profil","Académie Phénix","/index_static.htm","_top");
		AddMenuItem("Section3","Local","Profil","Programme de lecture et écriture","/fr/ap/services/lecture_ecriture.html","_top");

	//Services
	//AddMenu("Section3","Local","Services", "Services", "","/fr/ap/services/index.htm","_top");
	//	AddMenuItem("Section3","Local","Services","Étudiants","/fr/ap/services/index.htm","_top");
	//	AddMenuItem("Section3","Local","Services","Enseignants et formateurs","/fr/ap/services/trainers.htm","_top");
	//	AddMenuItem("Section3","Local","Services","Lettres de succès","/fr/ap/services/success.htm","_top");
	//	AddMenuItem("Section3","Local","Services","Tests","/fr/app/tests/index.htm","_top");
}

