// constants
var initX       = 160; // x-coordinate of top left corner of dropdown menu 
var initY       = 80; // 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 (
'Trader Visa (E-1)','E1.html',
'Back to Home Page','index.html',
'Australian Specialist Worker/Professional (E-3)','E3.html',
'Intra-Company Transfer (L-1)','L1.html',
'Specialist Worker/Professional (H-1B)','H1B.html',
'Health Care Professionals (H-1B)','H1Bhealth.html',
'Extraordinary Ability Visa (O-1)','O1.html',
'Athletes/Performers (P-1, P-2, P-3)','P123.html',
'Specialist Workers TN (NAFTA)','NAFTA.html',
'Exchange Visa (J-1)','J1.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 (
'Extraordinary Abilities (EB-1)','EB1.html',
'Outstanding Professor or Researcher (EB-1)','ProfResh.html',
'Multinational Manager/Executive (EB-1)','MultNaEx.html',
'Exceptional Ability (EB-2)','EB2AEA.html',
'Professionals with Advanced Degrees (EB-2)','EB2PAD.html',
'Skilled Workers & Professors (EB-3)','EB3.html',
'Immigrant Investor (EB-5)','EB5.html'
));

menuContent [2] = new Array ( 
-1, 
-1,
0,
305, // 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 (
'Nurses from Canada and Mexico (TN Visa)','Nurse1.html',
'Nurses (Green Card)','Nurses.html',
'Nurses (H1B)','NurseH1B.html',
'Physical Therapists (Green Card)','PhysTher.html',
'Doctors','Doctors.html',
'Other Healthcare Professionals (H-1B)','H1Bhealth.html',
'Australian Healthcare Professionals (E-3)','E3.html',
'Other Healthcare Professionals from Canada and Mexico (TN)','OtherMed.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 (
'Family-sponsored Visas','FamBImig.html',
'Fiancé(e) Visa (K-1)','K1.html',
'Spouse Visa (K-3)','K3.html',
'Family-sponsored Green Cards','FamSpGC.html',
'U.S. Citizen Sponsorship','UScitzSp.html',
'Green Card Holder Sponsorship','GCholdSp.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 (
'Back to Home Page','index.html',
'Immigrant Investor (EB-5)','EB5.html'
));
