_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=5               // 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(AllImagesStyle=new mm_style()){
offbgcolor="";
offcolor="#FFFFFF";
onbgcolor="";
oncolor="#837047";
pagebgcolor="";
pagecolor="#837047";
bordercolor="#101010";
borderstyle="solid";
borderwidth=0;
separatorcolor="";
separatorsize="0";
separatorpadding="0";
padding=4;
fontsize="12";
fontweight="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
itemwidth="100";
overfilter="";
outfilter="";
rawcss="padding: 2px 15px;";
}

with(menuStyle=new mm_style()){
offbgcolor="#F0F0F0";
offcolor="#000000";
onbgcolor="#CECECE";
oncolor="#837047";
pagebgcolor="#CECECE";
pagecolor="#837047";
bordercolor="#101010";
borderstyle="solid";
borderwidth=1;
separatorcolor="#101010";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
itemwidth="120";
overfilter="Alpha(opacity=60);";
outfilter="";
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
//aI("text=About Us;url=/s/AboutUs.asp;status=About Us;");
//aI("text=Board;url=/s/Board.asp;status=Board;");
aI("text=The Fund;url=/s/TheFund.asp;status=The Fund;");
aI("text=Investment Strategy;url=/s/Strategy.asp;status=Investment Strategy;");
aI("text=Board;url=/s/Board.asp;status=Board;");
aI("text=Manager;url=/s/WhoWeAre.asp;status=Manager;");
aI("text=Shareholder Advisor;url=/s/ShareholderAdvisor.asp;status=Shareholder Advisor;");
aI("text=Directory;url=/s/Directory.asp;status=Directory;");
}

with(milonic=new menuname("Portfolios")){
style=menuStyle;
aI("text=Portfolio;url=/s/Portfolio.asp;status=Portfolio;");
//aI("text=Investments;url=/s/Investments.asp;status=Investments;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Fund Information;url=/s/FundInformation.asp;status=Fund Information;");
aI("text=Regulatory News;url=/s/RegulatoryNews.asp;status=Regulatory News;");
aI("text=Monthly Fact Sheet;url=/s/MonthlyFactSheet.asp;status=Monthly Fact Sheet;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Metal Prices;url=/s/CommodityPrices.asp;status=Metal Prices;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
aI("text=Company Documents;url=/s/CompanyDocuments.asp;status=Company Documents;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Us;url=/s/Contact.asp;status=Contact Us;");
// aI("text=Request More Info;url=/s/InformationRequest.asp;status=Request More Info;");
// aI("text=Send A Message;url=/s/SendMessage.asp;status=Send A Message;");
}

drawMenus();

<!-- hide from old browsers
  function GetMonth(intMonth){
    var MonthArray = new Array("Jan", "Feb", "Mar",
                               "Apr", "May", "Jun",
                               "Jul", "Aug", "Sep",
                               "Oct", "Nov", "Dec") 
    return MonthArray[intMonth] 	  	 
    }
  function getDateStr(){
    var today = new Date()
    var year = today.getYear()
    var hour = today.getUTCHours(24)
    var minutes = today.getUTCMinutes(0)
    if(year<1000) year+=1900
    var todayStr = GetMonth(today.getMonth()) + " " + today.getDate()
    todayStr += ", " + year + " | " + hour + ":" + minutes + " GMT"
    return todayStr
    }
//-->

