// Assigns the names of the top level menu items
  appPath = "/francais//personalinvest/"

	var menuItems = new Array();

	menuItems[1] = 'Produits et services';
	menuItems[2] = 'Services en ligne';
	menuItems[3] = 'Initiation au placement';
	menuItems[4] = 'Outils de placement';
	menuItems[5] = 'À propos de nous';

// Assign the links associated with the menu items
	var menuItemsLink = new Array();

	menuItemsLink[1] = appPath + 'ProductsServices/default.asp';
	menuItemsLink[2] = appPath + 'OnlineServices/default.asp';
	menuItemsLink[3] = appPath + 'InvestorLearning/default.asp';
	menuItemsLink[4] = appPath + 'InvestmentTools/default.asp';
	menuItemsLink[5] = appPath + 'About/default.asp';

// Assigns the number of the sublayer of the top level menu items
	var menuItemsSubLayer = new Array();

	menuItemsSubLayer[1] = '1';
	menuItemsSubLayer[2] = '2';
	menuItemsSubLayer[3] = '3';
	menuItemsSubLayer[4] = '4';
	menuItemsSubLayer[5] = '5';

//Assigns width of top level menu items - adds up to 775 with 41 pixels for folder tabs
	var menuItemsWidth = new Array();

	menuItemsWidth[1] = 130;
	menuItemsWidth[2] = 115;
	menuItemsWidth[3] = 145;
	menuItemsWidth[4] = 125;
	menuItemsWidth[5] = 125;

//Assigns left position of top level menu items
	var menuItemsLeft = new Array();

	menuItemsLeft[1] = 0;
	menuItemsLeft[2] = menuItemsLeft[1] + menuItemsWidth[1]+6;
	menuItemsLeft[3] = menuItemsLeft[2] + menuItemsWidth[2]+5;
	menuItemsLeft[4] = menuItemsLeft[3] + menuItemsWidth[3]+5;
	menuItemsLeft[5] = menuItemsLeft[4] + menuItemsWidth[4]+5;

/*	Create Your layers below by typing:
	 Layer[incrementing number] = new LayerSpecs(Left Position, Top Row Position, Width, Unique Identifier, List of Links Seperated by Commas)
	 If a layer has a sublayer, add onMouseOver="Show(Layer Number to Open, Current Layer, Any Layers Opened before the current layer (seperated by commas)
*/

Layer = new Array();
var layerCounter = 1;
var theSubMenu = new Array();
var dependsOn = new Array();
var theSubMenuCounter = 0;


// Products & Services Menu
Layer[layerCounter] =     new LayerSpecs(menuItemsLeft[1],1,250,'1',
	//appPath+'ProductsServices/default.asp', 'Show(1)', 'Wealth Advisory Services',
	appPath+'ProductsServices/FinancialPlanning/default.asp', 'Show(1,11)', 'Planification financière ',
	appPath+'ProductsServices/EstateInsurance/default.asp', 'Show(1,12)', 'Services d\'assurance et de succession ',
	appPath+'ProductsServices/InvestmentSolutions/default.asp', 'Show(1,13)', 'Solutions de placement ',
	appPath+'ProductsServices/GroupPensionsBenefits/default.asp', 'Show(1,14)', 'Régimes collectifs ',
	appPath+'ProductsServices/charity.asp', 'Show(1)', 'Programme Fonds Bienfaisance',
	appPath+'ProductsServices/research.asp', 'Show(1,16)', 'Recherche ',
	appPath+'ProductsServices/economics.asp', 'Show(1,17)', 'Économie '
	
);

// Online Services Menu
Layer[layerCounter] =     new LayerSpecs(menuItemsLeft[2],1,250,'2',
	appPath+'OnlineServices/Gateway/advantages.asp', 'Show(2)', 'Caractéristiques et avantages',
	appPath+'OnlineServices/Gateway/research.asp', 'Show(2)', 'Recherche',
	appPath+'OnlineServices/Gateway/onlinetrading.asp', 'Show(2)', 'Négociation en ligne',
	appPath+'OnlineServices/Gateway/ApplyNow/default.asp', 'Show(2)', 'Inscrivez-vous maintenant',
	appPath+'OnlineServices/FAQs/default.asp', 'Show(2,25)', 'Questions les plus fréquemment posées '
);

