//*-------------------------------------------------------------------------------------------------
//*  Update Log - MAIN MENU CITC  FRENCH
//*  
//*  2006-04-20 Duplicate main navbar links to drop downs.
//*  2006-04-21 Display English natdir-locator-e page until French is ready [ Never implemented, unhooked ]
//*  2006-08-21 Hilary tweaked some French.
//*  2006-08-28 Remove Publication: Customer Service and Business Management pages.
//*  2006-10-27 Change link for mem-reg-form to new membership-form and remove renewal form
//*  2006-12-08 Change title of secure membership form
//*  2006-12-22 Add Coralie's Major Changes for CTC Certification
//*  2007-02-12 Add Endorsed full Quebec course. train-rec-endor-full-qu-f.asp
//*  2007-07-13 Tweak train-citccert items.
//*  2007-12-16 TICO FAQs French
//*  2008-01-15 Events Restructuring
//*  2008-02-01 Add Calendar to Events
//*  2008-02-29 Add Events drop downs
//*  2008-03-24 - Rename Travel Info to Traveller Assistance. 
//*               Homepage index-f.asp moved to content/fr.
//*  2008-11-28 - Add TICO Overview & Registration pages
//*  2009-02-04 - Podcasts
//*  2009-02-11 rename telesem-form to telesem-archive
//*  2009-06-09 about-vision-ethics-f.asp Correct label: code d'éthique  to code dépontologie
//*  2009-08-12 Change Cours par télé-séminaires to Cours pay séminaire
//*  2009-10-08 Remove Secure Advanced Exam Form link
//*  2010-05-17 - Remove train-ed-corp-e.asp
//*-------------------------------------------------------------------------------------------------

//* 0 for NON-TICO menus
//* 1 for TICO menus   TEST
//* 2 for new TICO FAQs only  PROD
	var ticomenu = 2; // (Note Eng menus will be set to 1 to include all TICO pages)	
	
lang = "-f.asp;";   //* Language suffix

//*----------------------------------------------
//*  MAIN HORIZONTAL MENU 
//*----------------------------------------------
if (homepg == 0) {

	with(milonic=new menuname("header")){
	style=menuStyle;
	menuwidth=780; itemheight=12; top=102; screenposition="center"; alwaysvisible=1; orientation="horizontal";
	
	aI("text=<b>Accueil</b>;xitemwidth=60;align=center;url=index-f.asp;showmenu=home;");
	
	aI("text=&nbsp;&nbsp;<b>À propos du CITC</b>&nbsp;&nbsp;xitemwidth=100;align=center;url=about-intro" + lang + "showmenu=about;");
	
	aI("text=&nbsp;&nbsp;<b>Formation</b>&nbsp;&nbsp;;xitemwidth=90;align=center;url=train-intro" + lang + "showmenu=training;");
	
	aI("text=&nbsp;&nbsp;<b>Services aux membres</b>&nbsp;&nbsp;;xitemwidth=130;align=center;url=mem-intro" + lang + "showmenu=member;");
	
	aI("text=<b>Événements</b>;xitemwidth=110;align=center;showmenu=events;url=events-intro" + lang);
	
//	aI("text=&nbsp;&nbsp;<b>Nouveautés</b>&nbsp;&nbsp;;xitemwidth=110;align=center;url=whatsnew-intro" + lang + "showmenu=whatsnew;");

//	aI("text=&nbsp;&nbsp;<b>Info-voyages</b>&nbsp;&nbsp;xitemwidth=110;align=center;url=travel-intro" + lang + "showmenu=travel;");
	
	aI("text=&nbsp;&nbsp;<b>Consommateurs</b>&nbsp;&nbsp;xitemwidth=110;align=center;url=travel-intro" + lang + "showmenu=travel;");
	
	aI("text=&nbsp;&nbsp;&nbsp;<b>Nous rejoindre</b>&nbsp;&nbsp;&nbsp;xitemwidth=110;align=center;url=contact-form" + lang  + "showmenu=contact;");
	//aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;type=header;headercolor=#DDDDDD;headerbgcolor=#F2F2F2;");
	}
}  // if home page

