﻿


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=100            // 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()){
oncolor="#6699FF";
offcolor="#ffffff";
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Arial, sans-serif";
onclass="navLinkON";
offclass="navLinkOFF";
}

with(menuStyle2=new mm_style()){
oncolor="#ffffff";
offcolor="#ffffff";
onbgcolor="1E90FF";
offbgcolor="014AD4";
padding=5;
separatorcolor="#FFFFFF";
separatorheight="";
separatorsize="1";
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Arial, sans-serif";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#030D22', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

	with(menu=new menuname("Products")){
	style=menuStyle2;
	overflow="scroll";
	aI("text=Electronic Components;url=products_electronics.html;");
	aI("text=Computer Products;url=products_computer.html;");
	aI("text=Line Card;url=products_linecard.html;");
	aI("text=Battery Packs;url=products_battery.html;");
	aI("text=Wiring Assemblies;url=products_wiring.html;");
	}

drawMenus();


