_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=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=20               // Only needed for Netcsape 4.x


with (menuStyle = new mm_style()) {
	onbgcolor="#000000";
	oncolor="#ffffff";
	offbgcolor="#990000";
	offcolor="#ffffff";
	bordercolor="#000000";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#000000";
	separatorsize="1";
	separatorwidth='147';
	padding=3;
	fontsize="77%";
	fontstyle="normal";
	fontfamily="Verdana, Tahoma, Arial";
	pagecolor="white";
	pagebgcolor="#420000";
	headercolor="#000000";
	headerbgcolor="#420000";
	image="";
	imagepadding="15";
	subimage="images/arrow.gif";
	subimagepadding="2";
	overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#000000', Direction=180, Strength=5)";
	outfilter="randomdissolve(duration=0.3)";
}

with (milonic = new menuname("Main Menu")) {
	style=menuStyle;
	top=258;
	left=12;
	itemwidth=147;
	alwaysvisible=1;
	margin=0;
	orientation="vertical";
	aI("text=Home;url=index.htm;");
	aI("text=About Us;showmenu=about;");
	aI("text=Product Features;showmenu=features;");
	aI("text=Support;showmenu=support;");
	aI("text=Purchase;url=purchase-hm.htm;");
	aI("text=Other Products;url=MyActiveDirectory.htm;");
}


with (milonic = new menuname("about")) {
	style=menuStyle;
	aI("text=DaveSoft Overview;url=about-corp.htm;");	
}

with (milonic = new menuname("features")) {
	style=menuStyle;
	aI("text=CopyRite Features;url=features.htm;");	
	aI("text=CopyRite Screenshots;url=screenshots-hm.htm;");
}
with (milonic = new menuname("support")) {
	style=menuStyle;
	aI("text=Release Notes;url=support-notes.htm;");
	aI("text=Known Issues;url=support-issues.htm;");
	aI("text=Switch Documentation;url=support-switch.htm;");	
}



drawMenus();