if (homepg == 1) {
	with(milonic=new menuname("header")){
	style=homeMenuStyle;
	menuwidth=776; itemheight=12; top=420; screenposition="center"; alwaysvisible=1; orientation="horizontal";
//	aI("text=&nbsp;itemwidth=78;type=header;headercolor=#5E6A9E;headerbgcolor=#5E6A9E;");
	
	aI("text=&nbsp;itemwidth=25;type=header;headercolor=#5E6A9E;headerbgcolor=#5E6A9E;");
	
	aI("image=../images/b-about-f-off.gif;overimage=../images/b-about-f-on.gif;url=../fr/about-intro" + lang + "showmenu=about;");
	
	aI("text=&nbsp;itemwidth=45;type=header;headercolor=#5E6A9E;headerbgcolor=#5E6A9E;");
	
	aI("image=../images/b-train-f-off.gif;overimage=../images/b-train-f-on.gif;url=../fr/train-intro" + lang + "showmenu=training;");
	
	aI("text=&nbsp;itemwidth=45;type=header;headercolor=#5E6A9E;headerbgcolor=#5E6A9E;");
	
	aI("image=../images/b-mem-f-off.gif;overimage=../images/b-mem-f-on.gif;url=../fr/mem-intro" + lang + "showmenu=member;");
	
	aI("text=&nbsp;itemwidth=45;type=header;headercolor=#5E6A9E;headerbgcolor=#5E6A9E;");
	
	aI("image=../images/b-events-f-off.gif;overimage=../images/b-events-f-on.gif;url=events-intro" + lang + "showmenu=events;");	
	
//	aI("text=&nbsp;itemwidth=55;type=header;headercolor=#5E6A9E;headerbgcolor=#5E6A9E;");
	
	//aI("image=../images/b-trav-f-off.gif;overimage=../images/b-trav-f-on.gif;url=../fr/travel-intro" + lang + "showmenu=travel;");
	
	aI("text=&nbsp;itemwidth=35;type=header;headercolor=#5E6A9E;headerbgcolor=#5E6A9E;");
	aI("image=../images/b-travel-f-off.gif;overimage=../images/b-travel-f-on.gif;url=../fr/travel-intro" + lang + "showmenu=travel;");
	
	aI("text=&nbsp;itemwidth=25;type=header;headercolor=#5E6A9E;headerbgcolor=#5E6A9E;");
	}
}  // if home page

//*----------------------------------------------
//*  HOME MENU 
//*
	pref = "home-";   // Filename prefix
//*----------------------------------------------
with(milonic=new menuname("home")){
style=subMenuStyle;  
//	aI("text=Accueil;url=../../index-f.asp;");
	aI("text=Accueil;url=index-f.asp;");
	aI("text=Au sujet de ce site;url=" + pref + "aboutsite" + lang );
} 
 
//*----------------------------------------------
//*  ABOUT MENU 
//*
	pref = htmldir + "about-";   // Filename prefix
//*----------------------------------------------
with(milonic=new menuname("about")){
style=subMenuStyle; 
	if (homepg == 1) {openstyle="up"; xleft="offset=29";}
	aI("text=À propos du CITC;url=" + pref + "intro" + lang );
	aI("text=Vision et valeurs;url=" + pref + "vision" + lang + "showmenu=about-vision;" );
	aI("text=Nos membres;url=" + pref + "ourmembers" + lang );
	aI("text=Histoire;url=" + pref + "history" + lang );
	aI("text=Occasions d’emploi;url=" + pref + "employment" + lang + "showmenu=about-empl;" );
	aI("text=Organisation;url=" + pref + "organization" + lang + "showmenu=about-org;" );
	aI("text=Répertoire national;url=" + pref + "natdir" + lang + "showmenu=about-locator;" );
	aI("text=Partenaires;url=" + pref + "partners" + lang  + "showmenu=about-partners;" );
	aI("text=Témoignages;url=" + pref + "testimonials" + lang );
	aI("text=Recherche;url=" + pref + "research" + lang );
//	aI("text=Conférences;url=" + pref + "conferences" + lang );
//	aI("text=Événements;url=" + pref + "events" + lang  + "showmenu=calendar;" );
	aI("text=Bulletin des membres<br>du CITC - <i>The Buzz</i>;url=" + pref + "newsletter" + lang );
}

//*  ABOUT VISION MENU  
with(milonic=new menuname("about-vision")){
style=subMenuStyle;  
	aI("text=Code d'éthique to code<br>dépontologie;url=" + pref + "vision-ethics" + lang + "showmenu=vision-ethics;" );
	aI("text=Protection des<br>renseignements personnels;url=" + pref + "vision-privacy" + lang );
} 

//*  ABOUT VISION CODE OF ETHICS
with(milonic=new menuname("vision-ethics")){
style=subMenuStyle;	
	aI("text=Consommateurs;url=" + pref + "vision-ethics-consumer" + lang );
	aI("text=Clients;url=" + pref + "vision-ethics-client" + lang );
	aI("text=Membres du CITC;url=" + pref + "vision-ethics-member" + lang );
	aI("text=Employeur;url=" + pref + "vision-ethics-employer" + lang );	
	aI("text=Fournisseurs;url=" + pref + "vision-ethics-supplier" + lang );
	aI("text=Excursions;url=" + pref + "vision-ethics-excursions" + lang );		
} 