// Investor Learning Menu
Layer[layerCounter] = new LayerSpecs(menuItemsLeft[3],1,260,'3',
	appPath+'InvestorLearning/StartingOut/default.asp', 'Show(3,31)', 'Pour commencer ',
	appPath+'InvestorLearning/InvestmentBasics/default.asp', 'Show(3,32)', 'ABC du placement ',
	//appPath+'InvestorLearning/FinancialPlanning/default.asp', 'Show(3,33)', 'Planification ',
	appPath+'InvestorLearning/RRSPCentre/default.asp', 'Show(3)', 'Centre REER',
	appPath+'InvestorLearning/SolutionsForYourNeeds/default.asp', 'Show(3,34)', 'Des solutions pour répondre à vos besoins ',
	appPath+'InvestorLearning/Newsletter/default.asp', 'Show(3)', 'Bulletin',
	appPath+'InvestorLearning/Events/default.asp', 'Show(3,36)', 'Événements '
);

// Investment Tools Menu
Layer[layerCounter] = new LayerSpecs(menuItemsLeft[4],1,140,'4',
	'/francais/QuickQuote/QuickQuote.asp', 'Show(4)', 'Recherche de cours',
	'/francais/personaldefault.asp', 'Show(4,42)', 'Données du marché ',
	appPath+'InvestmentTools/calculators.asp', 'Show(4,43)', 'Calculateur '
);

// About Us Menu
Layer[layerCounter] =     new LayerSpecs(menuItemsLeft[5],1,160,'5',
	appPath+'About/InvestmentAdvisors/default.asp', 'Show(5)', 'Conseiller en placement',
	appPath+'About/BMONB/default.asp', 'Show(5,52)', 'BMO Nesbitt Burns ',
	appPath+'About/ClientExperience/default.asp', 'Show(5,53)', 'Expérience client ',
	appPath+'About/CareerCentre/default.asp', 'Show(5,54)', 'Centre des carrières',
	appPath+'About/News/default.asp', 'Show(5)', 'Communiqués de presse',
	appPath+'About/BMOFG.asp', 'Show(5)', 'BMO Groupe financier'	
);

// Products & Services Menu - Financial Planning Submenu
Layer[layerCounter] =     new LayerSpecs(menuItemsLeft[1]+Layer[1].width+1,1,160,'11',
	//appPath+'ProductsServices/FinancialPlanning/overview.asp', 'Show(1,11)', 'Vue d\'ensemble ',
	appPath+'ProductsServices/FinancialPlanning/retirement.asp', 'Show(1,11)', 'Planification de la retraite',
	appPath+'ProductsServices/FinancialPlanning/estate.asp', 'Show(1,11)', 'Planification successorale',
	appPath+'ProductsServices/FinancialPlanning/transition.asp', 'Show(1,11)', 'Planification de transition',
	appPath+'ProductsServices/FinancialPlanning/Education/default.asp', 'Show(1,11)', 'Planification des études'
	
);

// Products & Services Menu - Estate & Insurance Services Submenu
Layer[layerCounter] =     new LayerSpecs(menuItemsLeft[1]+Layer[1].width+1,2,140,'12',
	appPath+'ProductsServices/EstateInsurance/AssetPreservation/default.asp', 'Show(1,12)', 'Préservation des actifs',
	appPath+'ProductsServices/EstateInsurance/IncomeGeneration/default.asp', 'Show(1,12)', 'Production de revenus'
);

// Products & Services Menu - Investment Solutions Submenu
Layer[layerCounter] =     new LayerSpecs(menuItemsLeft[1]+Layer[1].width+1,3,185,'13',
	appPath+'ProductsServices/InvestmentSolutions/Equities/default.asp', 'Show(1,13)', 'Actions',
	appPath+'ProductsServices/InvestmentSolutions/fixedincome.asp', 'Show(1,13)', 'Titres à revenu fixe',
	appPath+'ProductsServices/InvestmentSolutions/MutualFunds/default.asp', 'Show(1,13)', 'Fonds communs de placement',
	appPath+'ProductsServices/InvestmentSolutions/ManagedPrograms/default.asp', 'Show(1,13)', 'Programmes d\'actifs gérés',
	appPath+'ProductsServices/InvestmentSolutions/FeeBased/default.asp', 'Show(1,13)', 'Programmes sur honoraires',
	appPath+'ProductsServices/InvestmentSolutions/CashManagement/default.asp', 'Show(1,13)', 'Gestion de trésorerie',
	appPath+'ProductsServices/InvestmentSolutions/borderless.asp', 'Show(1,13)', 'Placement sans frontières'
);

