// The following line is critical for menu operation, and must appear only once.
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)}
//Please leave the above line intact. The above also needs to be enabled.

////////////////////////////////////

timegap=500					// The time delay for menus to remain visible
followspeed=5				// Follow Scrolling speed
followrate=20				// Follow Scrolling Rate
suboffset_top=0;				// Sub menu offset Top position 
suboffset_left=-2;			// Sub menu offset Left position

effect = "fade(duration=0.3);)" // works only for IE5.5 and above

style1=[					// style1 is an array of properties. Menus can have their own style
"808080",					// Mouse Off Font Color
"ffffff",					// Mouse Off Background Color
"696969",					// Mouse On Font Color
"F5F5F5",					// Mouse On Background Color
"C0C0C0",					// Menu Border Color
10,						// Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"Verdana,Arial,Helvetica",		// Font Name
2,						// Menu Item Padding
"images/arrow_w.gif",			// Sub Menu Image (Leave blank if not needed)
0,						// 3D Border & Separator bar
"66ffff",					// 3D High Color
"000099",					// 3D Low Color
,						// Referer Item Font Color (leave blank to disable)
,						// Referer Item Background Color (leave blank to disable)
,						// Top Bar image (Leave blank to disable)
,						// 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
"mainmenu",					// Menu Name - This is needed in order for the menu to be called
5,						// Menu Top - The Top position of the menu in pixels
80,						// Menu Left - The Left position of the menu in pixels
102,						// Menu Width - Menus width in pixels
1,						// Menu Border Width 
,						// Screen Position - here you can use "center;left;right;middle;top;bottom" 
style1,					// Properties Array - this is set higher up, as above
1,						// Always Visible - allows the menu item to be visible at all time
"left",					// Alignment - sets the menu elements text alignment, valid here: left, right, center
,						// Filter - Text variable for setting transitional effects on menu activation		
,						// Follow Scrolling
1, 						// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style
,						// Keep Alive - Keeps the menu visible until the user moves over another menu

"right",					// Position of TOP sub image left:center:right
,							// Type of menu use "form" or blank
,							// Right To Left - Used in Hebrew for example.
,							// Open the Menus OnClick - leave blank for OnMouseover
,							// Menu Header Text (only works on Vertical menus)
,							// Reserved for future use
,							// Reserved for future use
,							// Reserved for future use

,"English","../e/home.html",,"",0		// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Reservation","reservation.html",,"",0
,"Preise","preise.html",,"",0
,"Kontakt","show-menu=kontakt",,,1
,"Bilder","pics.html",,"",0
,"Virtuelle Tour","vr_aussen.html",,"",0
,"Links","weblinks.html",,"",0
,"Home","home.html",,"",0
])

addmenu(menu=["Kontakt",,,102,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Adresse","kontakt.html",,"",0
,"Anfahrtsplan","plan.html",,"",0
,"Feedback","feedback.html",,"",0
])



//////////////////////////////////
// Editable properties END here //
//////////////////////////////////
dumpmenus() // This must be the last line in this file