//*  ABOUT Employment MENU 
with(milonic=new menuname("about-empl")){
style=subMenuStyle; xitemwidth=100;
	aI("text=Afficher un c.v.;url=" + pref + "empl-postresume" + lang );
	aI("text=Afficher un emploi;url=" + pref + "empl-postjob" + lang );
} 
//*  ABOUT ORGANIZATION MENU 
with(milonic=new menuname("about-org")){
style=subMenuStyle; 
	aI("text=Conseils régionaux;url=" + pref + "org-councils" + lang );
	aI("text=Personnel du CITC;url=" + pref + "org-staff" + lang );
} 
//*  ABOUT PARTNERS MENU 
with(milonic=new menuname("about-partners")){
style=subMenuStyle; itemwidth=75;
	aI("text=Entreprises;url=" + pref + "partners-corporate" + lang );
	aI("text=Loyauté;url=" + pref + "partners-loyalty" + lang );
}
//*  ABOUT LOCATOR
with(milonic=new menuname("about-locator")){
style=subMenuStyle;
	aI("text=Localisateur des professionnels<br>de voyages accrédités;url=" + pref + "natdir-locator" + lang );
//  Display English page until French is ready 2006-04-21
// 	aI("text=Localisateur des professionnels<br>de voyages certifiés;url=../en/about-natdir-locator-e.cfm" );	
}
//*  ABOUT EVENTS CALENDAR
with(milonic=new menuname("calendar")){
style=subMenuStyle;
	aI("text=Calendrier;url=" + pref + "calendar" + lang );
}
//*----------------------------------------------
//*  TRAINING MENU 
//*
	pref = htmldir + "train-";   // Filename prefix
//*----------------------------------------------
with(milonic=new menuname("training")){
style=subMenuStyle;
	if (homepg == 1) {openstyle="up"; xleft="offset=29"; }
	aI("text=Formation;url=" + pref + "intro" + lang );
//	aI("text=Assurance de C.-B.;url=" + pref + "bci-intro" + lang  + "showmenu=bci;" );
	aI("text=Éducation;url=" + pref + "ed-intro" + lang + "showmenu=train-educ;" );
//	aI("text=Normes minimales de TICO;url=" + pref + "stand-intro" + lang + "showmenu=standfaq;" );
	
//***********************	
//**** TICO MENU CHECK	
//***********************
if (ticomenu  == 1) {
	aI("text=TICO Minimum Education Standards;url=" + pref + "tico-intro" + lang + "showmenu=tico;" );	
}
else if (ticomenu  == 2) {
	aI("text=Normes d’éducation du TICO;url=" + pref + "tico-intro" + lang + "showmenu=ticofaq;" );
}
else {
	aI("text=Normes minimales de TICO;url=" + pref + "stand-intro" + lang + "showmenu=standfaq;" );
}
	
	aI("text=Carrières dans le voyage;url=" + pref + "careers" + lang );
	aI("text=Accréditation du CITC;url=" + pref + "citccert" + lang + "showmenu=train-cert;" );
//E aI("text=CITC Certification;url=" + pref + "citccert" + lang + "showmenu=train-cert;" );		
	aI("text=Recommandé par le CITC;url=" + pref + "rec-intro" + lang  + "showmenu=train-rec;" );
}

//--------------------------------------
//**** CITC CERTIFICATION 2006-12-27
//--------------------------------------
with(milonic=new menuname("train-cert")){
style=subMenuStyle; 
    aI("text=Reconnaissance professionnelle<br>des conseillers en voyages (CTC);url=" + pref + "citccert-ctc" + lang  );
    aI("text=L'accréditation des gestionnaires<br>en voyages (CTM);url=" + htmldir + "mem-faq-ctm" + lang  );
    aI("text=Les normes de compétence;url=" + pref + "citccert-occstand" + lang  );
}

with(milonic=new menuname("bci")){
style=subMenuStyle; 
//	aI("text=<b>BC Insurance Exam</b>;type=header" );
    aI("text=BC Insurance Exam;url=" + pref + "bci-exam" + lang + "showmenu=bciexam;");
}

//	pdficon = "image=../images/pdf-icon-red.gif;imageposition=baseline;imagepadding=2;";

//*  TRAINING BCI Exam
with(milonic=new menuname("bciexam")){
style=subMenuStyle; 
//  aI("text=BC Insurance Exam;url=" + pref + "bci-exam" + lang );
//	aI("text=<b>BC Insurance Exam</b>;type=header" );
    aI("text=On-Campus Exam Schedule;url=" + pref + "bci-oncampus" + lang );
    aI("text=Off-Campus Exam Schedule;url=" + pref + "bci-offcampus" + lang );
    aI("text=Exam Registration;url=" + pref + "bci-reg" + lang + "showmenu=bcireg;" );
    aI("text=Proctors;url=" + pref + "bci-proctors" + lang );
    aI("text=Preparation;url=" + pref + "bci-examprep" + lang );
    aI("text=Re-writes;url=" + pref + "bci-rewrites" + lang );
    aI("text=Rescheduling/cancellations;url=" + pref + "bci-resched" + lang );
    aI("text=Fees;url=" + pref + "bci-examfees" + lang );
}

//*  TRAINING BCI Reg -  
with(milonic=new menuname("bcireg")){
style=subMenuStyle; 
    aI("text=On-Campus;url=" + pref + "bci-reg-oncampus" + lang );
    aI("text=Off-Campus;url=" + pref + "bci-reg-offcampus" + lang );
}

