_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=5              // Sub menu top offset
_subOffsetLeft=-5            // 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="0";
oncolor="#ff0000";
offbgcolor="0";
offcolor="#000000";
borderwidth=0;
separatorsize="12";
padding=0;
fontsize="12px";
fontstyle="normal";
fontweight="Bold";
fontfamily="Verdana, Arial, Tahoma, Helvetica";
}

with(subStyle=new mm_style()){
onbgcolor="#cccccc";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#666666";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorsize="0";
padding=4;
fontsize="70%";
fontstyle="normal";
fontweight="Bold";
fontfamily="Arial, Tahoma, Helvetica";
headerbgcolor="#94C2D2";
headercolor="#333333";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#000000', Direction=135, Strength=5)";
outfilter="Fade(duration=0.2);";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
position="absolute";
top=151;
left=40;
aI("image=../pics/outdoor/parts1.gif;overimage=../pics/power/parts2.gif;showmenu=parts;status=Parts Department;");
aI("image=../pics/outdoor/service1.gif;overimage=../pics/power/service2.gif;showmenu=service;status=Service Department;");
aI("image=../pics/power/account2.gif;overimage=../pics/power/account2.gif;showmenu=accounting;status=Accounting Department;");
}

with(milonic=new menuname("parts")){
style=subStyle;
overflow="scroll";
aI("text=Inventory;url=inventory_control.htm;status=Inventory;");
aI("text=Invoicing;url=invoicing.htm;status=Invoicings;");
aI("text=Purchasing;url=purchasing.htm;status=Purchasing;");
aI("text=Price Files;url=pricelist.htm;status=Price Files;");
aI("text=Electronic Microfiche;url=microfiche.htm;status=Electronic Microfiche;");
aI("text=Barcodes & Scanners;url=barcodes.htm;status=Barcodes & Scanners;");
}

with(milonic=new menuname("service")){
style=subStyle;
overflow="scroll";
aI("text=Repair Orders;url=repair-orders.htm;status=Repair Orders;");
aI("text=Price Files;url=pricelist2.htm;status=Price Files;");
aI("text=Electronic Microfiche;url=microfiche2.htm;status=Electronic Microfiche;");
aI("text=Barcodes & Scanners;url=barcodes2.htm;status=Barcodes & Scanners;");
}

with(milonic=new menuname("accounting")){
style=subStyle;
overflow="scroll";
aI("text=Reasons to use QuickBooks for Financial Management;url=quickbooks.htm;status=Reasons to use QuickBooks for Financial Management;");
aI("text=What is the QuickBooks Interface;url=qbinterface.htm;status=What is the QuickBooks Interface;");
aI("text=Why use Commander for Inventory;url=usecommander.htm;status=Why use Commander for Inventory;");
}

drawMenus();

