
//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files

menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}

effect = ""
timegap=500		// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=1;	// Sub menu offset Top position
suboffset_left=1;	// Sub menu offset Left position

style1=[		// have as many property arrays as you need: menus can have their own style.
"navy",			// Mouse Off Font Color
"",			// Mouse Off Background Color
"navy",			// Mouse On Font Color
"#cc9933",		// Mouse On Background Color
"",			// Menu Border Color
12,			// Font Size in pixels
"normal",		// Font Style (italic or normal)
"bold",			// Font Weight (bold or normal)
"arial,verdana",	// Font Name
7,			// Menu Item Padding
,			// Sub Menu Image
0,			// 3D Border & Separator bar
"",			// 3D High Color
"",			// 3D Low Color
,			// Current Page Item Font Color (leave this blank to disable)
,			// Current Page Item Background Color (leave this blank to disable)
,			// Top Bar image
"",			// Menu Header Font Color (Leave blank if headers are not needed)
"",			// Menu Header Background Color (Leave blank if headers are not needed)
]

style2=[		// have as many property arrays as you need: menus can have their own style.
"navy",			// Mouse Off Font Color
"#ccb233",		// Mouse Off Background Color
"navy",			// Mouse On Font Color
"#cc9933",		// Mouse On Background Color
"",			// Menu Border Color
12,			// Font Size in pixels
"normal",		// Font Style (italic or normal)
"bold",			// Font Weight (bold or normal)
"arial,verdana",	// Font Name
7,			// Menu Item Padding
,			// Sub Menu Image
0,			// 3D Border & Separator bar
"",			// 3D High Color
"",			// 3D Low Color
,			// Current Page Item Font Color (leave this blank to disable)
,			// Current Page Item Background Color (leave this blank to disable)
,			// Top Bar image
"",			// Menu Header Font Color (Leave blank if headers are not needed)
"",			// Menu Header Background Color (Leave blank if headers are not needed)
]

addmenu(menu=[	// This is the array that contains your menu properties and details
"lasermenu",	// Menu Name - This is needed in order for the menu to be called
155,		// Menu Top - The Top position of the menu in pixels
,		// Menu Left - The Left position of the menu in pixels
125,		// Menu Width - Menus width in pixels
0,		// Menu Border Width
"center",	// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,		// Properties Array - this is set higher up, as above
1,		// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"center",	// Alignment - sets the menu elements text alignment, values : left, right or center
effect,		// Filter - Text variable for setting transitional effects on menu activation - see above
0,		// Follow Scrolling - follow the user down the screen (visible at all times) (1=on/0=off)
1, 		// Horizontal Menu - Tells the menu to become horizontal instead of vertical (1=on/0=off)
,		// Keep Alive - Keeps the menu visible until move over another menu or clicks (1=on/0=off)
,		// Position of TOP sub image left:center:right
,		// Set Overall Width of Hor. Menu to 100% and height to the spec. amount (blank to disable)
,		// Right To Left - Used in Hebrew for example. (1=on/0=off)
,		// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,		// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,		// Reserved for future use
,		// Reserved for future use
,		// Reserved for future use
,"<img src=/blanco.gif width=1 height=1 border=0>","#",,,0
,"House&nbsp;of&nbsp;Yachts","show-menu=hoy",,,0
,"Gebrauchtjachten","/de/ingevaren-jachten.php",,,0
,"Dienstleistungen","show-menu=services",,,0
,"Aktuelles","show-menu=nieuws",,,0
,"Kontakt","/de/contact.php",,,0
])

 addmenu(menu=["hoy",
 ,,140,0,"",style2,,"",effect,,,,,,,,,,,,
 ,"House&nbsp;of&nbsp;Yachts", "/de/het-bedrijf.php",,,1
 ,"Wer&nbsp;sind&nbsp;wir", "/de/wie-zijn-wij.php",,,1
 ,"Arbeitsweise","/de/werkwijze-kopen.php",,,1
 ])

 addmenu(menu=["services",
 ,,140,0,"",style2,,"",effect,,,,,,,,,,,,
 ,"Beratung", "/de/advies.php",,,1
 ,"Versicherung", "/de/verzekering.php",,,1
 ,"Hypothek", "/de/hypotheek.php",,,1
 ,"Taxierung", "/de/taxatie.php",,,1
 ,"Überprüfung", "/de/keuring.php",,,1
 ,"Wartung", "/de/onderhoud.php",,,1
 ,"Überführung", "/de/transport.php",,,1
 ])

 addmenu(menu=["nieuws",
 ,,140,0,"",style2,,"",effect,,,,,,,,,,,,
 ,"Aktuelles", "/nieuws/de.php",,,1
// ,"Nieuwsbrieven", "/de/nieuwsbrieven.php",,,1
 ,"Partner", "/de/partners.php",,,1
 ])


dumpmenus()

