

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-30            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=2               // Only needed for Netcsape 4.x


with(menuStyle=new mm_style()){
onbgcolor="#ebc475";
oncolor="#ff0000";
offbgcolor="#fafafa";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=4;	//Menuhöhe
fontsize="80%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/red.gif";
subimagepadding="2";
overfilter="Fade(duration=0.3);Alpha(opacity=80);Shadow(color='#000000', Direction=135, Strength=7)"; //Schatten
outfilter="randomdissolve(duration=0.5)";
}
with(milonic=new menuname("Main Menu")){
style=menuStyle;
//margin=20;	//Menubreite
top=150;
left=7;
alwaysvisible=1;
orientation="vertikal";
aI("text=;url=");
aI("text=Home;url=http://www.wolfdj.de/index.htm;target=_top;status=zurück zur Quelle");
aI("fontweight=bold;text=Startseite;url=seite_1.htm;target=_self");
aI("fontweight=bold;text=zur Person;showmenu=zur Person;");
aI("fontweight=bold;text=Fotos;showmenu=Fotos;");
aI("fontweight=bold;text=Stichwörter;showmenu=Lexikon;status=Themen und Stichwörter");
aI("fontweight=bold;text=Mix;showmenu=Mix;status=bunt gemischt");
aI("text=Kontakt;showmenu=Kontakt;");

}
with(milonic=new menuname("zur Person")){
style=menuStyle;
//margin=20;	//Menubreite
aI("text=allgemein;url=privat.htm;target=_self");
aI("text=Generationen;url=generationen.htm;target=_self");
aI("text=Luftbild;url=luftbild.htm;target=_self");
}
with(milonic=new menuname("Fotos")){
style=menuStyle;
//margin=20;	//Menubreite
aI("fontweight=bold;text=Rügen/Usedom u.a.;url=f_berichte/seite1.htm;target=_self");
aI("text=BS-T-HGW;showmenu=BS;");
}
with(milonic=new menuname("BS")){
style=menuStyle;
//margin=20;	//Menubreite
aI("text=KFE 81;url=fotos_E81.htm;target=_self");
aI("text=KFE 91;url=fotos_E91.htm;target=_self");
aI("text=KFE 01;url=fotos_E01.htm;target=_self");
aI("text=KFE 11;url=fotos_E11.htm;target=_self");
aI("text=KFE 21;url=fotos_E21.htm;target=_self");
aI("text=Vorstellungen;url=vorstellungen.htm;target=_self");
aI("text=Kfz-Bereich;url=fotos_kfz.htm;target=_self");
}
with(milonic=new menuname("Mix")){
style=menuStyle;
//margin=20;	//Menubreite
aI("fontweight=bold;text=Wetter;url=wetter.htm;target=_self");
aI("fontweight=bold;text=Spiele;url=spiele.htm;target=_self");
aI("text=Testseite;url=testseite.htm;target=_self");
aI("text=Sonstiges;showmenu=Sonstiges;");
}
with(milonic=new menuname("Sonstiges")){
style=menuStyle;
//margin=20;	//Menubreite
aI("text=Software/ Links;url=software.htm;target=_self");
aI("text=Schrauben;url=schrauben.htm;target=_self");
aI("text=Tipps;url=technik.htm;target=_self");
aI("text=nebenbei;url=nebenbei.htm;target=_self");
aI("text=Alkoholtest;url=alkoholtest.htm;");
}
with(milonic=new menuname("Lexikon")){
style=menuStyle;
//margin=20;	//Menubreite
aI("fontweight=bold;text=Lexikon;url=stichwoerter.htm;target=_self");
aI("text=Mechatroniker;showmenu=Mechatroniker;");
aI("text=CAN;url=can.htm;target=_self");
aI("text=Klima;url=klima.htm;target=_self");
aI("text=Navigation;url=navi.htm;target=_self");
aI("text=AMD;url=amd.htm;target=_self;");
aI("text=Tendenzen;url=kfztendenzen.htm;target=_self");
aI("text=Alternativen;url=alternativ.htm;target=_self");
}
with(milonic=new menuname("Mechatroniker")){
style=menuStyle;
//margin=20;	//Menubreite
aI("text=Profil;url=mechatroniker.htm;target=_self");
aI("text=Messen 1;url=messungen_def1.htm;target=_self");
aI("text=Messen 2;url=messungen_def2.htm;target=_self");
aI("text=Messen 3;url=messungen_off.htm;target=_self");
aI("text=Messen 4;url=messungen_on.htm;target=_self");
aI("text=Fehlersuche;url=messungen_test.htm;target=_self");
aI("text=Testaufgaben;url=test.htm;target=_self");
}
with(milonic=new menuname("Kontakt")){
style=menuStyle;
//margin=20;	//Menubreite
aI("text=Mail;url=mail.htm;target=_self;");
}
drawMenus();
