fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#3300CC";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#3300CC";
headercolor="#3300CC";
offbgcolor="#3300CC";
offcolor="#ffffff";
onbgcolor="#ffffff";
oncolor="#3300CC";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#3300CC', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#3300CC";
pagecolor="#ffffff";
separatorcolor="#3300CC";
separatorsize=1;
subimage="";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
top=offset="145";
style=menuStyle;
screenposition="center";
itemwidth="105";
align="center";

aI("text=Etusivulle;url=../index.shtml;");
aI("text=Yhteystiedot;url=../yhteystiedot.shtml;");
aI("showmenu=Tuotteet;text=Tuotteet;");
aI("text=Internet-kauppa;url=http://www.piresmanet.fi;");
aI("showmenu=Tilaukset;text=Tilaukset;");
}



with(milonic=new menuname("Tilaukset")){
style=menuStyle;
aI("text=Tilaajan opas;url=../tilaajanopas.shtml;");
aI("text=Tuotetilaukset;url=../tuotetilaus.shtml;");
aI("text=Esitetilaukset;url=../esitetilaus.shtml;");
}

with(milonic=new menuname("Tuotteet")){
style=menuStyle;
aI("text=Maalit, verkot ja telineet;url=kuvasto_maalitverkot.shtml;");
aI("text=Terveysliikuntapaikka;url=trim_esite.pdf;");
}



drawMenus();


