	// ABOUT
	var about_section = new objSection();
	//all subpages of about section
	//TITLE, URL, OPTIONAL CSS CLASS
	about_section.addSubPage('Value Proposition','value.shtml');
//	about_section.addSubPage('The INTRIA Difference','intriaDif.shtml');
	about_section.addSubPage('Relationship Management','relationManage.shtml');
	about_section.addSubPage('Change Management','changeManage.shtml');	
	about_section.addSubPage('Operational Support','opSupport.shtml');
	about_section.addSubPage('Client Satisfaction Survey','csSurvey.shtml');
	about_section.addSubPage('Quality Management','qualityManage.shtml');
	about_section.addSubPage('Governance &amp; Security','govSecurity.shtml');						
	about_section.addSubPage('Protecting Our Clients\' Privacy','protectPrivacy.shtml');
	about_section.addSubPage('Ensuring Business Continuity','ensureContinuity.shtml');

	// VALUE
	var value_section = new objSection();
	//all subpages of value section
	value_section.addSubPage('Value Proposition','value.shtml');
//	about_section.addSubPage('The INTRIA Difference','intriaDif.shtml');	
	value_section.addSubPage('Relationship Management','relationManage.shtml');
	value_section.addSubPage('Change Management','changeManage.shtml');	
	value_section.addSubPage('Operational Support','opSupport.shtml');
	value_section.addSubPage('Client Satisfaction Survey','csSurvey.shtml');
	value_section.addSubPage('Quality Management','qualityManage.shtml');
	value_section.addSubPage('Governance &amp; Security','govSecurity.shtml');						
	value_section.addSubPage('Protecting Our Clients\' Privacy','protectPrivacy.shtml');
	value_section.addSubPage('Ensuring Business Continuity','ensureContinuity.shtml');

	// SERVICES
	var services_section = new objSection();
	//all subpages of service section
	services_section.addSubPage('Currency &amp; Treasury Services','currency.shtml');
	services_section.addSubPage('<div class=\"indent15\"><a href=\"abmEnvelope.shtml\">ABM Envelope Processing</a></div>','abmEnvelope.shtml');
	services_section.addSubPage('<div class=\"indent15\"><a href=\"comDeposit.shtml\">Commercial Deposit Processing</a></div>','comDeposit.shtml');	
	services_section.addSubPage('Treasury Processing','treasury.shtml',"indent15");	
	services_section.addSubPage('<div class=\"indent15\"><a href=\"abmForecasting.shtml\">ABM Cash Forecasting & Reconciliation</a></div>','abmForecasting.shtml',"indent15");
	services_section.addSubPage('Information Management &amp; Delivery Services (IMDS)','infoManage.shtml');
	services_section.addSubPage('Document Composition','docComp.shtml',"indent15");
	services_section.addSubPage('Print & Mail','printMail.shtml',"indent15");
	services_section.addSubPage('<span class=\"italic\">Message</span>PRO&#153;','messagePro.shtml',"indent15");
	services_section.addSubPage('<span class=\"italic\">TaxStar</span> <span style="font-size:1em;">&#174;</span>','taxstar.shtml',"indent15");
	services_section.addSubPage('Remittance Services','remittance.shtml');
	services_section.addSubPage('Cheque Services','chequeServ.shtml');
//	services_section.addSubPage('<div><a href=\"tecp.shtml\">Truncation and Electronic Cheque Presentation (TECP) Program</a></div>','tecp.shtml');



	// NEWS
	var news_section = new objSection();
	//all subpages of news section
	news_section.addSubPage('Current News &amp; Events','news.shtml');
	news_section.addSubPage('News &amp; Events Archive','newsArchives.shtml');

	//TOP NAV
	var top_nav = new objRootNav();
	// TITLE, URL, addtional CSS CLASS, optional Subpages to check...
	top_nav.addSection("WELCOME","index.shtml");
	top_nav.addSection("ABOUT","about.shtml","",about_section.sub_pages);
	top_nav.addSection("VALUE","value.shtml","",value_section.sub_pages);
	top_nav.addSection("SERVICES","services.shtml","",services_section.sub_pages);
	top_nav.addSection("NEWS &amp; EVENTS","news.shtml","",news_section.sub_pages);
	top_nav.addSection("LINKS","links.shtml","");
	top_nav.addSection("CONTACT","contact.shtml","");
	top_nav.addSection("FRAN&Ccedil;AIS","/french/indexFR.shtml","noBorder");