_menuCloseDelay=500 
_menuOpenDelay=150 
_subOffsetTop=5 
_subOffsetLeft=0 
with(menuStyle1=new mm_style()){ 
onbgcolor='#F7CA40'; 
oncolor='#ffffff'; 
offbgcolor='#CAE6FF'; 
offcolor='#000000'; 
bordercolor=''; 
borderstyle=''; 
borderwidth=0; 
separatorcolor='#C8CBCA'; 
separatorsize='0'; 
padding=2; 
fontsize='70%'; 
fontstyle=''; 
fontfamily=''; 
subimage=''; 
bgimage='';
subimagepadding='0'; 
} with(menuStyle=new mm_style()){ 
onbgcolor='#663366'; 
oncolor='#FFFFFF'; 
offbgcolor='#666699'; 
offcolor='#CCCCFF'; 
borderstyle=''; 
borderwidth=1; 
separatorsize='1'; 
padding=5; 
fontsize='60%'; 
itemwidth='100';
itemheight='10';
align='Center';
fontstyle='Normal'; 
fontweight='Normal'; 
fontfamily='Verdana'; 
subimage='dynamicdata/images/newarrow.gif'; 
subimagepadding='2'; 
bordercolor='#663333'; 
separatorcolor='#C8CBCA'; 
bgimage='';
} 


with(sat=new menuname('8')){ style=menuStyle; aI('text=Impressum;url=dynamicdata/Impressum.aspx;status=Impressum;');} with(sat=new menuname('1')){ style=menuStyle; aI('text=Historie;url=dynamicdata/Historie.aspx;status=Historie;');aI('text=Erfahrung;url=dynamicdata/Erfahrung.aspx;status=Erfahrung;');aI('text=Leistungsspektrum;url=dynamicdata/Spektrum.aspx;status=Leistungsspektrum;');aI('text=Schulungen/ Coaching;url=dynamicdata/Coaching.aspx;status=Schulungen/ Coaching;');aI('text=Partner;url=dynamicdata/Weiteres.aspx;status=Partner;');} drawMenus();