//*----------------------------------------------
//*  TRAINING Minimum Standards MENU  
//*----------------------------------------------
with(milonic=new menuname("stand")){
style=subMenuStyle; 
    aI("text=Foire aux questions (FAQ);type=header" );
    aI("text=Enjeux-clés;url=" + pref + "stand-keyissues" + lang );
    aI("text=Participation du CITC;url=" + pref + "stand-involve" + lang );
	aI("text=Écoles de voyage;url=" + pref + "stand-schools" + lang );
	aI("text=Matériel de cours;url=" + pref + "stand-course" + lang );
	aI("text=L’examen;url=" + pref + "stand-exam" + lang );
}
//*----------------------------------------------
//*  TRAINING TICO FAQs 
//*----------------------------------------------
with(milonic=new menuname("ticofaq")){
style=subMenuStyle; 
	aI("text=Présentation générale;url=" + pref + "tico-overview" + lang );
	aI("text=Modalités d’inscription ;url=" + pref + "tico-register-intro" + lang );
    if (ticomenu == 2) aI("text=TICO FAQs;type=header" );
    aI("text=Le manuel d’étude;url=" + pref + "tico-studymanual" + lang );
    aI("text=Enjeux clé;url=" + pref + "tico-faq-keyissues" + lang );
    aI("text=Participation du CITC;url=" + pref + "tico-faq-involve" + lang );
	aI("text=École de voyage;url=" + pref + "tico-faq-schools" + lang );
	aI("text=Matériel de cours;url=" + pref + "tico-faq-course" + lang );
	aI("text=L’examen;url=" + pref + "tico-faq-exam" + lang );			
}

//*----------------------------------------------
//*  TRAINING EDUCATION MENU  
//*----------------------------------------------
with(milonic=new menuname("train-educ")){
style=subMenuStyle; 
	aI("text=Télé-séminaires;url=" + pref + "ed-tele-intro" + lang + "showmenu=teleseminars;");
	aI("text=Séminaires sur CD;url=" + pref + "ed-sem-intro" + lang + "showmenu=seminars-cd;");
	aI("text=Podcasts;url=" + pref + "ed-podcasts" + lang );
   	aI("text=Télé-apprentissage;url=" + pref + "ed-dist-intro" + lang  + "showmenu=distlearn;");
   	aI("text=Publications;url=" + pref + "ed-pub-intro" + lang + "showmenu=publications;");
//   	aI("text=Formation en agence;url=" + pref + "ed-corp" + lang );	
   	aI("text=Formation à l’interne;url=" + pref + "ed-inhouse" + lang );
}

//*  TELE SEMINARS
with(milonic=new menuname("teleseminars")){
style=subMenuStyle;  
		aI("text=Cours pay séminaire;url=" + pref + "ed-tele-list" + lang );
} 

//*  TRAINING PUBLICATIONS  
with(milonic=new menuname("publications")){
style=subMenuStyle;  
//	aI("text=Service à la clientèle;url=" + pref + "ed-pub-custserv" + lang );	// rem 2006-08-28
//	aI("text=Gestion commerciale;url=" + pref + "ed-pub-business" + lang );  // rem 2006-08-28
	aI("text=Sujets généraux;url=" + pref + "ed-pub-general" + lang );
	aI("text=Préparation aux examens;url=" + pref + "ed-pub-examprep" + lang );
} 

//*  DISTANCE LEARNING 
with(milonic=new menuname("distlearn")){
style=subMenuStyle;  
   	aI("text=Spécialiste en destinations;url=" + pref + "ed-dist-destspec" + lang );
   	aI("text=Spécialiste en mode de vie;url=" + pref + "ed-dist-lifestyle" + lang );		
	aI("text=Compétences et aptitudes;url=" + pref + "ed-dist-skills" + lang );
	aI("text=Planification des voyages;url=" + pref + "ed-dist-travplan" + lang );
	aI("text=Programmes d’institut du voyage;url=" + pref + "ed-dist-travelinst" + lang );	
}

//*  SEMINARS-CD
with(milonic=new menuname("seminars-cd")){
style=subMenuStyle;  
	aI("text=Ventes;url=" + pref + "ed-sem-sales" + lang );	
	aI("text=Marketing et service à la clientèle;url=" + pref + "ed-sem-mark" + lang );	
	aI("text=Gestion du temps;url=" + pref + "ed-sem-time" + lang );	
	aI("text=Aptitudes en gestion;url=" + pref + "ed-sem-manskills" + lang );
	aI("text=Formation en agence;url=" + pref + "ed-sem-corp" + lang );		
} 
 
