_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(menuStyle=new mm_style()){
onbgcolor="999999";
oncolor="ffffff";
offcolor="ffffff";
offbgcolor="000000";
separatorcolor="000000"
separatorsize="0";
padding=5;
fontsize="80%";
fontstyle="Arial";
fontweight="";
fontfamily="Arial";
pagecolor="000000";
subimage="";
subimagepadding="3";
overfilter="Fade(duration=0.2);Alpha(opacity=900);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
itemwidth=113;
top=22;
menuwidth="113px";
menualign="left";
alwaysvisible=1;
orientation="vertical";
screenposition="left"; 
left="offset=";
top="offset=140";
aI("text= Home;url=http://eastexfd.com/index.html");
aI("text= Apparatus;url=http://eastexfd.com/apparatus.html;");
aI("text= History;url=http://eastexfd.com/history.html;");
aI("text= Links;url=http://eastexfd.com/links.html;");
aI("text= Territory;url=http://eastexfd.com/Territory.html;");
aI("text= Live CAD;url=http://www.hcec911.com/livecad/hcecc/ACTIVINC.HTM;status=(aq) Live CAD;");
aI("text= Stations;url=http://eastexfd.com/stations.html;");
aI("text= Photo Gallery;url=http://eastexfd.com/photogallery.html;");
aI("text= Contact Us;=;");
aI("text= Public Education;showmenu=Public Education;");
aI("text= Members E-Mail;url=https://email.secureserver.net/login.php?prog_id=GoDaddy/");
aI("text= ;showmenu=;");
aI("text= ;showmenu=;");
aI("text= ;showmenu=;");
}
with(milonic=new menuname("Public Education")){
style=menuStyle;
aI("text=CPR;url=http://eastexfd.com/cpr.html;");
aI("text=CPR E-Mail;url=mailto:cpr@eastexfd.com;");
aI("text=Home Safety;url=http://eastexfd.com/homesafety.html;");
aI("text=Fire Extinguisher;url=http://eastexfd.com/fireext.html;");
}
with(milonic=new menuname("Events")){
style=menuStyle;
aI("text=Conference;url=http://;");
}
with(milonic=new menuname("Live Cad")){
style=menuStyle;
aI("text=Live Cad;url=http://www.hcec911.com/livecad/cadindex.htm;");
}
with(milonic=new menuname("Members Area")){
style=menuStyle;
aI("text=Member E-Mail;url=http://www.powweb.com/mail/index.bml?s=1;");
}
drawMenus();