// Products & Services Menu - Group Pensions & Benefits Submenu
Layer[layerCounter] =     new LayerSpecs(menuItemsLeft[1]+Layer[1].width+1,4,270,'14',
	//appPath+'ProductsServices/GroupPensionsBenefits/Retirement/default.asp', 'Show(1,14)', 'Retraite',
	//appPath+'ProductsServices/GroupPensionsBenefits/Savings/default.asp', 'Show(1,14)', 'Épargne',
	//appPath+'ProductsServices/GroupPensionsBenefits/Education/default.asp', 'Show(1,14)', 'Études',
	//appPath+'ProductsServices/GroupPensionsBenefits/Insurance/default.asp', 'Show(1,14)', 'Assurance'
	appPath+'ProductsServices/GroupPensionsBenefits/advantages.asp', 'Show(1,14)', 'Avantages',
	appPath+'ProductsServices/GroupPensionsBenefits/retirement_plans.asp', 'Show(1,14)', 'Transmission des données sur les cotisations',
	appPath+'ProductsServices/GroupPensionsBenefits/plan_sponser.asp', 'Show(1,14)', 'Types de régimes de retraite'
);

// Products & Services Menu - Research
Layer[layerCounter] =     new LayerSpecs(menuItemsLeft[1]+Layer[1].width+1,6,150,'16',
	appPath+'ProductsServices/Interview.asp', 'Show(1,16)', 'Recherche sur les actions',
	appPath+'ProductsServices/Coxe.asp', 'Show(1,16)', 'Stratégie mondiale'
);

// Products & Services Menu - Economics Submenu
Layer[layerCounter] =     new LayerSpecs(menuItemsLeft[1]+Layer[1].width+1,7,70,'17',
	//appPath+'ProductsServices/default.asp', 'Show(1,15)', 'Focus',
	//appPath+'ProductsServices/default.asp', 'Show(1,15)', 'Viewpoint',
	//appPath+'ProductsServices/default.asp', 'Show(1,15)', 'Dollar Scenario',
	'http://www.bmonb.com/Economics', 'Show(1,17)', 'Aller Direct'
);

// Online Services Menu - Gateway Account Access Submenu
//Layer[layerCounter] =     new LayerSpecs(menuItemsLeft[2]+Layer[2].width+1,1,155,'21',
	//appPath+'OnlineServices/Gateway/advantages.asp', 'Show(2,21)', 'Avantages de CyberAccès',
	//appPath+'OnlineServices/Gateway/research.asp', 'Show(2,21)', 'Recherche',
	//appPath+'OnlineServices/Gateway/onlinetrading.asp', 'Show(2,21)', 'Négociation en ligne',
	//appPath+'OnlineServices/Gateway/ApplyNow/default.asp', 'Show(2,21)', 'Inscrivez-vous maintenant'
//);

// Online Services Menu - FAQs Submenu
Layer[layerCounter] =     new LayerSpecs(menuItemsLeft[2]+Layer[2].width+1,5,205,'25',
	appPath+'OnlineServices/FAQs/aboutGateway.asp', 'Show(2,25)', 'À propos de CyberAccès',
	appPath+'OnlineServices/FAQs/newschartsresearch.asp', 'Show(2,25)', 'Actualités, graphiques et recherche',
	appPath+'OnlineServices/FAQs/accountinformation.asp', 'Show(2,25)', 'Info-comptes',
	appPath+'OnlineServices/FAQs/payments.asp', 'Show(2,25)', 'Paiements &agrave; BMO Nesbitt Burns',
	appPath+'OnlineServices/FAQs/trading.asp', 'Show(2,25)', 'Opérations',
	appPath+'OnlineServices/FAQs/security.asp', 'Show(2,25)', 'Sécurité',
	appPath+'OnlineServices/FAQs/troubleshooting.asp', 'Show(2,25)', 'Dépannage'
);

