

_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=6)"; //Schatten
outfilter="randomdissolve(duration=0.5)";
}
with(milonic=new menuname("Main Menu")){
style=menuStyle;
//margin=20;	//Menubreite
top=150;
left=10;
alwaysvisible=1;
orientation="vertikal";
aI("text=Home;url=http://www.wolfdj.de/;target=_top;status=zurück zur index-Seite");
aI("text=Karte;url=seite1.htm;target=_self;");
aI("text=Festland;showmenu=Festland;status=Bilder vom Festland");
aI("text=Rügen;showmenu=Rügen;status=Bilder von der Insel Rügen");
aI("text=Usedom;showmenu=Usedom;status=Bilder von der Insel Usedom");
}
with(milonic=new menuname("Festland")){
style=menuStyle;
//margin=20;	//Menubreite
aI("text=Hanshagen;url=hhg.htm;target=_self;");
aI("text=Karbower Wald;showmenu=karbow;status=Karbower Wald;");
aI("text=Wieck/ Eldena;url=wieck.htm;target=_self;");
aI("text=Katzow;url=katzow.htm;target=_self;");
aI("text=Lubmin;url=lubmin.htm;target=_self;");
aI("text=Prerow;url=prerow.htm;target=_self;");
aI("text=Wolgast;url=wolgast.htm;target=_self;");
aI("text=Freest;url=freest.htm;target=_self;");
aI("text=Stralsund;url=hst.htm;target=_self;");
aI("text=Stahlbrode;url=stahlbrode.htm;target=_self;");
aI("text=andere;showmenu=andere;status=Hanshagen;");
}
with(milonic=new menuname("Rügen")){
style=menuStyle;
//margin=20;	//Menubreite
aI("text=Rügen kurz;url=f_ruegen.htm;target=_self;");
aI("text=Arkona;url=arkona.htm;target=_self;");
aI("text=Putbus;url=putbus.htm;target=_self;");
aI("text=Lauterbach;url=lauterbach.htm;target=_self;");
aI("text=Granitz;url=granitz.htm;target=_self;");
aI("text=Prora;url=prora.htm;target=_self;");
aI("text=Hiddensee;url=hidden1.htm;target=_self;");
aI("text=Wissower Klinken;url=wissowerK.htm;target=_self;");
aI("text=Rügenpark Gingst;url=gingst.htm;target=_self;");
aI("text=Lieschow;url=lieschow.htm;target=_self;");
}
with(milonic=new menuname("Usedom")){
style=menuStyle;
//margin=20;	//Menubreite
aI("text=Usedom kurz;url=f_usedom.htm;target=_self;");
aI("text=Damerow;url=damerow.htm;target=_self;");
aI("text=Peenemünde;url=peenemuende.htm;target=_self;");
aI("text=Gnitz;url=gnitz.htm;target=_self;");
aI("text=Karnin;url=karnin.htm;target=_self;");
aI("text=Pudagla;url=pudagla.htm;target=_self;");
aI("text=Trassenheide;url=trassenheide.htm;target=_self;");
aI("text=Ruden;url=ruden.htm;target=_self;");
aI("text=Greifswalder Oie;url=oie.htm;target=_self;");
aI("text=Streckelsberg (Koserow);url=koserow.htm;target=_self;");
aI("text=Ueckeritz;url=ueckeritz.htm;target=_self;");
aI("text=Zinnowitz;url=zinnowitz.htm;target=_self;");
}
with(milonic=new menuname("andere")){
style=menuStyle;
//margin=20;	//Menubreite
aI("text=Findlingspark;url=foto_galerie1.htm;target=_self;status=Findlingspark Boxberg/ Nochten (Sa.)");
aI("text=Görlitz;url=foto_galerie2.htm;target=_self;status=Bilder der Altstadt von Görlitz (Sa.)");
}
with(milonic=new menuname("karbow")){
style=menuStyle;
//margin=20;	//Menubreite
aI("text=Karbower Wald;url=karbow.htm;target=_self;status=Jägerhof - Jagdkrug - Wrangelsburg");
aI("text=Wege;url=karbow_w.htm;target=_self;status=Impressionen");
aI("text=Karbower Schloss;url=karbow_s.htm;target=_self;status=ehemaliges Jagdschloss");
}
drawMenus();