//*----------------------------------------------
//*  TRAINING CITC RECOMMENDED  
//*----------------------------------------------
with(milonic=new menuname("train-rec")){
style=subMenuStyle; 
	aI("text=Programme approuvé;url=" + pref + "rec-appr-intro" + lang );
	aI("text=Avantages du fournisseur;url=" + pref + "rec-provider" + lang );
	aI("text=Programmes agréés;url=" + pref + "rec-endor-intro" + lang + "showmenu=rec-endorsed;" );	
} 
//* Endorsed Programs
with(milonic=new menuname("rec-endorsed")){
style=subMenuStyle; 
	aI("text=Faire un choix;url=" + pref + "rec-endor-choice" + lang );
	aI("text=Télé-apprentissage;url=" + pref + "rec-endor-dist" + lang );
	aI("text=Programmes à temps plein;url=" + pref + "rec-endor-full-intro" + lang + "showmenu=rec-full;");
	aI("text=Avantages d’un diplôme;url=" + pref + "rec-endor-benefits" + lang );
	aI("text=Après le diplôme;url=" + pref + "rec-endor-grad" + lang );	
}  
 
//* Endorsed Programs FULL
with(milonic=new menuname("rec-full")){
style=subMenuStyle; 
	aI("text=C.-B./Yukon;url=" + pref + "rec-endor-full-bc" + lang );
	aI("text=Alberta/T.N.-O.;url=" + pref + "rec-endor-full-ab" + lang );
	aI("text=Sask./Manitoba;url=" + pref + "rec-endor-full-sk" + lang );
	aI("text=Ontario;url=" + pref + "rec-endor-full-on" + lang );
	aI("text=Québec;url=" + pref + "rec-endor-full-qu" + lang );
	aI("text=Nouveau-Brunswick;url=" + pref + "rec-endor-full-nb" + lang );
	aI("text=Terre-Neuver;url=" + pref + "rec-endor-full-nf" + lang );
	aI("text=Nouvelle-Écosse & Î.-P.-É.;url=" + pref + "rec-endor-full-ns" + lang );;	
} 
 
//*----------------------------------------------
//* MEMBER SERVICES  MENU  
	pref = htmldir + "mem-";   // Filename prefix
//*----------------------------------------------
with(milonic=new menuname("member")){
style=subMenuStyle;  itemwidth=142;
	if (homepg == 1) {openstyle="up"; xleft="offset=21";}
	aI("text=Services aux membres;url=" + pref + "intro" + lang );
	aI("text=Comment faire une demande;url=" + pref + "howtoapply" + lang + "showmenu=member-apply;" );
	aI("text=Exigences;url=" + pref + "requirements" + lang );
	aI("text=Avantages;url=" + pref + "benefits" + lang + "showmenu=member-benefits;" );
	aI("text=FAQ;url=" + pref + "faq" + lang + "showmenu=member-faq;" );
	aI("text=Membres seulement;url=" + pref + "membersonly" + lang  + "showmenu=member-only;" );
	aI("text=&nbsp;&nbsp;&nbsp;<b>Renouvellement<br>&nbsp;&nbsp;&nbsp;&nbsp;d'adhesion rapide</b>;offbgcolor=#00CA65;offcolor=#FFFFFF;url=https://secure.chargegateway.com/citc/membership-form" + lang + ";target=blank;" );
} 

with(milonic=new menuname("member-faq")){
style=subMenuStyle; 
	aI("text=FAQ pour CTMs;url=" + pref + "faq-ctm" + lang );
	aI("text=FAQ pour CTCs;url=" + pref + "faq-ctc" + lang );
} 

with(milonic=new menuname("member-apply")){
style=subMenuStyle; 
	aI("text=Formulaire de membre;url=https://secure.chargegateway.com/citc/membership-form" + lang + ";target=blank;" );
//	aI("text=Formulaire de demande;url=https://secure.chargegateway.com/citc/mem-reg-form" + lang + ";target=blank;" );
} 

//* MEMBERS BENIFITS 
with(milonic=new menuname("member-benefits")){
style=subMenuStyle; 
	aI("text=Membres à part entière;url=" + pref + "benefits-full" + lang + "showmenu=member-ben-full;");
	aI("text=Membres affiliés;url=" + pref + "benefits-affiliate" + lang + "showmenu=member-ben-affil;");
	aI("text=Membres-étudiants;url=" + pref + "benefits-student" + lang + "showmenu=member-ben-students;");
	aI("text=Publicité;url=" + pref + "benefits-advert" + lang );
} 

//* MEMBERS BENIFITS FULL
with(milonic=new menuname("member-ben-full")){
style=subMenuStyle;  
//	aI("text=Full Members;url=" + pref + "benefits-full" + lang );
	aI("text=Promotions;url=" + pref + "benefits-full-promo" + lang );
	aI("text=Formation;url=" + pref + "benefits-full-edu" + lang );
	aI("text=Avantages généraux;url=" + pref + "benefits-full-gen" + lang );
	aI("text=Publications et événements;url=" + pref + "benefits-full-pub" + lang );
} 

//* MEMBERS BENIFITS AFFILIATES
with(milonic=new menuname("member-ben-affil")){
style=subMenuStyle;  
//	aI("text=Full Members;url=" + pref + "benefits-affiliate" + lang );
	aI("text=Avantages;url=" + pref + "benefits-affiliate-ben" + lang );
	aI("text=Promotions;url=" + pref + "benefits-affiliate-promo" + lang );
	aI("text=Formation;url=" + pref + "benefits-affiliate-edu" + lang );
	aI("text=Publications et événements;url=" + pref + "benefits-affiliate-pub" + lang );
} 
//* MEMBERS BENIFITS STUDENTS
with(milonic=new menuname("member-ben-students")){
style=subMenuStyle;  
	aI("text=Formation;url=" + pref + "benefits-student-edu" + lang );
	aI("text=Publications et événements;url=" + pref + "benefits-student-pub" + lang );
} 

