// 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=200					// The time delay for menus to remain visiblefollowspeed=5				// Follow Scrolling speedfollowrate=20				// Follow Scrolling Ratesuboffset_top=-2;			// Sub menu offset Top position suboffset_left=-1;			// Sub menu offset Left positioneffect = "fade(duration=0.1);)" // works only for IE5.5 and abovestyle1=[						// style1 is an array of properties. Menus can have their own style"FFFFFF",					// Mouse Off Font Color"8B0012",					// Mouse Off Background Color"FFFFFF",					// Mouse On Font Color"8B0012",					// Mouse On Background Color"CCCCCC",					// Menu Border Color10,							// Font Size"normal",					// Font Style "normal",					// Font Weight"Verdana,Arial,Helvetica",	// Font Name2,							// Menu Item Padding,							// Sub Menu Image (Leave blank if not needed),							// 3D Border & Separator bar,							// 3D High Color,							// 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)]style2=[						// style2 is an array of properties. Menus can have their own style"FFFFFF",					// Mouse Off Font Color"999999",					// Mouse Off Background Color"FFFFFF",					// Mouse On Font Color"8B0012",					// Mouse On Background Color"CCCCCC",					// Menu Border Color10,							// Font Size"normal",					// Font Style "normal",					// Font Weight"Verdana,Arial,Helvetica",	// Font Name2,							// Menu Item Padding,							// Sub Menu Image (Leave blank if not needed),							// 3D Border & Separator bar,							// 3D High Color,							// 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159,						// Menu Top - The Top position of the menu in pixels79,							// Menu Left - The Left position of the menu in pixels161, 						// 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,							// 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,"IKB","show-menu=ikb",,"",0	// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar","Dienstleistungen","show-menu=dienstleistungen",,"",0,"Referenzen","show-menu=referenzen",,"",0,"Kontakt","/04_kontakt.html",,"",0,"Aktuell","show-menu=aktuell",,"",0])addmenu(menu=["IKB",,,161,1,"",style2,,"left",effect,,,,,,,,,,,,,"Credo","/01_credo.html",,,1,"Firma","/01_firma.html",,,1,"Team","/01_team.html",,,1])addmenu(menu=["Dienstleistungen",,,161,1,"",style2,,"left",effect,,,,,,,,,,,,,"BOM","/021_objekt.html",,,1,"Arbeitsplatzgestaltung","/022_aplatz.html",,,1,"Raumkonzept","/023_raumkonzept.html",,,1,"Beschaffungslogistik","/024_beschaffung.html",,,1,"Umzugsmanagement","/025_umzug.html",,,1])addmenu(menu=["Referenzen",,,161,1,"",style2,,"left",effect,,,,,,,,,,,,,"Kunden","/03_kunden.html",,,1,"Projektauswahl","/03_projekte.html",,,1])addmenu(menu=["Aktuell",,,161,1,"",style2,,"left",effect,,,,,,,,,,,,,"Newsletter","/de/newsletter/index.php",,,1,"News","/de/aktuelles/index.php",,,1,"Jobs","/de/jobs/index.php",,,1])//////////////////////////////////// Editable properties END here ////////////////////////////////////dumpmenus() // This must be the last line in this file