fixMozillaZIndex=true;
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=10             // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=3               // Sub menu top offset
_subOffsetLeft=-3             // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#00FF00";
oncolor="#003063";
offbgcolor="#1d57c7";
offcolor="#FFFF00";
bordercolor="#003063";
borderstyle="solid";
borderwidth=2;
separatorcolor="#e7e7ef";
separatorsize="3";
padding=1;
fontsize="12px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=85);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(submenuStyle=new mm_style()){
onbgcolor="#00FF00";
oncolor="#003063";
offbgcolor="#1d57c7";
offcolor="#ffff00";
bordercolor="#003063";
borderstyle="solid";
borderwidth=2;
separatorcolor="#e7e7ef";
separatorsize="1";
padding=1;
fontsize="12px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="images/tarrow.gif";
//subimagepadding="2";
overfilter="Fade(duration=0.8);Alpha(opacity=85);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Menu0")){
style=menuStyle;top=5;left=5;alwaysvisible=1;orientation="vertical";
aI("text=&nbsp;Nyheder&nbsp;;url=nyheder.html");
aI("text=&nbsp;Amatør Astronomi&nbsp;;target=indhold;url=astro.html");
aI("text=&nbsp;Fiskeri&nbsp;;showmenu=Menufisk;");
aI("text=&nbsp;RC Helikopter&nbsp;;url=./helikopter/helikopter.html");
aI("text=&nbsp;Have&nbsp;;showmenu=Menuhav;");
aI("text=&nbsp;Hus&nbsp;;target=indhold;url=hus.html");
//aI("text=&nbsp;Hus&nbsp;;url=./hus/hus.html");
//aI("text=&nbsp;Modelbiler&nbsp;;url=./modelbiler/index.html");
aI("text=&nbsp;Links&nbsp;&nbsp;;url=links.html");
aI("text=&nbsp;Information&nbsp;;url=info.html");
//aI("text=&nbsp;Gæstebog&nbsp;;target=ps_main;url=http://www.psky.dk/gbog/gbog.php");
aI("text=&nbsp;Milonic&nbsp;;target=_blank;url=http://www.milonic.com/");
};

with(milonic=new menuname("Menuhav")){
style=submenuStyle;
aI("text=&nbsp;Blomster&nbsp;;target=ps_main;url=./have/have.html");
aI("text=&nbsp;Vand&nbsp;;target=ps_main;url=./have/fisk/fisk.html");
};

with(milonic=new menuname("Menufisk")){
style=submenuStyle;
aI("text=&nbsp;2006&nbsp;;target=ps_main;url=./fisketur/fisketur.html");
aI("text=&nbsp;2008&nbsp;;target=ps_main;url=./fisketur/fisketur2.html");
aI("text=&nbsp;2010&nbsp;;target=ps_main;url=./fisketur/fisketur3.html");
};


drawMenus();
