_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

pfad="http://www.trioartemis.ch";

with(menuStyle=new mm_style()){
borderwidth=0;		
}

with(menuStyle2=new mm_style()){
offcolor="#5C5A5B";						
oncolor="#000000";						
onbgcolor="#EEEEEE";						
offbgcolor="#EEEEEE";					
bordercolor="#D9D8D4";					
borderstyle="solid";						
borderwidth=1;		
separatorcolor="#D9D8D4";
separatorsize="1";
padding=4;
fontstyle="normal";
fontweight="bold";
fontsize="10px";
fontfamily="Verdana, Tahoma, Arial";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage=pfad+"/css/pfeil.gif";
subimagepadding="5";
overfilter="Alpha(style=0,opacity=80); filter:alpha(opacity=80); -moz-opacity: 80%;";
}

with(milonic=new menuname("steckbrief")){
style=menuStyle2;
overflow="scroll";
itemwidth="110";
left="offset=10";
aI("text=Steckbrief;url="+pfad+"/d/steckbrief.html;");
aI("text=Katja Hess;url="+pfad+"/d/steckbrief_katja.html;");
aI("text=Bettina Macher;url="+pfad+"/d/steckbrief_bettina.html;");
aI("text=Myriam Ruesch;url="+pfad+"/d/steckbrief_myriam.html;");
aI("text=Felicitas Strack;url="+pfad+"/d/steckbrief_felicitas.html;");
}

with(milonic=new menuname("konzerte")){
style=menuStyle2;
overflow="scroll";
itemwidth="110";
left="offset=10";
aI("text=2010;url="+pfad+"/d/konzerte_2010.php;");
aI("text=2009;url="+pfad+"/d/konzerte_2009.php;");
aI("text=2008;url="+pfad+"/d/konzerte_2008.php;");
aI("text=2007;url="+pfad+"/d/konzerte_2007.php;");
aI("text=2006;url="+pfad+"/d/konzerte_2006.php;");
aI("text=2005;url="+pfad+"/d/konzerte_2005.html;");
aI("text=2004;url="+pfad+"/d/konzerte_2004.html;");
aI("text=2003;url="+pfad+"/d/konzerte_2003.html;");
}
				
with(milonic=new menuname("repertoire")){
	style=menuStyle2;
	overflow="scroll";
	left="offset=10";
	aI("text=Repertoire;url="+pfad+"/d/repertoire.html;");
	aI("text=Diverse Bearbeitungen / Salonstücke;url="+pfad+"/d/repertoire_diverse.html;");
	aI("text=Spezielle Konzertprogramme;url="+pfad+"/d/spez_konzertprogramme.html;");
}
		
drawMenus();


	