


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=0            // Sub menu top offset
_subOffsetLeft=2            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#FF9900";
oncolor="#000000";
offbgcolor="#990000";
offcolor="#ffffff";
//bordercolor="#FF3300";
//onbgcolor="#cccccc";
//oncolor="#000000";
//offbgcolor="#777777";
//offcolor="#ffffff";
bordercolor="#000000";borderstyle="none";
borderwidth=1;
//onborder="1px solid #990000";
//offborder="1px solid #ffffff";
separatorcolor="#000000";
separatorsize="1";
padding=2;
fontsize="12";
fontstyle="normal";fontweight="normal";
fontfamily="Arial, Verdana";
pagecolor="#ffffff";
//pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/images/marrow_right.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#000000', Direction=135, Strength=7)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
itemwidth=148;
top=0;
left=0;
alwaysvisible=1;
orientation="vertical";
position="relative";aI("text=Home;url=/;");aI("text=Public Fire Education;showmenu=fireeducation;url=/education");aI("text=Operations;showmenu=operations;url=/operations");
//aI("text=News and Events;url=/news/newsevents.php?year=2007");
aI("text=Recruitment;url=/membershipreqs.html;");aI("text=Training Center;url=/trainingcenter.html");aI("text=Event Calendar;url=http://www.google.com/calendar/embed?src=calendar%40ccvfd.com&ctz=America/Chicago");aI("text=Outdoor Burning Info;url=/outdoorburn.html;");aI("text=Links;url=/links.html;");aI("text=FAQs;url=/faqs.html;");aI("text=Jay Jahnke Memorial;url=/memorial.html;");aI("text=Members Area;url=/members/members_main.html;");
aI("text=Contact&nbsp;Us;url=/contactus.html;");
}


with(milonic=new menuname("fireeducation")){
style=menuStyle;
itemwidth=200;
aI("text=Public Fire Education Office;url=/education;");
//aI("text=Fire Safety;showmenu=firesafety;url=/education/fireed_tips.html");
aI("text=Fire Safety;url=/education/fireed_tips.html");
aI("text=Fire Safety House Program;url=/education/fsh;");aI("text=Driver Safety Awareness Program;url=/education/dsa;");
aI("text=Fireworks Safety;url=/education/fireworksafety/fireworksafety.html;");
}with(milonic=new menuname("firesafety")){
style=menuStyle;
itemwidth=200;
aI("text=Smoke Detectors;url=/education/detectors.html;");
aI("text=Portable Fire Extinguishers;url=/education/extinguishers.html;");aI("text=Fire Safety Tips for Adults;url=/education/adults.html;");aI("text=Plan Your Escape!;url=/education/yourescape.html;");aI("text=Escape from Fire - Stay Out;url=/education/stayout.html;");aI("text=Hazards in the Home;url=/education/hidden.html;");aI("text=Hazardous Materials in the Home;url=/education/hazardous.html;");aI("text=Burn Smarts;url=/education/burnsmarts.html;");aI("text=Cooking and Kitchen Safety;url=/education/kitchen.html;");aI("text=Electrical Fire Safety;url=/education/electrical.html;");aI("text=Carbon Monoxide;url=/education/carbonmonoxide.html;");
}with(milonic=new menuname("fireedhouse")){
style=menuStyle;
itemwidth=200;
aI("text=Online Brochure;url=/education/fsh_brochure.pdf;target=_blank;");aI("text=Request Fire Safety House;url=/enotify/fsh_trailer.php;");
}with(milonic=new menuname("operations")){
style=menuStyle;
itemwidth=100;
aI("text=Apparatus;url=/operations/apparatus/;");aI("text=Stations;url=/operations/stations;");
aI("text=History;url=/history.html;");
}/*with(milonic=new menuname("apparatus")){
style=menuStyle;
aI("text=Engines 21, 22, 23;url=/apparatus/quantums.html;");aI("text=Engine 26;url=/apparatus/E26.html;");aI("text=Rescue 21;url=/apparatus/R21.html;");aI("text=Rescue 22;url=/apparatus/R22.html;");aI("text=Ladder 23;url=/apparatus/L23.html;");aI("text=Boosters;url=/apparatus/boosters.html;");aI("text=Rehab 23;url=/apparatus/RH23.html;");
}with(milonic=new menuname("stations")){
style=menuStyle;
aI("text=Station 21;url=/stations/station21.html;");aI("text=Station 22;url=/stations/station22.html;");aI("text=Station 23;url=/stations/station23.html;");
}
*/

drawMenus();