//* MEMBERS ONLY
with(milonic=new menuname("member-only")){
style=subMenuStyle;  
	aI("text=Imprimer et apprendre;url=" + pref + "membersonly-printlearn" + lang );
	aI("text=Perfectionnement personnel;url=" + pref + "membersonly-pd" + lang );
	aI("text=Liens pratiques;url=" + pref + "membersonly-links" + lang );
	aI("text=Récompenses pour les membres;url=" + pref + "membersonly-rewards" + lang );
	aI("text=Bulletin des membres du CITC -<br><i>The Buzz</i>;url=" + htmldir + "about-newsletter" + lang );
} 

//*----------------------------------------------
//* EVENTS  MENU  
	pref = htmldir + "events-";   // Filename prefix
//*---------------------------------------------- 

with(milonic=new menuname("events")){
style=subMenuStyle;  itemwidth=130;
if (homepg == 1) {openstyle="up"; xleft="offset=19";}

//	aI("text=Assemblée générale annuelle;url=" + "events-" + "agm" + "-f.asp" );   //** FRENCH
	aI("text=Assemblée générale annuelle;url=" + pref + "agm" + lang );

//* Use English Pages
pref = "../en/events-";  	
lang = "-e.asp";  
	
	aI("text=Conférences;showmenu=conf;url=" + pref + "conferences" + lang );
	aI("text=Retraite exécutive des CTMs;url=" + pref + "ctm" + lang );
	aI("text=Voyages de familiarisation;url=" + pref + "agent" + lang );
	aI("text=Activités régionales;url=" + pref + "regional" + lang );
	aI("text=Salons de voyages;url=" + pref + "trade" + lang );
	aI("text=Tournois de golf;url=" + pref + "golf" + lang );
	aI("text=Global Explorers;url=" + pref + "global" + lang );
	aI("text=Calendrier;url=" + pref + "calendar" + lang );
pref = "events-";  	
lang = "-f.asp";	
} 
 
//* CONFERENCES
with(milonic=new menuname("conf")){
style=subMenuStyle; 
//* Use English Pages 
pref = "../en/events-";  
	lang = "-e.asp";   //* Take off semi-colon for anchor links
	aI("text=Western Canada Student Conference;url=" + pref + "conferences" + lang + "#western" );
	aI("text=Atlantic Reach for the World Conference;url=" + pref + "conferences" + lang + "#atlantic" );
	aI("text=National Educators Update;url=" + pref + "conferences" + lang + "#educators" );
	aI("text=Students-in-Travel Conference &<br>Trade Show (Toronto);url=" + pref + "conferences" + lang + "#students" );
pref = "events-"; 	
	lang = "-f.asp;";   //* put back semi-colon (and lang to -f)
} 

//*----------------------------------------------
//* WHATSNEW  MENU  - OBSOLETE 2008-01-31
	pref = htmldir + "whatsnew-";   // Filename prefix
//*----------------------------------------------
with(milonic=new menuname("whatsnew")){
style=subMenuStyle;  xitemwidth=130;
	aI("text=Nouveautés;url=" + pref + "intro" + lang );
	aI("text=Actualités;url=" + pref + "news" + lang );	
//	aI("text=Events;url=" + pref + "events" + lang );
	aI("text=Explorateurs mondiaux<br>(Global Explorers);url=" + pref + "gec" + lang + "showmenu=meetingsched;" );
} 
//* Meeting Schedule
with(milonic=new menuname("meetingsched")){
style=subMenuStyle;  
	aI("text=Horaire des rencontres;url=" + pref + "gec-meeting" + lang );
} 

//*----------------------------------------------
//* TRAVEL  MENU  
	pref = htmldir + "travel-";   // Filename prefix
//*----------------------------------------------
with(milonic=new menuname("travel")){
style=subMenuStyle; 
	if (homepg == 1) {openstyle="up";  xleft="offset=20";}
//	aI("text=Info-voyages;url=" + pref + "intro" + lang );
	aI("text=Avis aux consommateurs;url=" + pref + "intro" + lang );
	aI("text=Liens pratiques;url=" + pref + "links" + lang );
	aI("text=Plaintes relatives aux voyages;url=" + pref + "complaints" + lang );
	aI("text=Carrières;url=" + pref + "careers" + lang );
	aI("text=Fraudes relatives aux voyages;url=" + pref + "scams" + lang  + "showmenu=cardboard-children;" );
	aI("text=Humour relatif aux voyages;url=" + pref + "humour" + lang );
} 
//* Cardboard Children
with(milonic=new menuname("cardboard-children")){
style=subMenuStyle;  
	aI("text=Les enfants-cartons;url=" + pref + "scams-cardboard" + lang );
} 

