


_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="#f0f0f0";
oncolor="#000000";
offbgcolor="none";
offcolor="#ffffff";
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=1;
separatorcolor="#cccccc";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#666666";
headercolor="#ffcc00";
headerbgcolor="#ffffff";
subimage="/counsel/images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=155;
left=0;
alwaysvisible=1;
orientation="vertical";
itemwidth="125";
followscroll=1;
aI("text=Home;url=/counsel/index.htm;status=Home Page;");
aI("text=Location;url=/counsel/location.htm;status=Location;");
aI("text=Job Opportunities;url=/counsel/jobs.htm;status=Job Opportunities;");
}

with(milonic=new menuname("")){
style=menuStyle;
aI("text=;url=/;status=;");
aI("text=;url=/;status=;");
aI("text=;url=/;status=;");
}

drawMenus();