_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(testStyle=new mm_style()){
onbgcolor="white";
oncolor="ff8429";
offbgcolor="black";
offcolor="ff8429";
bordercolor="black";
borderstyle="solid";
borderwidth=0;
separatorcolor="ff8429";
separatorsize="1";
padding=3;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#E8F1F6";
headercolor="white";
headerbgcolor="ff8429";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}
with(blank=new mm_style()){
onbgcolor="transparent";
oncolor="0f4c8b";
offbgcolor="transparent";
offcolor="Black";
fontsize="12";
fontstyle="normal";
padding=3;
separatorsize="1";
separatorcolor="black";
fontfamily="Verdana, Tahoma, Arial";
}

with(menuStyle=new mm_style()){
oncolor="White";
overbgimage="menu/images/menu_back_on.gif";
bgimage="menu/images/menu_back_off.gif";
offcolor="Black";
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("general")){
top="150";
left="0";
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
itemwidth="100px";
itemheight="40px";
aI("bgimage=menu/images/menu_back_off.gif;overbgimage=menu/images/menu_back_on.gif;text=Alumni Page;align=center;url=http://www.alumniclass.com/centraliawa/;target=_blank;");
aI("bgimage=menu/images/menu_back_off.gif;overbgimage=menu/images/menu_back_on.gif;text=Athletics;align=center;showmenu=ath;");
aI("bgimage=menu/images/menu_back_off.gif;overbgimage=menu/images/menu_back_on.gif;text=Clubs;align=center;url=javascript:callPage('clubs.htm', 'main');");
aI("bgimage=menu/images/menu_back_off.gif;overbgimage=menu/images/menu_back_on.gif;text=Counseling Center;align=center;url=counsel.htm;taget=_blank;");
aI("bgimage=menu/images/menu_back_off.gif;overbgimage=menu/images/menu_back_on.gif;text=Daily Bulletin;align=center;showmenu=daily;");
aI("bgimage=menu/images/menu_back_off.gif;overbgimage=menu/images/menu_back_on.gif;text=Other Info;align=center;showmenu=other;");
aI("bgimage=menu/images/menu_back_off.gif;overbgimage=menu/images/menu_back_on.gif;text=Senior Information;align=center;showmenu=senior;");
aI("bgimage=menu/images/menu_back_off.gif;overbgimage=menu/images/menu_back_on.gif;text=Student Handbook;align=center;url=pdf/Student Handbook 2009-2010.pdf;target=_blank;");
aI("bgimage=menu/images/menu_back_off.gif;overbgimage=menu/images/menu_back_on.gif;text=Yearbook;align=center;url=http://chs2.centralia.wednet.edu/yearbook/index.html;target=_blank;");
}
with(milonic=new menuname("daily")){
style=blank;
orientation="horizontal";
left="offset=-110";
aI("text=Monday;url=pdf/db_mon.pdf;target=_blank;");
aI("text=Tuesday;url=pdf/db_tue.pdf;target=_blank;");
aI("text=Wednesday;url=pdf/db_wed.pdf;target=_blank;");
aI("text=Thursday;url=pdf/db_thu.pdf;target=_blank;");
aI("text=Friday;url=pdf/db_fri.pdf;target=_blank;");
}
with(milonic=new menuname("other")){
style=blank;
orientation="horizontal";
left="offset=-90";
aI("text=Bell Schedules;url=javascript:callPage('bells.htm', 'main');");
aI("text=Map of CHS;url=javascript:callPage('mapof.htm', 'main');");
aI("text=Directions;url=javascript:callPage('mapto.htm', 'main');");
}
with(milonic=new menuname("senior")){
style=blank;
orientation="horizontal";
left="offset=-80";
aI("text=End of Year Letter;url=pdf/senior letter.pdf;target=_blank;");
aI("text=Event Calendar;");
}
with(milonic=new menuname("ath")){
style=blank;
orientation="horizontal";
left="offset=-90";
aI("text=Athletic Website;url=http://www.gocentraliatigers.com/;target=_blank;");
aI("text=Football Website;url=http://chs2.centralia.wednet.edu/football/phd.htm;target=_blank;");
aI("text=Baseball Website;url=http://chs2.centralia.wednet.edu/baseball/tiger.htm;target=_blank;");
}
drawMenus();

