_menuCloseDelay=0           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=10               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#014E76";
oncolor="#F5F5F5";
offbgcolor="#517C56";
offcolor="#FFFFFF";
bordercolor="#222F23";
borderstyle="solid";
borderwidth=1;
separatorcolor="#102312";
separatorsize="1";
padding=2;
fontsize="75%";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#F5F5F5";
pagebgcolor="#355238";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="../Scripts/menu/arrow.gif";
subimagepadding="1";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
position="absolute";
top=63;
left=411;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=default.asp;status=Back To Home Page;");
aI("text=All Categories;showmenu=Categories;");
aI("text=Friesen Sites;showmenu=sites;");
aI("text=Contact;url=contact.asp;");
}

with(milonic=new menuname("Categories")){
style=menuStyle;
aI("text=Air Compressors ;url=prodList.asp?idCategory=18;");
aI("text=Air Feeders ;url=prodList.asp?idCategory=19;");
aI("text=Blowers ;url=prodList.asp?idCategory=20;");
aI("text=Capacitors ;url=prodList.asp?idCategory=27;");
aI("text=Circuit Breakers ;url=prodList.asp?idCategory=15;");
aI("text=Cyclones ;url=prodList.asp?idCategory=34;");
aI("text=Engines ;url=prodList.asp?idCategory=35;");
aI("text=Gear Reducers ;url=prodList.asp?idCategory=21;");
aI("text=Gen ;url=prodList.asp?idCategory=22;");
aI("text=Generators ;showmenu=generators;");
aI("text=Miscellaneous ;url=prodList.asp?idCategory=17;");
aI("text=Motor Control ;url=prodList.asp?idCategory=23;");
aI("text=Motors ;url=prodList.asp?idCategory=16;");
aI("text=Screens ;url=prodList.asp?idCategory=36;");
aI("text=Speed Controls ;url=prodList.asp?idCategory=37;");
aI("text=Switchers ;url=prodList.asp?idCategory=24;");
aI("text=Transformers ;url=prodList.asp?idCategory=25;");
aI("text=Woodworking ;url=prodList.asp?idCategory=26;");
}

with(milonic=new menuname("generators")){
style=menuStyle;
aI("text=AC ;url=prodList.asp?idCategory=32;");
aI("text=AC Diesel ;url=prodList.asp?idCategory=29;");
aI("text=AC Natural Gas ;url=prodList.asp?idCategory=30;");
aI("text=AC Propane ;url=prodList.asp?idCategory=31;");
aI("text=DC ;url=prodList.asp?idCategory=33;");
}

with(milonic=new menuname("sites")){
style=menuStyle;
aI("text=Friesen.com ;url=http://www.friesen.com/shopping_cart/index.asp;");
aI("text=Friesen Electric.com ;url=http://www.friesenelectric.com;");
aI("text=Friesen Lighting.com ;url=http://www.friesenlighting.com;");
aI("text=Mesa Panels.com ;url=http://www.mesapanels.com;");
aI("text=Phase Master.com ;url=http://www.phasemaster.com;");
aI("text=PTO Generators.com ;url=http://www.ptogenerators.com;");
aI("text=HIEMF.com ;url=http://www.hiemf.com;");
aI("text=Dairy Drive ;url=http://www.dairydrive.com;");
aI("text=Sprecherschuhparts.com ;url=http://www.sprecherschuhparts.com;");
aI("text=VFD.ca ;url=http://www.vfd.ca;");
aI("text=Friesen Electric EBay Store Canada ;url=http://www.stores.ebay.ca/id=21201735;");
aI("text=Friesen Electric EBay Store USA ;url=http://www.stores.ebay.com/friesenelectricinc;");
}

drawMenus();
