
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)
}
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
effect = "Shadow(color='#777777', Direction=135, Strength=5)"
}
timegap=500				// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=10;		// Sub menu offset Top position
suboffset_left=10;		// Sub menu offset Left position
style1=[				// style1 is an array of properties.
"222222",				// Mouse Off Font Color - navy
"F2D8CB",				// Mouse Off Background Color - CBCB97
"ffebdc",				// Mouse On Font Color
"DB281F",				// Mouse On Background Color - 9EA985
"000000",				// Menu Border Color
12,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
4,						// Menu Item Padding
"images/arrow.gif",		// Sub Menu Image (Leave this blank if not needed
,						// 3D Border & Separator bars
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"",						// Current Page Item Font Color (leave this blank to disable)
"",						// Current Page Item Background Color (leave this blank to disable)
"images/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 needed
]
addmenu(menu=[    		// This is the array that contains your menu properties details
"mainmenu",				// Menu Name - This is needed in order for the menu to be calle
15,						// Menu Top - The Top position of the menu in pixels
"offset=70",			// Menu Left - The Left position of the menu in pixels
190,					// Menu Width - Menus width in pixels
1,						// Menu Border Width
"left",				// Screen Position "center;left;right;middle;top;bottom" 
style1,					// Properties Array - this is set higher up, as above
1,						// Always Visible -  at all time (1=on/0=off)
"left",					// Alignment - sets the menu elements text alignment,
effect,					// Filter - Text variable for setting transitional effects on
,						// Follow Scrolling -   (1=on/0=off)
0, 						// Horizontal Menu -  bottom style (1=on/0=off)
,						// Keep Alive -  (1=on/0=off)
,						// Position of TOP sub image left:center:right
,		                // Overall Width of Horizontal Menu
,						// Right To Left - Used. (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

,"Home","show-menu=home",,"",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Wir über uns","show-menu=firmenprofil",,"",0
,"Produkte","show-menu=produkte",,"",0
,"Service","show-menu=service",,"",0
,"Impressum","show-menu=impressum",,"",0
,"Kontakt","show-menu=kontakt",,"",0
,"Author","show-menu=other",,"",0

])

addmenu(menu=["home",,,155,1,"",style1,,"center",effect,,,,,,,,,,,,
,"Startseite","index.html",,,0

])

addmenu(menu=["firmenprofil",,,155,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Geschäftsleitung","geschaeftsleitung.html",,,0
,"Kontakt-Formular","kontakt-formular.html",,,0
])

/*
addmenu(menu=["firmenprofil",,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Geschäftsleitung","geschaeftsleitung.html",,,0
,"Kontakt-Formular","kontakt-formular.html",,,0
])
*/

addmenu(menu=["hauptaufgaben",,,155,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Verkehrstechnik","verkehrstechnik.html",,,0
,"Werbetechnik","werbetechnik.html",,,0
,"Arbeitsschutz","arbeitsschutz.html",,,0	
])


addmenu(menu=["produkte",,,155,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Werbetechnik","werbetechnik.html",,,0
,"Textil-/Transferdruck","textil-transferdruck.html",,,0
,"Verkehrstechnik","show-menu=verkehrszeichen",,,0 
,"Arbeitsschutz","arbeitsschutz.html",,,0
,"Kommunalbedarf","kommunalbedarf.html",,,0
/*
,"Leit- u. Absperrsysteme","#",,,0
,"Warn- u. Sicherheitskennzeichen","#",,,0
,"Fahrzeugbeschriftung","#",,,0
,"Arbeitsschutz","arbeitsschutz.html",,,0
*/
])

addmenu(menu=["verkehrszeichen",,,155,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Verkehrszeichen","verkehrszeichen.html",,,0
,"Straßennamenschilder","strassennamen.html",,,0
,"Befestigungstechnik / Aufstellvorrichtung","befestigungstechnik.html",,,0	
])


addmenu(menu=["impressum",,,155,1,"",style1,,"",effect,,,,,,,,,,,,
,"Impressum", "impressum.html",,,0
,"Kontakt", "kontakt-formular.html",,,0
])

addmenu(menu=["kontakt",,,155,1,"",style1,,"",effect,,,,,,,,,,,,
,"Anschrift", "anschrift.html",,,0
,"E-Mail Kontakt", "email-kontakte.html",,,0
,"Kontakt-Formular", "kontakt-formular.html",,,0
])

addmenu(menu=["service",,,155,1,"",style1,,"",effect,,,,,,,,,,,,
/*,"Download", "download.html",,,0*/
,"Anfahrt", "anfahrt.html",,,0
,"Suchen", "suchen.html",,,0
])

addmenu(menu=["Other",,,155,1,,style1,0,"left","randomdissolve(duration=0.5);Shadow(color='#999999', Direction=135, Strength=5)",0,,,,,,,,,,,
,"Authors Web-Site","http://www.ebrieg.com target=_blank",,"EBRIEG Web/Grafik/Design",0
])

dumpmenus()
