


_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=50                // Follow scrolling Rate
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=-10            // 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="#EF4323";
oncolor="#660000";
offbgcolor="#0050A3";
offcolor="#C0C0C0";
bordercolor="#EF4323";
borderstyle="solid";
borderwidth=1;
separatorcolor="#EF4323";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#EF4323', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="center";
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=index.htm;status=Back To Home Page;");
aI("text=Services;url=services.htm;status=Read About What Services We Can Provide For You;");
aI("text=Products;url=products.htm;status=Check Out The Many Products That We Use and Provide;");
aI("text=Safety Data Sheets;url=msds.htm;status=Look at the Safety Data Sheets for Our Products;");
aI("text=Web Order Entry;url=woe.htm;status=Enter Your Orders Now Online!!!;");
aI("text=About Us;showmenu=aboutus;status=Get More Information About Us;");

}


with(milonic=new menuname("aboutus")){
style=menuStyle;
aI("text=Distribution Area;url=distributionarea.htm;");
aI("text=Contact Us;url=contact.htm;");


}

with(milonic=new menuname("WOTM")){
style=menuStyle;
aI("text=What is WOTM?;url=wotm.htm;");
aI("text=Living Truth Broadcast;url=livingtruth.htm;");


}


drawMenus();

