// constants
var initX       = 160; // x-coordinate of top left corner of dropdown menu 
var initY       = 82; // 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 (
'Handelsvisum (E-1)','GRE1.html',
'Investorenvisum (E-2)','indexGR.html',
'Gesch&auml;ftliches Versetzungsvisum (L-1)','GRL1.html',
'Spezialfachkraft/Ausgebildeter Fachmann (H-1B)','GRH1B.html',
'Aussergew&ouml;hnliche F&auml;higkeiten (O-1)','GRO1.html',
'Athleten und Unterhaltungsk&uuml;nstler (P-1, P-2, P-3)','GRP123.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 (
'Aussergew&ouml;hnliche F&auml;higkeiten (EB-1)','GREB1.html',
'Herausragende Professoren/Wissenschaftler (EB-1)','GRProfResh.html',
'Multinationale Manager und F&uuml;hrungskr&auml;fte (EB-1)','GRMultNaEx.html',
'Ueberdurchschnittliche F&auml;higkeiten (EB-2)','GREB2AEA.html',
'Hochdiplomierte Fachkr&auml;fte (EB-2)','GREB2PAD.html',
'Qualifizierte Fachkr&auml;fte und gelernte Arbeiter (EB-3)','GREB3.html',
'Investor Green Card (EB-5)','GREB5.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 (
'Krankenschwestern (Greencard)','GRnurses.html',
'Physiotherapeuten (Greencard)','GRPhysTher.html',
'Aerzte (Greencard)','GRdoctors.html',
'Visum f&uuml;r Krankenfachberufe (H-1B)','GRH1bHealth.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 (
'Familienbezogene Einwanderung','GRFamBImig.html',
'Verlobtenvisum','GRK1.html',
'Visum f&uuml;r Ehepartner (K-3)','GRK3.html',
'Familienbezogene Greencards','GRFamSpGC.html',
'Greencard, durch US B&uuml;rger gesponsert','GRUScitzSp.html',
'Greencard, durch Greencardinhaber gesponsert','GRGCholdSp.html'
));

menuContent [5] = new Array ( 
-1, 
-1,
0,
452, // 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 (
'Zur&uuml;ck zur Startseite', 'indexGR.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 [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 (
'Investorenvisum (E-2)','GRE2.html',
'Investor Green Card (EB-5)','GREB5.html'
));

