_menuCloseDelay=400           // 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=50                // Follow scrolling Rate
_subOffsetTop=0               // 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";
offbgcolor="transparent";
borderwidth=0;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="666666";
pagebgcolor="transparent";
}

with(DMStyle=new mm_style()){
offbgcolor = "#7286AF";
offcolor = "#FFFFFF";
onbgcolor = "#2A2A5E";
oncolor = "#FFFFFF";
bordercolor = "#474747";
borderstyle = "solid";
borderwidth = 1
separatorcolor = "#333333";
separatorsize = 1;
padding = 4;
fontsize = "11";
fontstyle = "normal";
fontweight = "normal";
fontfamily = "verdana, arial, tahoma,";
}

with(milonic=new menuname("Topbar")){
style=menuStyle;
top=95;
menuwidth=704;
alwaysvisible = 1;
screenposition="center"
align="center";
orientation="horizontal";
aI("image=gif/dnavabout.gif;overimage=gif/dnavaboutj.gif;showmenu=about;");
aI("image=gif/dnavspacer.gif;");
aI("image=gif/dnavproducts.gif;overimage=gif/dnavproductsj.gif;showmenu=products;");
aI("image=gif/dnavspacer.gif;");
aI("image=gif/dnavtechnical.gif;overimage=gif/dnavtechnicalj.gif;showmenu=tech;");
aI("image=gif/dnavspacer.gif;");
aI("image=gif/dnavcustom.gif;overimage=gif/dnavcustomj.gif;showmenu=custom;");
aI("image=gif/dnavspacer.gif;");
aI("image=gif/dnavcontact.gif;overimage=gif/dnavcontactj.gif;showmenu=contact;");
aI("image=gif/dnavspacer.gif;");
aI("image=gif/dnavview.gif;overimage=gif/dnavviewj.gif;showmenu=view;");
}

   with(milonic=new menuname("about")){
    borderwidth = 1;
    top="offset=10"
    style = DMStyle;
    aI("text=Corporate History;url=corporate.htm;");
    aI("text=Testimonials&nbsp;;url=testimonials.htm;");
    aI("text=Latest News;url=NewsReleaseList.htm;");
    aI("text=Funnies;url=funnies.htm;");
    }


   with(milonic=new menuname("products")){
    borderwidth = 1;
    top="offset=10"
    left="offset=-5"
    style = DMStyle;
    aI("text=Cables;url=catcable.htm;");
    aI("text=Connectors;url=catconnector.htm;");
    aI("text=Assembly Shop;url=catassemblyshop.htm;");
	aI("text=Reels;url=reels.htm;");
    aI("text=Patch Bays;url=catpatchbays.htm;");
    aI("text=Racks;url=cattools.htm;");
    aI("text=Cable Management;url=cable-management.htm;");
    aI("text=Tools;url=tools.htm;");
    aI("text=Test Equipment;url=test-equipment.htm;");
    aI("text=Signal Management Equipment;url=signal-management-equipment.htm;");
    aI("text=Panels/Wallplates;url=panels-wallplates.htm;");
    aI("text=Boxes & Enclosures;url=boxes-enclosures.htm;");
    }

    with(milonic=new menuname("tech")){
    borderwidth = 1;
    top="offset=10"
    left="offset=-5"
    style = DMStyle;
    aI("text=Technical Info&nbsp;;url=technicalinformation.htm;");
    aI("text=Pin Outs;url=pinouts.htm;");
    }


    with(milonic=new menuname("custom")){
    borderwidth = 1;
    top="offset=10"
    left="offset=5"
    style = DMStyle;
    aI("text=Custom Punched Panels;url=javascript:centerpopup('designer/cpd_tool.htm','newWin',1,screen.width,screen.height);");
    }

    with(milonic=new menuname("contact")){
    borderwidth = 1;
    top="offset=10"
    left="offset=-2"
    style = DMStyle;
    aI("text=Contact Us;url=contactus.htm;");
    aI("text=Credit Application&nbsp;;url=application.htm;");
    }

    with(milonic=new menuname("view")){
    borderwidth = 1;
    top="offset=10"
    left="offset=-5"
    style = DMStyle;
    aI("text=View Your Cart;url=orderview.asp;");
    }

drawMenus();