


_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=10           // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#ae235d";
oncolor="#ffffff";
offbgcolor="#F6F7CE";
offcolor="#000000";
bordercolor="#F6F7CE";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=1;
fontsize="11";
fontstyle=""
fontfamily="Arial";
pagecolor="ae235d";
pagebgcolor="#feffe1";
headercolor="#feffe1";
headerbgcolor="#feffe1";
subimage="images/whitearrow.gif";
subimagepadding="2";
overfilter="wipe(duration=0.3);Alpha(opacity=95);Shadow(color='#000000', Direction=-10, Strength=0)";
outfilter="fade(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="top;left"
top="offset=190"
left="offset=15"
alwaysvisible=1;
orientation="vertical";
aI("text=About Us;url=http://www.toolcraftinc.com/company.htm;status=Information about our company, company history, mission statement");
aI("text=Government Services;showmenu=Government Menu;status=Information on all services we offer on government contracts");
aI("text=Commercial Services;showmenu=Commercial Menu;status=Information on all services we offer on commercial contracts");
aI("text=Unique Products;showmenu=Unique Menu;status=Information on Unique Products we offer")




;
aI("text=Certification Descriptions;url=http://www.toolcraftinc.com/certifications.htm;status=Information about our certifications");
aI("text=Contact Us;url=http://www.toolcraftinc.com/contactus.htm;status=Information on who to contact for the job you need");
aI("text=Job Openings;url=http://www.toolcraftinc.com/positions.htm;status=Job Openings Available");
aI("text=Site Map;url=http://www.toolcraftinc.com/map.htm;status=Site Map");
}

with(milonic=new menuname("Spare")){
style=menuStyle;
aI("text=;url=http://;");
aI("text=;showmenu=;");
}

with(milonic=new menuname("Government Menu")){
style=menuStyle;
aI("text=Current Customers;url=http://www.toolcraftinc.com/govcustomer.htm;");
aI("text=NAICS Codes/Key Words;url=http://www.toolcraftinc.com/codes.htm;");
aI("text=Engineering Services;url=http://www.toolcraftinc.com/engineering.htm;");
aI("text=RFQ;url=http://www.toolcraftinc.com/govrfq.htm;")


;
aI("text=Who to contact;url=http://www.toolcraftinc.com/levonda.htm;");
}

with(milonic=new menuname("Commercial Menu")){
style=menuStyle;
aI("text=Current Customers;url=http://www.toolcraftinc.com/comcustomer.htm;");
aI("text=Equipment List;url=http://www.toolcraftinc.com/equipment.htm;");
aI("text=Engineering Services ;url=http://www.toolcraftinc.com/engineering.htm;");
aI("text=Operating System;url=http://www.toolcraftinc.com/opsystem.htm;");
aI("text=RFQ;url=http://www.toolcraftinc.com/comrfq.htm;")


;
aI("text=Who to Contact;showmenu=Commercial Contacts");
}

with(milonic=new menuname("Unique Menu")){
style=menuStyle;
aI("text=Chatter Free Tooling;url=http://www.toolcraftinc.com/chatterfree.htm;");
aI("text=Sweetspot;url=http://www.toolcraftinc.com/sweet.htm;");
}


with(milonic=new menuname("RFQ Menu")){
style=menuStyle;
aI("text=Government Form;url=http://www.toolcraftinc.com/govrfq.htm;");
aI("text=Commercial Form;url=http://www.toolcraftinc.com/comrfq.htm;");
}

with(milonic=new menuname("Commercial Contacts")){
style=menuStyle;
aI("text=Freida Price;url=http://www.toolcraftinc.com/freida.htm;");
}

with(milonic=new menuname("temp")){
style=menuStyle;
aI("text=sub menu;url=.htm;");
}


drawMenus();

