// write me if you have questions: web.master@male.net

// constants
var initX       = 1; // x-coordinate of top left corner of dropdown menu 
var initY       = 93; // y-coordinate of top left corner of dropdown menu 
var backColor   = '#FFFFFF'; // the background color of dropdown menu, set empty '' for transparent
var borderColor = '#E1E1E1'; // 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
160, // the width of current menu list 
487, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
377, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Elektronik-Distribution', './html/elektronik-distribution_bei_ah.html',
'Security-Systems', './html/security-systems_bei_ahe-elect.html',
'Gehäusetechnik', './html/gehausetechnik_bei_ahe-electro.html'
));

menuContent [1] = 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
170, // the width of current menu list 
580, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
377, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Electronics-Distribution', './english/html/elektronik-distribution_bei_ah.html',
'Security-Systems', './english/html/security-systems_bei_ahe-elect.html',
'Enclosure Technology', './english/html/gehausetechnik_bei_ahe-electro.html'
));

menuContent [2] = 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
260, // the width of current menu list 
661, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
377, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Distr. de compo. electrónicos', './spanish/html/elektronik-distribution_bei_ah.html',
'Security-Systems', './spanish/html/security-systems_bei_ahe-elect.html',
'Técnica para la constr. de armazones', './spanish/html/gehausetechnik_bei_ahe-electro.html'
));

menuContent [3] = new Array ( 
-1, 
-1,
120,
570, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
165, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'fusion', './fusion.html',
//'werbung', './werbung.html',
'marketing', './marketing.html'
//'email-formular', './kontakt_fusion.html'
));

menuContent [4] = new Array ( 
-1, 
-1,
120,
555, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
120, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'kontakt', './kontakt.html',
'email-formulare', './kontakt_gamari.html',
//'adressen', './adressen.html',
'impressum', './impressum.html'
));

menuContent [5] = new Array ( 
4, 
1,
120,
-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 (
'domain-check', 'javascript:NewWindow("http://www.netzbetrieb.de/whois15/index.php","domaincheck","650","500","no","no","no","no","no","no")',
'domain-preisanfrage', 'javascript:NewWindow("./subjectdomain.html","anfrage","402","453","no","no","no","no","no")'
//'domainendungen (länder-info)', 'javascript:NewWindow("./domainendungen.html","domainendungen","420","500","yes","no","no","no","no","no")'
));

menuContent [6] = new Array ( 
1, 
4,
120,
-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 (
'system-konfigurator', 'javascript:NewWindow("./system-konfigurator.html","konfigurator","627","465","no","no","no","no","no")',
'komponenten-anfrage', 'javascript:NewWindow("./subjectkomponenten.html","anfrage","402","453","no","no","no","no","no")',
'upgrade-service', './upgrade.html',
'freie preisanfrage', 'javascript:NewWindow("./subjectfreiehardware.html","anfrage","402","453","no","no","no","no","no")'
));

menuContent [7] = new Array ( 
0, 
4,
120,
-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 (
'individuelles webdesign', './webdesign.html',
'auftrags-programmierung', './ap_webdesign.html',
'messe-service', './ms_webdesign.html'
));

menuContent [8] = new Array ( 
0, 
3,
120,
-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 (
'test-shop', './testshop.html',
'beispiel-katalog (cgi)', 'javascript:NewWindow("http://www.ahe-electronic.com/vorschau/html/cgi-bin/ahestore/commerce.cgi","beispielshop","820","550","yes","no","no","no","no")',
'beispiel-shop1 (cgi)', 'javascript:NewWindow("http://www.gamari.net/bilddatenbank/commerce.cgi","beispielshop","820","550","yes","no","no","no","no")',
'beispiel-shop2 (js)', 'javascript:NewWindow("http://www.pizza-presto.de/home/js_webshop/pizza-presto/index.html","beispielshop","770","600","yes","no","no","no","no")',
'anfrage', 'javascript:NewWindow("./subjectecommerce.html","anfrage","402","453","no","no","no","no","no")'
));

menuContent [9] = new Array ( 
3, 
3,
120,
-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 (
'email', './kontakt_fusion.html',
'telefon', './telefonnummern.html',
'adressen', './adressen.html'
));

menuContent [10] = new Array ( 
-1, 
-1,
120,
640, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
70, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'presseberichte', './presseberichte.html',
'pressetexte', './presselogin.html'
));

menuContent [11] = new Array ( 
0, 
6,
190,
-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 (
'domainabfrage', './domainabfrage.html',
'suchmaschinenanmeldung', './suchmaschinenanmeldung.html',
'zugriff-statistik', './flyer.html'
));

menuContent [12] = new Array ( 
-1, 
-1,
140,
559, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
220, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'email-formulare', './kontakt_gamari.html',
//'telefonnummern', './telefonnummern.html',
//'adressen', './adressen.html',
'impressum', './impressum.html'
));

menuContent [13] = new Array ( 
12, 
0,
120,
-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 (
'email gamari', './kontakt_gamari.html',
'email internet', './kontakt_internet.html',
'email graphic', './kontakt_graphic.html',
'email video', './kontakt_video.html'
));

menuContent [14] = new Array ( 
1, 
8,
151,
534, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
319, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'system-konfigurator', 'javascript:NewWindow("./system-konfigurator.html","konfigurator","627","465","no","no","no","no","no")',
'komponenten-anfrage', 'javascript:NewWindow("./subjectkomponenten.html","anfrage","402","453","no","no","no","no","no")',
'upgrade-service', './upgrade.html',
'freie preisanfrage', 'javascript:NewWindow("./subjectfreiehardware.html","anfrage","402","453","no","no","no","no","no")'
));