function highlightme()
{
	_I=_mi[_itemRef];
	if(_I[19])_I[7]=_I[19]
	if(_I[18])_I[8]=_I[18]
	if(_I[56])_I[29]=_I[56];
	if(_I[69])_I[46]=_I[69];
	if(_I[75])_I[9]=_I[75];
	if(_I[72])_I[54]=_I[72];
	if(_I[92])_I[71]=_I[92];
	if(_I[85])_I[24]=_I[85];
	itemOff(_itemRef)
}


_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="14";
fontstyle="normal";
padding=3;
separatorsize="1";
separatorcolor="black";
fontfamily="Verdana, Tahoma, Arial";
openstyle="forceleft";
}

with(menuStyle=new mm_style()){
oncolor="White";
overbgimage="menu/images/menu_back_on.gif";
bgimage="menu/images/menu_back_off.gif";
pageimage="menu/images/buttonback.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("sfs")){
style=menuStyle;
position="relative";
alwaysvisible=1;
orientation="horizontal";
itemwidth="75";
itemheight="35";
aI("clickfunction=hightlightme();return false;bgimage=menu/images/menu_back_off.gif;overbgimage=menu/images/menu_back_on.gif;text=Hours;url=javascript:callPage('hours.htm', 'main');align=center;");
aI("bgimage=menu/images/menu_back_off.gif;overbgimage=menu/images/menu_back_on.gif;text=Attendance;url=javascript:callPage('attendance.htm', 'main');align=center;");
aI("bgimage=menu/images/menu_back_off.gif;overbgimage=menu/images/menu_back_on.gif;text=Lunch;url=javascript:callPage('food.asp', 'main');align=center;");
aI("bgimage=menu/images/menu_back_off.gif;overbgimage=menu/images/menu_back_on.gif;text=Trans-<br>portation;url=trans/index.htm;target=_blank;align=center;");
aI("bgimage=menu/images/menu_back_off.gif;overbgimage=menu/images/menu_back_on.gif;text=Forms;align=center;url=javascript:callPage('construct.htm', 'main');");
aI("fontsize=9;bgimage=menu/images/menu_back_off.gif;overbgimage=menu/images/menu_back_on.gif;text=Maintenance;url=javascript:callPage('maintenance.asp', 'main');align=center;");
aI("bgimage=menu/images/menu_back_off.gif;overbgimage=menu/images/menu_back_on.gif;text=History of CSD;url=javascript:callPage('history1.htm', 'main');status=History of CSD;align=center;");
aI("bgimage=menu/images/menu_back_off.gif;overbgimage=menu/images/menu_back_on.gif;text=Our Community;showmenu=comm;align=center;");
}
with(milonic=new menuname("comm")){
style=blank;
left="offset=-100"
orientation="horizontal";
aI("text=City of Centralia;url=http://www.centralia.com;target=_blank;status=City of Centralia Website;");
aI("text=Lewis County;url=http://www.co.lewis.wa.us;target=_blank;status=Lewis County Website;");
}
drawMenus();