// Investor Learning Menu - Starting Out Submenu
Layer[layerCounter] =     new LayerSpecs(menuItemsLeft[3]+Layer[3].width+1,1,215,'31',
	appPath+'InvestorLearning/StartingOut/whyanIA.asp', 'Show(3,31)', 'Pourquoi un conseiller en placement',
	appPath+'InvestorLearning/StartingOut/investmentobjectives.asp', 'Show(3,31)', 'Vos objectifs de placement',
	appPath+'InvestorLearning/StartingOut/risk.asp', 'Show(3,31)', 'Risque',
	appPath+'InvestorLearning/StartingOut/timeframe.asp', 'Show(3,31)', 'Horizon de placement',
	appPath+'InvestorLearning/StartingOut/assetmixstrategy.asp', 'Show(3,31)', 'Stratégie de répartition d\'actif',
	appPath+'InvestorLearning/StartingOut/securityofyourassets.asp', 'Show(3,31)', 'La sécurité de vos avoirs',
	appPath+'InvestorLearning/StartingOut/yourtaxes.asp', 'Show(3,31)', 'Vos impôts',
	appPath+'InvestorLearning/StartingOut/insurancebasics.asp', 'Show(3,31)', 'ABC d\'assurance'
);

// Investor Learning Menu - Investment Basics Submenu
Layer[layerCounter] =     new LayerSpecs(menuItemsLeft[3]+Layer[3].width+1,2,185,'32',
	appPath+'InvestorLearning/InvestmentBasics/equities.asp', 'Show(3,32)', 'Actions',
	appPath+'InvestorLearning/InvestmentBasics/fixedincome.asp', 'Show(3,32)', 'Titres à revenu fixe',
	appPath+'InvestorLearning/InvestmentBasics/feebased.asp', 'Show(3,32)', 'Programmes sur honoraires',
	appPath+'InvestorLearning/InvestmentBasics/managedassets.asp', 'Show(3,32)', 'Actifs gérés',
	appPath+'InvestorLearning/InvestmentBasics/mutualfunds.asp', 'Show(3,32)', 'Fonds communs de placement',
	appPath+'InvestorLearning/InvestmentBasics/segregatedfunds.asp', 'Show(3,32)', 'Fonds distincts',
	appPath+'InvestorLearning/InvestmentBasics/RegisteredPlans/default.asp', 'Show(3,32)', 'Régimes enregistrés'
);

// Investor Learning Menu - Financial Planning Submenu
//Layer[layerCounter] =     new LayerSpecs(menuItemsLeft[3]+Layer[3].width+1,3,100,'33',
	//appPath+'InvestorLearning/FinancialPlanning/RRSPCentre/default.asp', 'Show(3,33)', 'Centre REER',
	//appPath+'InvestorLearning/FinancialPlanning/LifeStages/default.asp', 'Show(3,33)', 'Guide Évolution'
//);

// Products & Services Menu - Solutions for Your Needs Submenu
Layer[layerCounter] =     new LayerSpecs(menuItemsLeft[3]+Layer[3].width+1,4,270,'34',
		appPath+'InvestorLearning/SolutionsForYourNeeds/SolidFoundation/default.asp', 'Show(3,34)', 'Établir l\'assise de son patrimoine',
	appPath+'InvestorLearning/SolutionsForYourNeeds/ReviewingYourNeeds/default.asp', 'Show(3,34)', 'Examiner vos besoins en gestion de patrimoine',
	appPath+'InvestorLearning/SolutionsForYourNeeds/EnjoyingRetirement/default.asp', 'Show(3,34)', 'À la retraite et heureux de l’être',
	appPath+'InvestorLearning/SolutionsForYourNeeds/PlanningforRetirement/default.asp', 'Show(3,34)', 'Planification de la retraite',
	appPath+'InvestorLearning/SolutionsForYourNeeds/EducatedInvestor/default.asp', 'Show(3,34)', 'L\'investisseur averti',
	appPath+'InvestorLearning/SolutionsForYourNeeds/ProfessionalSolutions/default.asp', 'Show(3,34)', 'Gestion du patrimoine pour les professionnels',
	appPath+'InvestorLearning/SolutionsForYourNeeds/BusinessSuccession/default.asp', 'Show(3,34)', 'Planification de la relève de l\'entreprise',
	appPath+'InvestorLearning/SolutionsForYourNeeds/MultigenerationalWealth/default.asp', 'Show(3,34)', 'Gestion multigénérationnelle de patrimoine',
	appPath+'InvestorLearning/SolutionsForYourNeeds/ElderCare/default.asp', 'Show(3,34)', 'Services pour nos a&icirc;n&eacute;s',
	appPath+'InvestorLearning/SolutionsForYourNeeds/TransitionPlanning/default.asp', 'Show(3,34)', 'Planification de transition',
	appPath+'InvestorLearning/SolutionsForYourNeeds/DealingWithDivorce/default.asp', 'Show(3,34)', 'Faire face à un divorce'
);