//**********************************************************************************
//*  CONTACT MENU 
	pref = htmldir + "contact-";   // Filename prefix
//**********************************************************************************
with(milonic=new menuname("Contact")){
style=subMenuStyle;
	aI("text=Nous rejoindre;url=" + pref + "form" + lang );
	aI("text=<center>Formulaires en ligne</center>;url=" + pref + "formlist" + lang + ";showmenu=forms;");		
}

with(milonic=new menuname("forms")){
style=subMenuStyle;
	var server = "https://secure.chargegateway.com/citc/";
 	aI("text=<center>FORMULAIRES EN LIGNE</center>;fontweight=bold;type=header;headerbgcolor=#F26E1E;");	
 	aI("text=<center>A C C R &Eacute; D I T A T I O N</center>;fontweight=bold;type=header;");	
 	aI("text=Inscription à l’accréditation comme conseiller(ère) en voyages;url=" + server + "train-advprog-form" + lang + "target=blank;"); 
	aI("text=Inscription au programme de niveau gestionnaire;url=" + server + "train-manprog-form" + lang + "target=blank;");
	aI("text=Inscription à l’examen d’admission;url=" + server + "train-entryexam-form" + lang + "target=blank;");  
//	aI("text=Inscription à l’examen de perfectionnement;url=" + server + "train-advexam-form" + lang + "target=blank;"); 
//	aI("text=<center>B C&nbsp;&nbsp;&nbsp;T R A I N I N G</center>;fontweight=bold;type=header;");	
//	aI("text=On-Campus Registration;url=" + server + "train-oncampus-form" + lang + "target=blank;");
//	aI("text=Off-Campus Registration;url=" + server + "train-offcampus-form" + lang + "target=blank;");   
	aI("text=<center>LIVRES ET SÉMINAIRES</center>;fontweight=bold;type=header;");
	aI("text=Bon de commande de publication;url=" + server + "puborder-form" + lang + "target=blank;"); 
	aI("text=Inscription aux télé-séminaires;url=" + server + "telesem-archive" + lang + "target=blank;");
	aI("text=Bon de commande des normes professionnelles /<br>du programme d’enseignement;url=" + server + "train-curric-form" + lang + "target=blank;"); 
	aI("text=<center>ADHÉSION DE MEMBRE AU CITC/center>;fontweight=bold;type=header;");		
	aI("text=Formulaire pour les nouveaux membres et<br>les membres qui renouvèlent leur adhésion;url=" + server + "membership-form" + lang + "target=blank;"); 
//	aI("text=Demande d’adhésion de membre;url=" + server + "mem-reg-form" + lang + "target=blank;"); 
//	aI("text=Renouvellement des frais annuels;url=" + server + "mem-renewal-form" + lang + "target=blank;");
}

//**********************************************************************************
//*  HOME MENU 
//**********************************************************************************
with(milonic=new menuname("home")){
style=subMenuStyle;
aI("text=À propos de ce site;url=aboutsite-e.asp");
//aI("text=French Home - Temp link;url=../../index-f.asp");
}

//*----------------------------------------------
//*  POPUP Box for PDF Icon
//*----------------------------------------------
with(milonic=new menuname("pdfhelp")){
style=menuStylePOPUP; left=32; itemwidth=232; top=-170;

aI("text=<img src='../images/pdf-icon.gif' width=15 height=16 border=0 align='absmiddle'> <b>Au sujet des fichiers PDF</b> <img src='../images/pdf-icon-red.gif' width=21 height=12 border=0 align='absmiddle'>;type=header;align=center;");

aI("text=Pour télécharger des fichiers PDF sur votre disque dur <b>pour consultation hors ligne</b>, cliquez avec le bouton droit de la souris sur le lien, puis sélectionnez \"Sauvegardez la cible sous...\" du menu instantané.  Pour consulter le fichier PDF dans une nouvelle fenêtre de l'explorateur Web, cliquez simplement sur le lien.");

aI("text=Adobe Reader est nécessaire pour consulter les fichiers Portable Document Format (PDF) trouvés sur ce site Web.<br><br>Téléchargez la plus récente version gratuite d'Acrobat Reader en cliquant le bouton ci-dessous :");

aI("text=<img src='../images/getacrobat-f.gif' width=88 height=31 border=0 align='absmiddle' alt='Obtenez Adobe Reader'>;url=http://www.adobe.com/products/acrobat/readstep.html;target=blank;align=center;");

} 
//*----------------------------------------------
//*  POPUP Box for WWW Icon
//*----------------------------------------------
with(milonic=new menuname("wwwhelp")){
style=menuStylePOPUP; left="offset=22"; itemwidth=200;  top=5; 
aI("text=<img src='../images/web-icon.gif' width=21 height=12 border=0 align='absmiddle'> <b>External Web Site</b>;type=header;align=center;");
aI("text=The link beside this icon will display the web site in a new browser window.");
}

