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

timegap=500
followspeed=5
followrate=40
suboffset_top=10;
suboffset_left=10;
effect = "fade(duration=0.3);Shadow(color='#777777', Direction=135, Strength=5)"
function openwin(url)
{
	nwin=window.open(url, "nwin",config="scrollbars=yes,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,");
	nwin.focus();
}

prop1=[						// prop1 is an array of properties you can have as many property arrays as you need
"ffffff",					// Off Font Color
"800000",					// Off Back Color
"800000",					// On Font Color
"ffffff",					// On Back Color
"900000",					// Border Color
11,							// Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"Verdana,Tahoma,Helvetica",	// Font
5,							// Padding
"images/arrow.gif",				// Sub Menu Image
,							// 3D Border & Separator
,					// 3D High Color
,					// 3D Low Color
,					// Referer item Font Color (leave this blank to disable)
,					// Referer item Back Color (leave this blank to disable)
]

addmenu(menu=["menu1",				// This is the array that contains your menu properties and details
0,					// Top
306,					// left
97,				// Width
1,					// Border Width
"",			// Screen Position - here you can use "center;middle;right"
prop1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time
"center",			// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
,					// Filter - Text variable for setting transitional effects on menu activation
,					// Follow Scrolling - Tells the menu item to follow the user down the screen
1,,,,,,,,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,					// Position of sub image left:center:right:middle:top:bottom
,					// Show an image on top menu bars indicating a sub menu exists below
,					// Reserved for future use


"Home","index.html","","",1, // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"Produkte","show-meny=prod","","",1,
"Services","show-meny=ser","","",1,
"Kontakt","kontakt.html",,,1
])
addmenu(menu=["prod",
		,,180,1,"",prop1,,"left",effect,,,,,,,,,,,,,
		"Laser Distanzmessgeräte","show-menu=ld","laser-distanzmessgerate.html",,1,
		"Innenausbaulaser","show-menu=ib",,,1,
		"Stative","show-menu=st",,,1
		])
addmenu(menu=["ld",
		,,120,1,"",prop1,,"left",effect,,,,,,,,,,,,,
		"DISTO A3","disto-a3.html",,,1,
		"DISTO A5","disto-5a.html",,,1,
		"DISTO plus","disto-plus.html",,,1,
		"DISTO classic 5A","disto-classic-5a.html",,,1,
		"DISTO special","disto-special.html",,,1,
		"Zubehör","zubehor.html",,,1			
		])
addmenu(menu=["ib",
		,,120,1,"",prop1,,"left",effect,,,,,,,,,,,,,
		"PLS2","pls-2.html",,,1,
		"PLS3","pls-3.html",,,1,
		"PLS5","pls-5.html",,,1,
		"PLS5x","pls-5x.html",,,1,
		"PLS360","pls-360.html",,,1,
		"Zubehör","zubehor.html",,,1			
		])
addmenu(menu=["st",
		,,120,1,"",prop1,,"left",effect,,,,,,,,,,,,,
		"Stativ FRIEND III","stativ-friend-3.html",,,1			
		])
addmenu(menu=["ser",
		,,150,1,"",prop1,,"left",effect,,,,,,,,,,,,,
		"Technische Beratung","beratung.html",,,1,
		"Reparaturservice","reparatur.html",,,1
		])
dumpmenus()

