_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=1;
_subOffsetLeft=5;




with(submenuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontweight="bold";
headercolor="#F8F8FF";
offcolor="#000000";
oncolor="#ffffff";
padding=4;
pagecolor="";
subimage="11x9_dotted_green.gif";
subimagepadding=0;
}

with(menuStyle=new mm_style()){
styleid=0;
align="right";
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontweight="bold";
headerbgcolor="#F8F8FF";
headercolor="#cc6699";
image="location1.gif";
imageposition="right";
offcolor="#ffffff";
oncolor="#000000";
overimage="location_on1.gif";
pagecolor="";
}

with(xxx=new menuname("Main Menu")){
alwaysvisible=1;
left=14;
style=menuStyle;
top=30;
aI("status=Home;text=Start;url=\main.htm;");
aI("status=About Me;text=Über Mich;url=\about.htm;");
aI("status=Grading;text=Grading;url=\grad.htm;");
aI("status=Gallery;text=Fotoalbum;url=\galerie/bilder.htm;");
aI("status=Pipes;text=Pfeifen;url=\model.htm");
aI("showmenu=Werkstatt;status=Workshop;text=Werkstatt;url=\werkstatt.htm;");
aI("status=Dealer;text=Händler;url=\dealer.htm");
aI("showmenu=Videos;status=Videos;text=Videos;");
aI("showmenu=Links;status=Links;text=Links;");
aI("showmenu=Gesch;status=Businessrules;text=Geschäftsbedingungen;url=\gesch.htm;");
aI("status=@Mail;text=Kontakt;url=\kontakt.htm;");
aI("status=Disclaimer;text=Impressum;url=\impres.htm;");

}

with(xxx=new menuname("Fotoalbum")){
left="offset=1";
style=submenuStyle;
aI("status=Gallery;text=Fotos;url=/bilder.htm;");

}


with(xxx=new menuname("Pfeifen")){
left="offset=1";
style=submenuStyle;
aI("status=Shop;text=Shop;url=\shop.htm;");




}

with(xxx=new menuname("Werkstatt")){
left="offset=1";
style=submenuStyle;
aI("status=Workflow;text=Fertigung;url=\ fertigung.htm;");

}

with(xxx=new menuname("Links")){
right="offset=1";
style=submenuStyle;
aI("status=Websites;text=Sites;url=\link.htm;");


}


with(xxx=new menuname("Videos")){
left="offset=1";
style=submenuStyle;
aI("status=Videos;text=Deutsch;url=\Windows Media Harkampipe Deutsch.wmv;");
aI("status=Videos;text=Englisch;url=\Windows Media Harkampipe Englisch.wmv;");

}




drawMenus();