//*----------------------------------------------
//*  POPUP Box for Privacy Policy
//*----------------------------------------------
with(milonic=new menuname("Privacy")){
style=menuStylePOPUP; left=-212; itemwidth=200; top=-100;
aI("text=<b>Privacy Policy</b>;type=header;align=center;");
aI("text=With respect to the Privacy Act, CITC is informing you as a certification program registrant that this information is collected in order to properly administer your certification program application including processing and reporting exam results to you.  For a full explanation of CITC’s privacy policy please consult the website at http://www.citc.ca/privacy_policy.html");
}

//*----------------------------------------------
//*  POPUP Box for Privacy Policy
//*----------------------------------------------
with(milonic=new menuname("Privacy2")){
style=menuStylePOPUP; left=-212; itemwidth=200; top=-100;
aI("text=<b>Privacy Policy</b>;type=header;align=center;");
aI("text=We will not give, trade, sell or rent submitted information to a third party. We will never send you unsolicited email.");
} 

//*----------------------------------------------
//*  Top of Page Floating Menu for Certain Pages
//*----------------------------------------------
 
 if ( thefile.substring(0,"about-events".length) == "about-events" ||
      thefile.substring(0,"about-conferences".length) == "about-conferences" ||
 	thefile.substring(0,"train-rec-endor-full".length) == "train-rec-endor-full" ||
 	 thefile.substring(0,"train-rec-endor-dist".length) == "train-rec-endor-dist" ||
     thefile.substring(0,"mem-faq".length) == "mem-faq" ||
     thefile.substring(0,"mem-membersonly-rewards".length) == "mem-membersonly-rewards" ||
      thefile.substring(0,"train-stand-exam".length) == "train-stand-exam" ||
      thefile.substring(0,"train-stand-keyissues".length) == "train-stand-keyissues" ||
      thefile.substring(0,"train-stand-involve".length) == "train-stand-involve"  ||
 	(thefile.substring(0,"train-ed".length) == "train-ed" & 
	 thefile.substring(0,"train-ed-dist-trav-intro".length) != "train-ed-dist-trav-intro" &
	  thefile.substring(0,"train-ed-tele-intro".length) != "train-ed-tele-intro" &
	 thefile.substring(0,"train-ed-intro".length) != "train-ed-intro"  & 
	 thefile.substring(0,"train-ed-corp".length) != "train-ed-corp"  & 
	 thefile.substring(0,"train-ed-sem-intro".length) != "train-ed-sem-intro"  & 
	 thefile.substring(0,"train-ed-pub-intro".length) != "train-ed-pub-intro" )) {	

	with(milonic=new menuname("top")){
	style=menuStyleTop;
	menuwidth=10;
	itemheight=6;
	left="offset=221";  
	screenposition="bottom, center"; 
	top="offset=-25";
	followscroll=1;
//	followscroll="0,40,5"
	alwaysvisible=1;
	orientation="horizontal";
	aI("text=&nbsp;Haut&nbsp;url=#top");
	}
}
drawMenus();
//*----------------------------------------------
//* FLOATING MENU for TRAVEL COUNSELLOR CERTIFICATION   
//*----------------------------------------------
if (thefile.substring(0,"train-citccert-ctc".length) == "train-citccert-ctc")	{
	with(milonic=new menuname("ctc")){
	style=sideMenuStyle;
	menuwidth=170;
	itemheight=6;
	left="offset=289";  
	screenposition="bottom, center"; 
//	top="offset=-100";
	top="offset=-30";
	followscroll=1;
	offbgcolor="FFFFF2";
//	followscroll="0,40,5"
	alwaysvisible=1;
	orientation="vertical";
	aI("text=<b>MENU DE BRANCHEMENT</b>;align=center;type=header;headerbgcolor=#3EA64A");
	aI("text=Haut;url=#top");
//	aI("text=Introduction;url=#intro");
 	aI("text=Un nouveau modèle pour<br>l’accréditation;url=#model");
 	aI("text=Manuel de formation;url=#StudyGuide");
	aI("text=Les étapes d’obtenir<br>une accréditation;url=#steps");
	aI("text=1<sup>er</sup> étape : s’inscrire au<br>&nbsp; &nbsp; &nbsp; programme d’accréditation;url=#Enroll");
	aI("text=2<sup>e</sup> étape : examen théorique;url=#Knowledge");
	aI("text=3<sup>e</sup> étape : expérience de<br>&nbsp; &nbsp; &nbsp;la fonction de travail exigé;url=#Occupational");
	aI("text=4<sup>e</sup> étape : liste de contrôle<br>&nbsp; &nbsp; &nbsp;du rendement;url=#Checklist");
	aI("text=5<sup>e</sup> étape : évaluation du<br>&nbsp; &nbsp; &nbsp;rendement;url=#Evaluation");
	aI("text=6<sup>e</sup> étape : maintenir une<br>&nbsp; &nbsp; &nbsp;adhésion de membre du CITC;url=#Maintain");
	aI("text=Foire aux questions (FAQ);url=#faq");	
	}
}
drawMenus(); 
