fixMozillaZIndex=true;

_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="#007CC3";
oncolor="#ffffff";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#007CC3";
borderstyle="solid";
borderwidth="1";
separatorcolor="#336666";
separatorsize="1";
padding="5";
fontsize="90%";
align="left";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#F4EFE9";
subimage="/edb/images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top="190";
left="5";
alwaysvisible="1";
orientation="vertical";
itemwidth="146";
followscroll="1";

aI("text=Innovation Council Home;url=/edb/innovation.htm;");
aI("text=Economic Strategic Plan;url=/edb/innovation.htm#strategic;");
aI("text=Council Members;url=/edb/innovation.htm#members;");
aI("text=Expert Support;url=/edb/innovation.htm#support;");
aI("text=Resources;url=/edb/innovation.htm#resources;");
aI("text=Background Information;url=/edb/innovation.htm#background;");
aI("text=Meetings and Agendas;url=/edb/innovation.htm#meetings;");
aI("text=Contact Us;url=/edb/innovation_contact.htm;");
aI("bgimage=/edb/images/layout/edb_innovation_menu.gif;text=Economic Development Board;url=/edb/index.htm;");
}

drawMenus();