// Investor Learning Menu - Events Submenu
Layer[layerCounter] =     new LayerSpecs(menuItemsLeft[3]+Layer[3].width+1,6,85,'36',
	appPath+'InvestorLearning/Events/Seminars/default.asp', 'Show(3,36)', 'Seminars',
	appPath+'InvestorLearning/Events/Webcasts/default.asp', 'Show(3,36)', 'Diffusion Web'
);

// Investment Tools Menu - Market Data Submenu
Layer[layerCounter] =     new LayerSpecs(menuItemsLeft[4]+Layer[4].width+1,2,155,'42',
	'/francais/StockWatch/StockWatchEdit.asp', 'Show(4,42)', 'Coup d\'oeil sur les actions',
	'/francais/PortfolioTracker/PortfolioView.asp', 'Show(4,42)', 'Suivi du portefeuille',
	'/francais/Charts/Charts.asp', 'Show(4,42)', 'Graphiques'
);

// Investment Tools Menu - Calculators Submenu
Layer[layerCounter] =     new LayerSpecs(menuItemsLeft[4]+Layer[4].width+1,3,185,'43',
	'javascript:openCalc(\'http://www.bmonesbittburns.com/francais/tools/RRSPcalculator/RRSPWebCalc.asp\',640,600)', 'Show(4,43)', 'Calculateur REER - hors REER',
	'javascript:openCalc(\'http://www.bmoinvesting.com/francais/calc/borrow.asp\',625,485)', 'Show(4,43)', 'Calculateur de prêt REER',
	'javascript:openCalc(\'http://www.bmonesbittburns.com/retraiteavotreimage/newretire_fr_BMONB.asp\',818,590)', 'Show(4,43)', 'Illustrateur Retraite d\'aujourd\'hui'
);

// About Us Menu - Investment Advisors Submenu
Layer[layerCounter] =     new LayerSpecs(menuItemsLeft[5]+Layer[5].width+1,1,130,'51',
	appPath+'About/InvestmentAdvisors/IAWebsites/default.asp', 'Show(5,51)', 'Sites Web personnels'
);

// About Us Menu - BMO Nesbitt Burns Submenu
Layer[layerCounter] =     new LayerSpecs(menuItemsLeft[5]+Layer[5].width+1,2,90,'52',
	appPath+'About/BMONB/ExecutiveProfiles/default.asp', 'Show(5,52)', 'Haute direction',
	appPath+'About/BMONB/partnership.asp', 'Show(5,52)', 'Collaboration',
	appPath+'About/BMONB/knowledge.asp', 'Show(5,52)', 'Information',
	appPath+'About/BMONB/choice.asp', 'Show(5,52)', 'Choix'
);

// About Us Menu - Client Experience Submenu
Layer[layerCounter] =     new LayerSpecs(menuItemsLeft[5]+Layer[5].width+1,3,95,'53',
	appPath+'About/ClientExperience/ClientCharter/default.asp', 'Show(5,53)', 'Charte du client',
	'javascript:openForm(\''+appPath+'About/ClientExperience/feedback.asp\')', 'Show(5,53)', 'Réactions'
);

// About Us Menu - Career Centre Submenu
//Layer[layerCounter] =     new LayerSpecs(menuItemsLeft[5]+Layer[5].width+1,4,145,'54',
	//appPath+'About/CareerCentre/InvestmentAdvisor/default.asp', 'Show(5,54)', 'Conseiller en placement',
	//appPath+'About/CareerCentre/opportunities.asp', 'Show(5,54)', 'Autres possibilités'

