

//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)}

//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 //

////////////////////////////////////









timegap=500				// The time delay for menus to remain visible

followspeed=5				// Follow Scrolling speed

followrate=40				// Follow Scrolling Rate

suboffset_top=0;			// Sub menu offset Top position 

suboffset_left=-1;			// Sub menu offset Left position



style1=[				// style1 is an array of properties. You can have as many property arrays as you need. 

"FFFFFF",				// Mouse Off Font Color

"4169E1",				// Mouse Off Background Color

"FFFFFF",				// Mouse On Font Color

"3250AD",				// Mouse On Background Color

"C0C0C0",				// Menu Border Color 

11,					// Font Size in pixels

"normal",				// Font Style (italic or normal)

"normal",				// Font Weight (bold or normal)

"Verdana, Arial",			// Font Name

2,					// Menu Item Padding

,					// Sub Menu Image (Leave this blank if not needed)

,					// 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 (Leave this 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

80,					// Menu Top - The Top position of the menu in pixels

0,					// Menu Left - The Left position of the menu in pixels

120,					// Menu Width - Menus width in pixels

1,					// Menu Border Width 

,					// Screen Position - "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)

"left",					// Alignment - menu elements text alignment: left, right or center

"Alpha(style=0,opacity=75)",		// Filter - for transitional s on menu activation - see above for more info

0,					// Follow Scrolling - menu follows down the screen (visible at all times) (1=on/0=off)

0, 					// Horizontal Menu - (1=on/0=off)

,					// Keep menu visible (1=on/0=off)

,					// Position of TOP sub image left:center:right

,					// Set Width of Horizontal Menu to 100% and height to the specified 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

					// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"



," Angebot","show-menu=angebot",,"",1

," Galerie","show-menu=galerie",,"",1

," Firma","show-menu=firma",,"",1

," Ausstellung","ausstellung.html",,,1

," Kontakt","show-menu=kontakt",,"",1

," Tipp's","tipps.html",,,1

])	



	addmenu(menu=["angebot",,,160,1,"",style1,,"left","Alpha(style=0,opacity=65)",,,,,,,,,,,,

	," Installation / Reparatur","reparatur.html",,,1

	," Ablaufreinigung","ablaufreinigung.html",,"",1

	," Boiler entkalken","boiler.html",,"",1

	," Solaranlage","solaranlage.html",,"",1

	," Regenwassernutzung","regenwassernutzung.html",,"",1

	," Wasseraufbereitung","wasseraufbereitung.html",,"",1


	])



	addmenu(menu=["galerie",,,160,1,"",style1,,"left","Alpha(style=0,opacity=65)",,,,,,,,,,,,

	," vorher / nachher","vorher.html",,,1

	," Referenzobjekte","objekte.html",,,1

	])



	addmenu(menu=["firma",,,160,1,"",style1,,"left","Alpha(style=0,opacity=65)",,,,,,,,,,,,

	," Team","team.html",,,1

	," Portrait","portrait.html",,,1

	])

					

	addmenu(menu=["kontakt",,,160,1,"",style1,,"left","Alpha(style=0,opacity=65)",,,,,,,,,,,,

	," Adresse","adresse.html",,"",1

	," Lageplan","lageplan.html",,"",1

	])



dumpmenus()