


_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=0               // Sub menu top offset
_subOffsetLeft=0            // 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="#FFFFFF";
oncolor="#445E7E";
offbgcolor="#FFFFFF";
offcolor="#858585";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#445E7E";
separatorsize="1";
padding=0;
fontsize="11px";
fontweight="bold";
fontstyle="normal";
fontfamily="Arial";
headercolor="#000000";
headerbgcolor="#FFFFFF";
}

with(menuStyle2=new mm_style()){
onbgcolor="#00BFFF";
oncolor="#32586C";
offbgcolor="#32586C";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=4;
fontsize="11px";
fontweight="bold";
fontstyle="normal";
fontfamily="Arial";
headercolor="#000000";
headerbgcolor="#FFFFFF";
subimage="images/menu_sub.gif";
subimagepadding="0";
}

with(menuStyle3=new mm_style()){
headercolor="#000000";
headerbgcolor="#FFFFFF";
}

with(menuStyle4=new mm_style()){
onbgcolor="#0C80EC";
oncolor="#FFFFFF";
offbgcolor="#002547";
offcolor="#FFFFFF";
separatorcolor="#FFFFFF";
separatorsize="10";
borderwidth=0;
padding=5;
fontsize="11px";
fontweight="bold";
fontstyle="normal";
fontfamily="Arial";
headercolor="#000000";
headerbgcolor="#FFFFFF";
}

with(menu=new menuname("About")){
style=menuStyle2;
overflow="scroll";
aI("text=Investment Strategy&nbsp;&nbsp;&nbsp;&nbsp;;url=content_about.asp?ContentId=283");
aI("text=Management&nbsp;&nbsp;&nbsp;&nbsp;;url=content_about.asp?ContentId=284");
}

drawMenus();


