//Det med rød kan ikke ses


_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=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



with(menuStyle=new mm_style()){
onbgcolor="#ff6600";
oncolor="#000000";
offbgcolor="#ff9900";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=5;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";		//dette skal jeg ikke bruge
headerbgcolor="#ffffff";	//dette skal jeg ikke bruge
subimage="../menu/arrow.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=180, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

//herfra starter menuer og det er her der evt. skal rettes.

with(milonic=new menuname("firmaprofil")){
style=menuStyle;
itemwidth=160;
overflow="scroll";
aI("text=&nbsp;&nbsp;Vores historie;url=../firmaprofil/historie.html;");
aI("text=&nbsp;&nbsp;Miljøpolitik;url=../firmaprofil/miljoe.html;");
aI("text=&nbsp;&nbsp;Vores koncept;url=../firmaprofil/koncept.html;");
aI("text=&nbsp;&nbsp;Initiativpris;url=../firmaprofil/initiativpris.html;");
}

with(milonic=new menuname("produkter")){
style=menuStyle;
itemwidth=160;
overflow="scroll";
aI("text=&nbsp;&nbsp;MOON-CAR;url=../produkter/moon-car.html;");
aI("text=&nbsp;&nbsp;BIG MOON-CAR;url=../produkter/big.html;");
aI("text=&nbsp;&nbsp;MOON-CAR DRESSINE;url=../produkter/dressine.html;");
aI("text=&nbsp;&nbsp;MOON-HARLEY;url=../produkter/harley.html;");
aI("text=&nbsp;&nbsp;MOON-HARLEY TWIN;url=../produkter/twin.html;");
aI("text=&nbsp;&nbsp;MC-TRÆKVOGN;url=../produkter/traekvogn.html;");
aI("text=&nbsp;&nbsp;MC-RUNNER;url=../produkter/runner.html;");
aI("text=&nbsp;&nbsp;MC-anhængere;showmenu=anhaengere;");


}

with(milonic=new menuname("anhaengere")){
style=menuStyle;
itemwidth=160;
overflow="scroll";
aI("text=&nbsp;&nbsp;MC-PERSONANHÆNGER;url=../produkter/anhaenger.html;");
aI("text=&nbsp;&nbsp;MC-STRIDSVOGN;url=../produkter/stridsvogn.html;");
aI("text=&nbsp;&nbsp;MC-TROLLEY;url=../produkter/trolley.html;");
aI("text=&nbsp;&nbsp;MC-SULKY;url=../produkter/sulky.html;");
aI("text=&nbsp;&nbsp;MC-MULTIANHÆNGER;showmenu=multianhaenger;");


}
with(milonic=new menuname("multianhaenger")){
style=menuStyle;
itemwidth=160;
overflow="scroll";
aI("text=&nbsp;&nbsp;MC-GRUNDMODUL;url=../produkter/grundmodul.html;");
aI("text=&nbsp;&nbsp;MC-DUMPER;url=../produkter/dumper.html;");
aI("text=&nbsp;&nbsp;MC-VANDVOGN;url=../produkter/vandvogn.html;");


}

with(milonic=new menuname("salgsinformation")){
style=menuStyle;
itemwidth=160;
overflow="scroll";
aI("text=&nbsp;&nbsp;Alm. salgs- & &nbsp;&nbsp;leveringsbetingelser;url=../salgsinfo/salgsbetingelser.html;");
aI("text=&nbsp;&nbsp;Særlige garantiforhold;url=../salgsinfo/garanti.html;");
aI("text=&nbsp;&nbsp;Vedligehold/renovering;url=../salgsinfo/vedligehold.html;");
aI("text=&nbsp;&nbsp;Download brochurer;url=../salgsinfo/brochurer.html;");
aI("text=&nbsp;&nbsp;Download prisliste;url=../salgsinfo/prisliste.html;");
}

with(milonic=new menuname("forhandlere")){
style=menuStyle;
itemwidth=160;
overflow="scroll";
aI("text=&nbsp;&nbsp;Danmark;url=../forhandlere/danmark.html;");
aI("text=&nbsp;&nbsp;Great Britain;url=../forhandlere/england.html;");
aI("text=&nbsp;&nbsp;Deutschland;url=../forhandlere/tyskland.html;");
aI("text=&nbsp;&nbsp;Sweden;url=../forhandlere/sverige.html;");
aI("text=&nbsp;&nbsp;Norway;url=../forhandlere/norge.html;");
aI("text=&nbsp;&nbsp;Others;url=../forhandlere/andre.html;");
}

with(milonic=new menuname("kontakt")){
style=menuStyle;
itemwidth=160;
aI("text=&nbsp;&nbsp;Kontakt os;url=../kontakt/kontaktos.html;");
aI("text=&nbsp;&nbsp;Kørselsvejledninger;url=../kontakt/koersel.html;");
//aI("text=&nbsp;&nbsp;MC kontakt klub;showmenu=kontaktklub;");
}

//with(milonic=new menuname("kontaktklub")){
//style=menuStyle;
//itemwidth=160;
//aI("text=&nbsp;&nbsp;Ris/ros;url=../kontakt/ros.html;");
//aI("text=&nbsp;&nbsp;Tilbagemelding;url=../kontakt/tilbagemelding.html;");

//}

with(milonic=new menuname("tilbud")){
style=menuStyle;
itemwidth=160;
aI("text=&nbsp;&nbsp;Tilbud;url=../tilbud/tilbud.html;");

}


drawMenus();

