// write me if you have questions: web.master@male.net

// constants
var initX       = 9; // x-coordinate of top left corner of dropdown menu 
var initY       = 101; // y-coordinate of top left corner of dropdown menu 
var backColor   = '#FFFFFF'; // the background color of dropdown menu, set empty '' for transparent
var borderColor = '#4A2500'; // the color of dropdown menu border
var borderSize  = '1'; // the width of dropdown menu border
var itemHeight  = 15;
var xOverlap    = 5;
var yOverlap    = 10;
//#E1E1E1=grau


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
121, // the width of current menu list 
-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 (
'News', 'javascript:NewWindow("./news.html","news","641","420","no","yes","no","no","no")',
'Photos', 'javascript:NewWindow("http://fowi.server101664.byte-gui.de/arcadia301lite/gallery.cgi","photos","680","453","yes","no","no","no","no")',
'Newsletter', 'javascript:NewWindow("./newsletter.html","newsletter","641","280","no","no","no","no","no")',
'Zubehör-Shop', '#',
'Anfrage', 'javascript:NewWindow("./anfrage.html","anfrage","641","453","no","no","no","no","no")',
'Administration', 'http://fowi.server101664.byte-gui.de/html/adminlogin.html target="_blank"'
));

menuContent [1] = new Array ( 
-1, 
-1,
125,
205, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
101, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Forstner´s', '#',
'Der Hof', './derhof1.html',
'Was ist RAI-Reiten ?', './wasistraireiten.html'
));

menuContent [2] = new Array ( 
-1, 
-1,
105,
286, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
101, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Reitpferde', './reitpferde1.html',
'Deck-Hengst', '#',
'Koppel', '#',
'Stallungen', '#',
'Futter', 'javascript:NewWindow("./subjectdienst.html","anfrage","402","453","no","no","no","no","no")'
//'marketing', './kontakt_video.html',
));

menuContent [3] = new Array ( 
-1, 
-1,
105,
351, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
101, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Kinder', '#',
'Erwachsene', '#',
'Ferien', '#',
'Freizeit', '#',
'Reitplatz', '#',
'RAI-Reiten', './wasistraireiten.html',
'Reit-Abzeichen', '#'
));

menuContent [4] = new Array ( 
-1, 
-1,
70,
571, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
101, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Impressum', 'javascript:NewWindow("./impressum.html","anfrage","641","550","no","yes","no","no","no")',
//'Adresse', '#',
'eMail', 'javascript:NewWindow("./anfrage.html","anfrage","641","453","no","no","no","no","no")'
));

menuContent [5] = new Array ( 
2, 
0,
105,
361, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
109, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Quarterhorse', './reitpferde1.html',
'Sunshine', './reitpferde2.html',
'Ebony', './reitpferde3.html',
'Lucky', './reitpferde4.html'
));
