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/logogep.gif","/fr/gep/index.htm","Accueil","_top",pic_style);

	AddMenu("Section3","Local","Profil", "Profil", "", "/fr/gep/index.htm", "_top");
		AddMenuItem("Section3","Local","Profil","Groupe d'Éducation Phénix","/fr/gep/index.htm","_top");
}


