_menuCloseDelay=150           // 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=50                // Follow scrolling Rate
_subOffsetTop=2               // Sub menu top offset
_subOffsetLeft=-2            // 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="LemonChiffon";
oncolor="#003366";
offbgcolor="CornflowerBlue";
offcolor="#003366";
bordercolor="#003366";
borderstyle="solid";
borderwidth=1;
separatorcolor="black";
separatorsize="1";
padding=3;
fontsize="12";
fontstyle="normal";
fontfamily="Verdana, Arial";
pagecolor="purple";
pagebgcolor="pink";
headercolor="#ffcc99";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(chsStyle=new mm_style()){
onbgcolor="#ff8429";
oncolor="white";
offbgcolor="black";
offcolor="white";
bordercolor="#003366";
borderstyle="solid";
borderwidth=1;
separatorcolor="black";
separatorsize="1";
padding=3;
fontsize="12";
fontstyle="normal";
fontfamily="Verdana, Arial";
pagecolor="purple";
pagebgcolor="pink";
headercolor="#ff8429";
headerbgcolor="#ffcc99";
subimage="images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("fp")){
style=menuStyle;
aI("text=<img border=1 src=images/csdlogo.jpg width=100 height=100><br>Fords Prairie;type=header;align=center;");
aI("text=1620 Harrison Avenue;");
aI("text=Centralia, WA  98531;");
aI("text=(360)330-7633;");
aI("text=David Roberts, Principal;");
}
with(milonic=new menuname("csd")){
style=menuStyle;
aI("text=<img border=1 src=images/csdlogo.jpg width=100 height=100><br>District Office;type=header;align=center;");
aI("text=2320 Borst Avenue;");
aI("text=Centralia, WA  98531;");
aI("text=(360)330-7600;");
aI("text=Steve Bodnar, Superintendent;");
}
with(milonic=new menuname("ed")){
style=menuStyle;
aI("text=<img border=1 src=images/csdlogo.jpg width=100 height=100><br>Edison;type=header;align=center;");
aI("text=607 H Street;");
aI("text=Centralia, WA  98531;");
aI("text=(360)330-7631;");
aI("text=Neal Kirby, Principal;");
}
with(milonic=new menuname("oak")){
style=menuStyle;
aI("text=<img border=1 src=images/csdlogo.jpg width=100 height=100><br>Oakview;type=header;align=center;");
aI("text=201 East Oakview Av;");
aI("text=Centralia, WA  98531;");
aI("text=(360)330-7638;");
aI("text=David Carthum, Principal;");
}
with(milonic=new menuname("tran")){
style=menuStyle;
aI("text=<img border=1 src=images/csdlogo.jpg width=100 height=100><br>Transportation Co-op;type=header;align=center;");
aI("text=1119 West Chestnut;");
aI("text=Centralia, WA  98531;");
aI("text=(360)330-7628;");
aI("text=Lionel Pinn, Supervisor;");
}
with(milonic=new menuname("wash")){
style=menuStyle;
aI("text=<img border=1 src=images/csdlogo.jpg width=100 height=100><br>Washington;type=header;align=center;");
aI("text=800 Field Street;");
aI("text=Centralia, WA  98531;");
aI("text=(360)330-7641;");
aI("text=Danielle Vekich, Principal;");
}
with(milonic=new menuname("jl")){
style=menuStyle;
aI("text=<img border=1 src=images/csdlogo.jpg width=100 height=100><br>Jefferson Lincoln;type=header;align=center;");
aI("text=400 West Summa;");
aI("text=Centralia, WA  98531;");
aI("text=(360)330-7636;");
aI("text=Glenn Spinnie, Principal;");
}
with(milonic=new menuname("main")){
style=menuStyle;
aI("text=<img border=1 src=images/csdlogo.jpg width=100 height=100><br>Maintenance Department;type=header;align=center;");
aI("text=123 South Gold;");
aI("text=Centralia, WA  98531;");
aI("text=(360)330-7644;");
aI("text=Bruce Hargrave, Supervisor;");
}
with(milonic=new menuname("cms")){
style=menuStyle;
aI("text=<img border=1 src=images/csdlogo.jpg width=100 height=100><br>Centralia Middle School;type=header;align=center;");
aI("text=901 Johnson Road;");
aI("text=Centralia, WA  98531;");
aI("text=(360)330-7619;");
aI("text=Greg Domingos, Principal;");
}
with(milonic=new menuname("log")){
style=menuStyle;
aI("text=Logan;");
aI("text=Not in use;");
}
with(milonic=new menuname("chs")){
style=chsStyle;
aI("text=<img border=1 src=images/tiger.jpg width=100 height=100><br>Centralia High School;type=header;align=center;");
aI("text=813 Eshom Road;");
aI("text=Centralia, WA  98531;");
aI("text=(360)330-7605;");
aI("text=Tom Boehme, Principal;");
}
drawMenus();