var NavBar_Supported = NavBar_Supported ;
if (NavBar_Supported != null && NavBar_Supported == true)
{
	var div1_style="position:relative;height:20px;z-index:2;width:100%;";
	//if (MSIE) div1_style="position:relative;height:20px;z-index:2;width:100%;";
	AddDivision("Section1",div1_style);

		var pic_style="position:absolute;top:0px;left:0px;height:62px;width:250px;overflow:hidden;vertical-align:top;";
		//	if (!MSIE) pic_style += "z-index:2;";

		AddPicture("Section1","GlobalBanner","/images/montage_menu.gif","/index_static.htm","","_top",pic_style);
		var pane_style="position:absolute;top:0px;left:250px;height:20px;background-color:#FFFFCC;color:#009933;right:0px;";			
		if (!MSIE) pane_style += "z-index:1;";
		AddMenuPane("Section1","Global","bold xx-small Verdana", "#FFFFCC", "#009933", "#993333",pane_style);

			AddMenu("Section1","Global","Accueil", "Accueil", "","/index_static.htm","_top");
				AddMenuItem("Section1","Global","Accueil","Groupe d'éducation Phénix","/fr/gep/index.htm","_top");
				AddMenuLine("Section1","Global","Accueil");
				AddMenuItem("Section1","Global","Accueil","Académie Phénix - Centre d'aide scolaire","/index_static.htm","_top");
				AddMenuLine("Section1","Global","Accueil");
//				AddMenuItem("Section1","Global","Accueil","Académie des petits Phénix - École primaire","/index_static.htm","_top");
			AddMenu("Section1","Global","Affiliations", "Affiliations", "","/fr/gep/permis/index.htm","_top");
//				AddMenuItem("Section1","Global","Affiliations","Permis","/fr/gep/permis/index.htm","_top");
//				AddMenuLine("Section1","Global","Affiliations");
				AddMenuItem("Section1","Global","Affiliations","Applied Scholastics","http://www.appliedscholastics.org/","_top");
				
//				AddMenuItem("Section1","Global","Affiliations","Ministère de l'éducation","http://www.meq.gouv.qc.ca/","_top");
//				AddMenuItem("Section1","Global","Affiliations","Emploi Québec","http://www.mess.gouv.qc.ca/index.htm","_top");
//			AddMenu("Section1","Global","StudyTechMenu", "Technique d'étude", "","/fr/studytech/index.htm");
//				addGlobalSubMenu("Section1","Global","StudyTechMenu","Barrières à l'étude","/fr/studytech/index.htm","_top");
//				addGlobalSubMenuLine("Section1","Global","StudyTechMenu");
//				addGlobalSubMenu("Section1","Global","StudyTechMenu","Mots mal compris","/fr/studytech/motsmalcomp.htm","_top");
//				addGlobalSubMenu("Section1","Global","StudyTechMenu","Gradient sauté","/fr/studytech/gradient.htm","_top");
//				addGlobalSubMenu("Section1","Global","StudyTechMenu","Manque de masse","/fr/studytech/masse.htm","_top");

    var div2_style = "position:relative;height:42px;z-index:1;width:100%;left:0px;";
	AddDivision("Section2",div2_style);

		var banner_style="position:absolute;top:0px;height:42px;vertical-align:middle;text-align:center;overflow:hidden;left:250px;right:0px;";
		AddTextBanner("Section2","LocalTextBanner","INSCRIPTIONS EN TOUT TEMPS DURANT L'ANNÉE","/index_static.htm","","_top",banner_style);

	// Section 3 menus are added in local.js
	var div3_style="position:relative;height:20px;width:100%;z-index:0;";
	AddDivision("Section3",div3_style);
		var pane_style="position:absolute;top:0px;left:0px;height:20px;background-color:#009933;color:white;overflow:hidden;";
		if (MSIE) 
			pane_style +="right:100px;";		
		else
			pane_style +="white-space:nowrap;z-index:1;right:100px;";		
		AddMenuPane("Section3","Local","bold xx-small Verdana", "#009933", "white", "yellow",pane_style);

	AddDivision("Section4","position:relative;height:38px;width:100%;z-index:-1;");
}

