// constants
var initX       = 160; // x-coordinate of top left corner of dropdown menu 
var initY       = 75; // y-coordinate of top left corner of dropdown menu 
var backColor   = '#ECEFFF'; // the background color of dropdown menu, set empty '' for transparent
var borderColor = '#004186'; // the color of dropdown menu border
var borderSize  = '1'; // the width of dropdown menu border
var itemHeight  = 20;
var xOverlap    = 5;
var yOverlap    = 10;
//


menuContent     = new Array ();

menuContent [0] = new Array ( 
-1, // the id of parent menu, -1 if this is a first level menu
-1, // the number of line in parent menu, -1 if this is a first level menu
0, // the width of current menu list 
156, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Visa de commerce (E-1)','FRE1.html',
'Visa d&#39;investisseur (E-2)','FRE2.html',
'Visa de transfert (L-1)','FRL1.html',
'Visa de spécialiste (H-1B)','FRH1B.html',
'Visa pour talent extraordinaire (O-1)','FRO1.html',
'Visa pour athlète/artiste (P-1/2/3)','FRP123.html',
'Visa TN NAFTA (Canada/Mexique)','FRNAFTA.html',
'Visa pour échange culturel (J-1)','FRJ1.html'
));

menuContent [1] = new Array ( 
-1, 
-1,
0,
230, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Capacité extraordinaire (EB-1)','FREB1.html',
'Professeurs et chercheurs (EB-1)','FRProfResh.html',
'Dirigeants multinationaux (EB-1)','FRMultNaEx.html',
'Capacité exceptionnelle (EB-2)','FREB2AEA.html',
'Détenteurs d’un diplôme supérieur (EB-2)','FREB2PAD.html',
'Travailleurs qualifiés (EB-3)','FREB3.html',
'Carte Verte EB-5 pour investisseur (EB-5)','FREB5.html'
));

menuContent [2] = new Array ( 
-1, 
-1,
0,
304, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Infirmières Visa TN (Canda/Mexique)','FRnurse1.html',
'Carte verte pour infirmières','FRnurses.html',
'Visa H-1B pour infirmières graduées','FRnursesH1B.html',
'Carte verte pour physiothérapeutes','FRPhysTher.html',
'Médecins','FRdoctors.html',
'Autres professions médicales (H-1B)','FRH1bHealth.html',
'Autres professions médicales (Canada/Mexique) TN','FROtherMed.html'
));

menuContent [3] = new Array ( 
-1, 
-1,
0,
378, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Immigration pour members de famille','FRFamBImig.html',
'Visa de financé(e) K-1','FRK1.html',
'Visa pour époux ou épouse (K-3)','FRK3.html',
'Carte verte pour members de famille','FRFamSpGC.html',
'Sponsorisé par un citoyen américain','FRUScitzSp.html',
'Sponsorisé par un détenteur de carte verte','FRGCholdSp.html'
));

menuContent [4] = new Array ( 
-1, 
-1,
0,
-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (

));

menuContent [5] = new Array ( 
-1, 
-1,
0,
-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (

));

menuContent [6] = new Array ( 
-1, 
-1,
0,
600, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Investor Visa (E-2)','FRE2.html',
'Carte Verte EB-5 pour investisseur (EB-5)','FREB5.html'

));


