//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="<scr"+"ipt language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/scr"+"ipt>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above
effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"

timegap=200		// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=4;	// Sub menu offset Top position 
suboffset_left=6;	// Sub menu offset Left position
closeOnClick = true

style1=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"navy",				// Mouse Off Font Color - Schrift Farbe
"ccccff",			// Mouse Off Background Color - Menue Hintergrund Farbe
"ffebdc",			// Mouse On Font Color - Schrift Farbe bei Mouse over
"4b0082",			// Mouse On Background Color - Hintergrund Farbe bei Mouse over
"000000",			// Menu Border Color - Farbe der Umrandung des gesamten Menues
10,				// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
4,				// Menu Item Padding - Menue Hoehe
"arrow.gif",			// Sub Menu Image (Leave this blank if not needed)
,				// 3D Border & Separator bar
"66ffff",			// 3D High Color
"000099",			// 3D Low Color
"Purple",			// Current Page Item Font Color (leave this blank to disable)
"pink",				// Current Page Item Background Color (leave this blank to disable)
"arrowdn.gif",			// Top Bar image (Leave this blank to disable)
"ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
"000099",			// Menu Header Background Color (Leave blank if headers are not needed)
"navy",				// Menu Item Separator Color - Farbe Menue Trennzeichen
]


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
20,				// Menu Top - The Top position of the menu in pixels
200,				// Menu Left - The Left position of the menu in pixels
,				// Menu Width - Menus width in pixels
1,				// Menu Border Width 
,				// 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 - das, was oben definiert wurde
1,				// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,				// Follow Scrolling - Tells the menu item to 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 top to bottom style (1=on/0=off)
,				// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,				// Position of TOP sub image left:center:right
,				// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave 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)
,				// Background image for menu when BGColor set to transparent.
,				// Scrollable Menu
,				// Reserved for future use
,"Home","http://www.distel.ch",,"Zurück zur Startseite",1  // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Frauchen&nbsp;&nbsp;","show-menu=frauchen",,"",1
,"Herrchen&nbsp;&nbsp;","show-menu=herrchen",,"",1
,"Dana&nbsp;&nbsp;","show-menu=dana",,"",1
,"Arco&nbsp;the&nbsp;King&nbsp;&nbsp;","show-menu=arco",,"",1
,"Diverse&nbsp;Links&nbsp;&nbsp;","show-menu=links",,"",1
])

	addmenu(menu=["frauchen",
	,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Email&nbsp;schreiben","mailto:beatrice@distel.ch",,,1
	])
	
		addmenu(menu=["bbilder",
		,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Übersicht","mama/bthumbnails.html",,"",1
		,"unterwegs&nbsp;zum&nbsp;Allalin-1","mama/ballalin1.jpg",,"unterwegs zum Allalin",0
		,"unterwegs&nbsp;zum&nbsp;Allalin-2","mama/ballalin2.jpg",,"unterwegs zum Allalin",0
		,"unterwegs&nbsp;zum&nbsp;Allalin-3","mama/ballalin3.jpg",,"unterwegs zum Allalin",0
		,"Frauchens&nbsp;Auto","mama/bauto.jpg",,"Frauchens Auto",0
		,"auf&nbsp;Molokai","mama/bmolokai.jpg",,"auf Molokai",0
		])

	addmenu(menu=["herrchen",
	,,155,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Bilder","show-menu=rbilder",,"",1
	,"Der&nbsp;Beste&nbsp;Arbeitgeber","http://www.relsen.com",,"Die RELSEN GmbH",1
	,"Email&nbsp;schreiben","mailto:rene@distel.ch",,,1
	])
	
		addmenu(menu=["rbilder",
		,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Übersicht","papa/rthumbnails.html",,"",1
		,"auf Molokai","papa/rmolokai.jpg",,"auf Molokai",0
		])

	addmenu(menu=["dana",
	,,155,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Bilder","show-menu=dbilder",,"",1
	,"Memory mit Dana&nbsp;&nbsp;<img src=news.gif border=0>","dana1/memory/index.html",,"",1
	,"Email&nbsp;schreiben","mailto:dana@distel.ch",,,1
	])
	
		addmenu(menu=["dbilder",
		,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Die neusten Bilder&nbsp;&nbsp;<img src=news.gif border=0>","dana1/dana/danadnb.html",,"",1
		,"Hallo da bin ich","dana1/danahdbi/danahdbi.html",,"",0
		,"Da war ich noch so klein","dana1/danadwinsk/danadwinsk.html",,"",0
                ,"Das Geburtsessen","show-menu=dge",,"",0
                ,"Alles cool","dana1/danaacm/danaacm.html",,"",0
		,"Take it easy","dana1/danatie/danatie.html",,"",0
		,"Meine Mama","dana1/danamm/danamm.html",,"",0
		,"Mein Papeli","dana1/danamp/danamp.html",,"",0
		,"Mein Konkurrent","dana1/danamk/danamk.html",,"",0
		,"Mein Rennwagen","dana1/danamr/danamr.html",,"",0
		,"Mein Zuhause","dana1/danamz/danamz.html",,"",0
		,"Oh happy day","dana1/danaohd/danaohd.html",,"",0
		,"So richtig nett ist's nur ...","dana1/danasrninib/danasrninib.html",,"",0
		,"Wo bleibt das Futter","dana1/danawbdf/danawbdf.html",,"",0
		,"Meine neusten Fortschritte","dana1/danamnf/danamnf.html",,"",0
		])

   			addmenu(menu=["dge",
			,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
                        ,"Die Feier","dana1/danage/danadf/danadf.html",,"",0
                        ,"Die Hauptdarstellerin","dana1/danage/danadh/danadh.html",,"",0
                        ,"Die spezielle Torte","dana1/danage/danadst/danadst.html",,"",0
                        ,"Die Familie","dana1/danage/danaf/danaf.html",,"",0
			])


	addmenu(menu=["arco",
	,,155,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Bilder","show-menu=abilder",,"",1
	,"Email&nbsp;schreiben","mailto:arco@distel.ch",,,1
	])
	
		addmenu(menu=["abilder",
		,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Übersicht","arco/athumbnails.html",,"",1
		,"als ich noch klein war","arco/ajunior.jpg",,"als ich noch klein war",0
		,"hier bin ich aufgewachsen","arco/aaufgewachsen.jpg",,"hier bin ich aufgewachsen",0
		,"Arco in action-1","arco/aiaction1.jpg",,"Arco in action",0
		,"Arco in action-2","arco/aiaction2.jpg",,"Arco in action",0
		,"als Kapitän","arco/akapitaen.jpg",,"als Kapitän",0
		,"ja wo ist es denn?","arco/awoistden.jpg",,"ja wo ist es denn?",0
		,"jetzt noch ein bisschen siesta","arco/asiesta.jpg",,"jetzt noch ein bisschen siesta",0
		])

	addmenu(menu=["links",
	,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Ursi&Rene","http://home.datacomm.ch/ursi_rene",,"Homepage Ursi&René",1
	,"Internet Suche","http://www.google.ch",,"Google Suchmaschine",1
	])

dumpmenus()