_menuCloseDelay=1200          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=250            // 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
fixMozillaZIndex=true

with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(mainStyle=new mm_style()){
offbgcolor="#000";
offcolor="#fff";
onbgcolor="#000";
oncolor="#d1b610";
pagebgcolor="#000";
pagecolor="#d1b610";
bordercolor="#111";
borderstyle="solid";
borderwidth=1;
separatorcolor="#d1b610";
separatorsize="1";
padding="0 18px";
fontsize="0.7em";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="0";
overfilter="alpha(opacity=100)";
outfilter="";
}

with(subStyle=new mm_style()){
offbgcolor="#000";
offcolor="#fff";
onbgcolor="#000";
oncolor="#d1b610";
pagebgcolor="#000";
pagecolor="#d1b610";
bordercolor="#111";
borderstyle="solid";
borderwidth=1;
separatorcolor="#d1b610";
separatorsize="1";
padding="5px 10px";
fontsize="0.7em";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="0";
overfilter="alpha(opacity=100)";
outfilter="";
}

with(milonic=new menuname("Investors")){
style=subStyle;
aI("text=Overview;url=/s/Investors.asp;status=Overview;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Presentation;url=/s/Presentation.asp;status=Presentation;");
aI("text=Fact Sheet;url=/s/FactSheet.asp;status=Fact Sheet;");
aI("text=Governance;url=/s/BoardCharters.asp;status=Governance;");
aI("text=SEC Filings;url=http://www.sec.gov/cgi-bin/browse-edgar?company=Kingold&match=&CIK=0001089531&filenum=&State=&Country=&SIC=&owner=exclude&Find=Find+Companies&action=getcompany;status=SEC Filings;");
aI("text=Request More Info;url=/s/InformationRequest.asp?Contact;status=Request More Info;");
}

drawMenus();

