


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=10                // 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="#999999";
oncolor="#000000";
offbgcolor="#B1AFAF";
offcolor="#000000";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=4;
fontsize="75%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#B1AFAF";
headercolor="#B1AFAF";
headerbgcolor="#B1AFAF";
high3dcolor="#B1AFAF";
subimage="pics/sub.jpg";
subimagepadding="2";
overfilter="Fade(duration=0.0);Alpha(opacity=100);Shadow(color='#000000', Direction=125, Strength=6)";
outfilter="randomdissolve(duration=0.2)";
}


with(milonic=new menuname("Yritys")){
style=menuStyle;
itemwidth="155";
overflow="scroll";
aI("text=Tietoa meistä;url=tietoa.htm;status=Tietoa meistä;");
aI("text=Yhteystiedot;url=yhteys.htm;status=Yhteystiedot;");
}

with(milonic=new menuname("Tuotteet")){
style=menuStyle;
itemwidth="155";
aI("text=Tieteis- ja opiskelulaskimet;url=tieteis.htm;status=Tieteis- ja opiskelulaskimet;");
aI("text=Graafiset laskimet;url=graafiset.htm;status=Graafiset laskimet;");
aI("text=Euro -laskimet;url=euro.htm;status=Euro -laskimet;");
aI("text=Pienlaskimet;url=pien.htm;status=Pienlaskimet;");
aI("text=Pöytälaskimet;url=poyta.htm;status=Pöytälaskimet;");
aI("text=Vernier -välineet;url=http://www.vernier.fi;status=Vernier -välineet;");
aI("text=Muut tuotteet;url=muut.htm;status=Muut tuotteet;");
aI("text=Laskimen valintaopas;url=oppaat/Laskinvalintaopas.pdf;status=Laskimen valintopas;target=blank;");
}

with(milonic=new menuname("Linkit")){
style=menuStyle;
itemwidth="155";
aI("text=Jälleenmyyjät;url=myyjalnk.htm;status=Jälleenmyyjät;");
aI("text=Tietoa opettajille ja oppilaille;url=opelnk.htm;status=Tietoa opettajille ja oppilaille;");
aI("text=Texas Instruments opetusteknologia;url=tilnk.htm;status=Texas Instruments opetusteknologia;");
}

with(milonic=new menuname("Kauppa")){
style=menuStyle;
itemwidth="155";
aI("text=TI - verkkokauppa;url=kauppa/index.php;status=Laskentaväline Oy:n verkkokauppa;");
aI("text=Vernier -verkkokauppa;url=http://www.vernier.fi;status=Vernier -mittauslaitteiden verkkokauppa;");

}


drawMenus();

