_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="#A01677";
	oncolor="#ffffff";
	offbgcolor="#A01677";
	offcolor="#ffffff";
	bordercolor="#A01677";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#A01677";
	separatorsize="25";
	separatorwidth="100%";
	padding=3;
	fontsize="77%";
	fontstyle="normal";
	fontfamily="Verdana, Tahoma, Arial";
	pagecolor="white";
	pagebgcolor="#A01677";
	headercolor="#000000";
	headerbgcolor="#A01677";
	image="";
	imagepadding="15";
	subimage="images/arrow.gif";
	subimagepadding="2";
	overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#A01677', Direction=110, Strength=5)";
	outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=510;
orientation="horizontal";
style=menuStyle;
top=122;
aI("image=images/ico-home.gif;status=Back To Home Page;text=Home;url=index.html;");
aI("image=images/ico-surveys.gif;text=Surveys;url=surveys.htm;");
aI("image=images/ico-links.gif;text=Links;url=links.htm;");
}


drawMenus();