//Fichier à modifier

var ToolBar_Supported = ToolBar_Supported ;
if (ToolBar_Supported != null && ToolBar_Supported == true)
{
	//To Turn on/off Frame support, set Frame_Supported = true/false.
	Frame_Supported = false;

	// Customize default ICP menu color - bgColor, fontColor, mouseoverColor
	setDefaultICPMenuColor("446289", "yellow", "red");

//***** Add ICP menus *****
//	addICPMenu("MenuAccueil", "Menu Principal", "Commentaires","URL");
//	addICPSubMenu("MenuAccueil","Sous-menu","URL");

	//Home
	addICPMenu("Home", "Acceuil", "","/default_fr.htm");

	//Company
	addICPMenu("Company", "A Propos de Formation H.Y.", "","Javascript:location.reload()");
	addICPSubMenu("Company","Direction","/people_fr.htm");
	addICPSubMenu("Company","Nos Partenaires","/partners_fr.htm");
	addICPSubMenu("Company","Contactez-Nous","/contact_fr.htm");

	//Training
	addICPMenu("training", "Formation/Calendrier", "","Javascript:location.reload()");
	addICPSubMenu("training","Formation & Certification","/training_fr.htm");
	addICPSubMenu("training","Achat de MOC","/buyMOC_fr.htm");
	addICPSubMenu("training","Calendrier","/Under-Construction_fr.htm");

	//Consulting
	addICPMenu("Consult", "Consultation", "","/consulting_fr.htm");

	//Microsoft Products
	addICPMenu("MsProducts", "Produits Microsoft", "","Javascript:location.reload()");
	addICPSubMenu("MsProducts","Windows XP","/windowsxp_fr.htm");
	addICPSubMenu("MsProducts","Windows 2000","/windows2000_fr.htm");
	addICPSubMenu("MsProducts","Windows 2003","/windows2003_fr.htm");
	addICPSubMenu("MsProducts","Exchange 2000","/exchange2000_fr.htm");
	addICPSubMenu("MsProducts","Exchange 2003","/exchange2003_fr.htm");

	//Security
	addICPMenu("security", "Sécurité", "","/security_fr.htm");

	//Comments
	addICPMenu("calendar", "Commentaires", "","/Under-Construction_fr.htm");


	//Francais
	addICPMenu("Site_Francais", "English", "","Javascript:convert_href()");	

}

function convert_href()

{

	if (location.href="/default.htm")
	location.href="/default_fr.htm";
	

	if (location.href="/default_fr.htm")
	location.href="/default.htm";


}
