_menuCloseDelay=50          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=20           // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=5                // 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 Netcsape 4.x


with(menuStyle=new mm_style()){
onbgcolor="transparent";
oncolor="#1371CE";
offbgcolor="transparent";
offcolor="#1371CE";
//bordercolor="#296488";
//borderstyle="solid";
borderwidth=0;
separatorcolor="#1371CE";
separatorsize="0";
padding=0;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="transparent";
headercolor="#000000";
headerbgcolor="#FFCC99";
}

with(DMStyle=new mm_style()){
onbgcolor = "#CC0000";
oncolor = "#FFFFFF";
offbgcolor = "#4F92D6";
offcolor = "#FFFFFF";
bordercolor = "#FFFFFF";
borderstyle = "solid";
borderwidth = 1
separatorcolor = "#FFFFFF";
separatorsize = 1;
padding = 3;
fontsize = "11";
fontstyle = "normal";
fontweight = "bold";
fontfamily="Arial, Helvetica, Sans-serif";
overfilter="Fade(duration=0.2)";
outfilter="Fade(duration=0.3)";
//subimage="images/arrow.gif";
//subimagepadding="2";

}
   with(milonic=new menuname("wire")){
    left="offset=8"
	borderwidth = 1;
    itemwidth=150;
    style = DMStyle;
    aI("text=Braid (Tinned Copper);url=tableofcontents.htm#Braid");
	aI("text=Bus Bar;url=tableofcontents.htm#BusBar");
	aI("text=Coaxial;url=tableofcontents.htm#Coaxial");
	aI("text=Flat Cable;url=tableofcontents.htm#FlatCable");
	aI("text=Hook-Up Wire;url=tableofcontents.htm#HookUp");
	aI("text=Multiconductor Cable;url=tableofcontents.htm#MultiConductor");
	aI("text=Multipair;url=tableofcontents.htm#Multipair");
	aI("text=Plenum;url=tableofcontents.htm#Plenum");
	aI("text=Power Supply;url=tableofcontents.htm#PowerSupply");
	aI("text=Welding Cable & Portable Cord;url=tableofcontents.htm#Welding");
    }
    
	with(milonic=new menuname("magnetwire")){
	left="offset=8"
	borderwidth = 1;
    itemwidth=150;
    style = DMStyle;
    aI("text=Product Overview;url=magnetwireproductlist.htm");
	aI("text=Insulation Guide;url=tableofcontents3.htm");
	aI("text=Copper Magnet Wire Data;url=tableofcontents3.htm");
	aI("text=Winding Data;url=tableofcontents3.htm#windingdata");
	aI("text=Ordering Information;url=magnetwireordering.htm");
    }
   with(milonic=new menuname("tubing")){
	left="offset=8"
	borderwidth = 1;
    itemwidth=150;
    style = DMStyle;
    aI("text=Heat Shrinkable Tubing;url=tableofcontents2.htm");
    aI("text=Non-Shrinkable Tubing;url=tableofcontents2.htm#NonShrinkable");
    }

drawMenus();
