// 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 (
'La Visa de Comerciante E-1','SPE1.html',
'La Visa E-2 para Inversionistas','SPE2.html',
'Visa L-1 para Transferencia de Personal entre Compañías','SPL1.html',
'Visa H-1B para Profesionales &quot;Especializados&quot;','SPH1B.html',
'Visa H-1B de empleo para Profesionales de la Salud','SPH1Bhealth.html',
'La Visa O-1 para Habilidades Extraordinarias','SPO1.html',
'Visas P-1, P-2, P-3 para Atletas y Artistas','SPP123.html',
'Visa para Ocupación Especial TN (NAFTA)','SPNAFTA.html',
'Visa de Intercambio J-1','SPJ1.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 (
'Habilidad Extraordinaria EB-1','SPEB1.html',
'EB-1 para Profesores e Investigadores Sobresalientes','SPProfResh.html',
'Visa EB-1 de Ejecutivo/Gerente de una Multinacional','SPMultNaEx.html',
'&quot;Habilidad Excepcional&quot; EB2','SPEB2AEA.html',
'Profesionales con Estudios Superiores EB-2','SPEB2PAD.html',
'Profesionales y Trabajadores Especializados EB-3','SPEB3.html',
'Inversionista Inmigrante EB-5','SPEB5.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 (
'Visa TN para Enfermeros/Enfermeras Registrados de Canadá y México','SPNurse1.html',
'Residencia Permanente para Enfermeros/Enfermeras','SPNurses.html',
'Enfermeros/Enfermeras H1B','SPNurseH1B.html',
'Residencia Permanente para Terapeutas Físicos','SPPhysTher.html',
'Residencia Permanente para Médicos','SPDoctors.html',
'Visa H1B para Profesionales de la Salud','SPH1Bhealth.html',
'Otras Visas TN para Profesionales de la Salud','SPOtherMed.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 (
'Opciones de Inmigración','SPFamBImig.html',
'Visa de Prometido(a)','SPK1.html',
'Visa para Cónyuges','SPK3.html',
'Visa patrocinada por familiares (Titulares de la Tarjeta Verde)','SPFamSpGC.html',
'patrocinado por los ciudadanos de ESTADOS UNIDOS','SPUScitzSp.html',
'patrocinadas por Residentes Legales Permanentes (Titulares de la Tarjeta Verde)','SPGCholdSp.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 (
'La Visa E-2 para Inversionistas','SPE2.html',
'Inversionista Inmigrante (EB-5)','SPEB5.html'
));



