/*
 DHTML Menu version 3.3.19
 Written by Andy Woolley
 Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
 Plase vist http://www.milonic.co.uk/menu or e-mail menu3@milonic.com
  This script featured on Dynamic Drive (http://www.dynamicdrive.com)
 */

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)" // Stop IE5.5 bug when using more than one filter
}



timegap=500
followspeed=5
followrate=40
suboffset_top=10;
suboffset_left=10;

style1=[
"000000",					// Mouse Off Font Color
"BFD1D9",				// Mouse Off Background Color
"000000",				// Mouse On Font Color
"ffffff",				// Mouse On Background Color
"000000",				// Menu Border Color 
13,
"normal",
"normal",
"Arial",
6,						// Menu Item Padding
"abb/nav_arrow.gif",
,						// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"ffffff",				// Current Page Item Font Color (leave this blank to disable)
"DE0000",					// Current Page Item Background Color (leave this blank to disable)
"abb/nav_arrowdn.gif",
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]



addmenu(menu=[
"mainmenu",
75,					// Menu Top - The Top position of the menu in pixels
320,				// 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,
1,
"left",
effect,
,					// 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)
1,					// 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)
,
,
,
,
,
,
,"Home","index.html",,"Home",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Geschichte","geschichte.html",,"Geschichte",1
,"Leistungen&nbsp;&nbsp;","show-menu=leistungen","leistungen.html","",1
,"Fähigkeiten&nbsp;&nbsp;","show-menu=faehigkeiten","faehigkeiten.html","",1
,"Referenzen","referenzen.html",,"Referenzen",1
,"Kontakt&nbsp;&nbsp;","show-menu=kontakt","kontakt.html","",1
])

	
	
	addmenu(menu=["leistungen",,,190,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Datenbankdesign","datenbankdesign.html",,,1
	,"Softwareentwicklung","softwareentwicklung.html",,,1
	,"Unternehmensberatung","unternehmensberatung.html",,,1
	])

	addmenu(menu=["faehigkeiten",,,190,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Hermann Harter","harter.html",,,1
	])


	addmenu(menu=["kontakt",,,170,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Anschrift","kontakt.html",,,1
	,"Kontaktformular","kontaktformular.html",,,1
	])
	
	

dumpmenus()