_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=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netscape 4.x


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
offbgcolor="#000000";
offcolor="#FFFFFF";
onbgcolor="#000000";
oncolor="#c03f53";
pagebgcolor="#000000";
pagecolor="#c03f53";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#4c4c4c";
separatorsize="1";
separatorstyle="dashed";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#c03f53";
headerbgcolor="#000000";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Prod")){
style=menuStyle;
aI("text=Chip Tracking;url=/s/Chip_Tracking.asp;status=Chip Tracking;");
aI("text=Card Tracking;url=/s/Card_Tracking.asp;status=Card Tracking;");
}

with(milonic=new menuname("Sol")){
style=menuStyle;
aI("text=For Design Engineers;url=/s/Design.asp;status=For Design Engineers;");
aI("text=For Label Converters;url=/s/Labels.asp;status=For Label Converters;");
aI("text=For Tape Storage;url=/s/Tape.asp;status=For Tape Storage;");
aI("text=For Item, Case & Pallet Applications;url=/s/ICP.asp;status=For Item, Case & Pallet Applications;");
}

with(milonic=new menuname("Part")){
style=menuStyle;
aI("text=List of Partners;url=/s/Partners.asp;status=List of Partners;");
aI("text=Partner Inquiry Sheet;url=/s/SendMessage.asp;status=Partner Enquiry Sheet;");
}

with(milonic=new menuname("Cust")){
style=menuStyle;
aI("text=Customer of the Month;url=/s/Customers.asp;status=Customer of the Month;");
aI("text=Case Studies;url=/s/Case_Studies.asp;status=Case Studies;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=Press Releases;url=/s/NewsReleases.asp;status=Press Releases;");
aI("text=News;url=/s/News.asp;status=News;");
aI("text=Events;url=/s/Events.asp;status=Events;");
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=Overview;url=/s/About_MuGahat.asp;status=Overview;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Technology Advisory Board;url=/s/Board.asp;status=Technology Advisory Board;");
aI("text=Careers;url=/s/Careers.asp;status=Careers;");
aI("text=Native-American Owned;url=/s/Native-American_Owned.asp;status=Native-American Owned;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Directions;url=/s/Contact.asp;status=Directions;");
}

drawMenus();