_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=-10            // 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="#B8B8B8";
oncolor="#ffffff";
offbgcolor="#b2bf09";
offcolor="#353535";
bordercolor="#767676";
borderstyle="solid";
borderwidth=1;
separatorcolor="#767676";
separatorsize="1";
padding=3;
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#b8b8b8";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=2)";
outfilter="randomdissolve(duration=1)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=90;
menuwidth="850px";
left=0;
menualign="center";
alwaysvisible=1;
orientation="horizontal";
followscroll="1";

aI("text=Hem;url=http://www.abax.se;status=Back To Home Page;");
aI("text=Om oss;showmenu=oss;");
aI("text=Produkter;showmenu=produkter;");
aI("text=Service;url=http://www.abax.se/service.html;");
aI("text=Referenser;showmenu=ref;");
aI("text=Kontakt;url=http://www.abax.se/contact.html;");

}

with(milonic=new menuname("oss")){
style=menuStyle;
overflow="scroll";
aI("text=Företaget;url=http://www.abax.se/company.html;");
aI("text=Miljö/Kvalitet;url=http://www.abax.se/envire.html;");
aI("text=Här finns vi;url=http://www.abax.se/map.html;");
}

with(milonic=new menuname("produkter")){
style=menuStyle;
aI("text=Nyheter;url=http://www.abax.se/news.html;");
aI("text=Branddörrar;url=http://www.abax.se/fire.html;");
aI("text=Säkerhetsdörrar;url=http://www.abax.se/saftey.html;");
aI("text=Entrepartier;showmenu=entre;");
aI("text=Glaspartier;url=http://www.abax.se/glas.html;");
aI("text=Skjutdörrar;url=http://www.abax.se/slidedoor.html;");
aI("text=Rulljallusier;url=http://www.abax.se/gates.html;");
aI("text=Övriga säkerhetsprodukter;url=http://www.abax.se/remain.html;");
}

with(milonic=new menuname("entre")){
style=menuStyle;
aI("text=Aluminium;url=http://www.abax.se/entre_alu.html;");
aI("text=Stål;url=http://www.abax.se/entre_steel.html;");
}


with(milonic=new menuname("ref")){
style=menuStyle;
aI("text=Entrepartier;showmenu=refentre;");
aI("text=Glaspartier;url=http://www.abax.se/ref_glas.html;");
aI("text=Skjutdörrar;url=http://www.abax.se/ref_slidedoor.html;");
aI("text=Rulljalusier;url=http://www.abax.se/rulljalusier.html;");
}

with(milonic=new menuname("refentre")){
style=menuStyle;
aI("text=Aluminium;url=http://www.abax.se/ref_entrealu.html;");
aI("text=Stål;url=http://www.abax.se/ref_entresteel.html;");
}

drawMenus();
