
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
	onbgcolor="#CC0000";
oncolor="#ffffff";
offbgcolor="#6B6E6F";
offcolor="#ffffff";
bordercolor="#6B6E6F";
borderstyle="solid";
borderwidth=1;
separatorcolor="#6B6E6F";
separatorsize="0";
padding=2;
fontsize="10";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=70);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=About CRC-Evans&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=about.htm;status=About CRC-Evans;");
aI("text=Company Facts;url=about.htm#equipment;status=Company Facts;");
aI("text=Size;url=about.htm#size;status=Size;");
aI("text=History;url=about.htm#history;status=History;");
aI("text=Employment;url= employment.htm;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=E-mail;url=contact.htm#email;status=E-mail");
aI("text=Locations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=locations.htm;status=Locations");
aI("text=Parts;url=contact.htm#parts;status=Parts");
aI("text=Supplies;url=contact.htm#supplies;status=Supplies");
}

drawMenus();

