_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=0            // 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="#B11212";
offbgcolor="#01092b";
borderwidth=0;
fontsize="75%";
fontstyle="normal";
fontfamily = "arial, verdana, tahoma,";
pagecolor="#666666";
pagebgcolor="#666666";
separatorcolor="01092b";
separatorsize="30";
padding = 2;
}

with(DMStyle=new mm_style()){
offbgcolor = "#2D70A5";
offcolor = "#FFFFFF";
onbgcolor = "#FABB05";
oncolor = "#10235E";
bordercolor = "#FFFFFF";
borderstyle = "solid";
borderwidth = 1
separatorcolor = "#FFFFFF";
separatorsize = 1;
padding = 4;
fontsize = "11";
fontstyle = "normal";
fontweight = "bold";
fontfamily = "verdana, arial, tahoma,";
subimage="gif/arrow.gif";
subimagepadding=3;
}

   with(milonic=new menuname("about")){
    borderwidth = 1;
	top="offset=1";
	itemwidth=200;
    style = DMStyle;
	aI("text=&nbsp;About Amphenol Antel Inc.;url=about.php;");
	aI("text=&nbsp;Amphenol Corporation;url=http://www.amphenol.com;target=_blank;");
	aI("text=&nbsp;Customer Feedback;url=feedback.php;");
    }
	
	with(milonic=new menuname("catalog")){
    borderwidth = 1;
	top="offset=1";
	itemwidth=180;
    style = DMStyle;
	aI("text=&nbsp;Antenna Catalog;url=catalog.php;");
	aI("text=&nbsp;IDEN Antenna Catalog;url=iden_catalog.php;");
	aI("text=&nbsp;Antenna Brackets;url=brackets.php;");
	aI("text=&nbsp;FlexTilt - Adjustable EDT;url=flextilt.php;");
		//aI("text=&nbsp;Installation Accessories;url=install_acc.php;");
    }
	
	with(milonic=new menuname("literature")){
    borderwidth = 1;
	top="offset=1";
	itemwidth=180;
    style = DMStyle;
	aI("text=&nbsp;Request a Catalog;url=request.php;");
	aI("text=&nbsp;Download Literature;url=literature.php;");
    }
	
	with(milonic=new menuname("contact")){
    borderwidth = 1;
	top="offset=1";
	itemwidth=200;
    style = DMStyle;
	aI("text=&nbsp;Request a Quote;url=rfq.php;");
	aI("text=&nbsp;Corporate HQ, Sales and Support;url=contact.php;");
    }

drawMenus();
menuDisplay(getMenuByName("Topbar"),1)