_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(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#A23129";
offbgcolor="#BF746F";
offcolor="#FFFFFF";
bordercolor="#A23129";
borderstyle="solid";
borderwidth=1;
separatorcolor="#A23129";
separatorsize="1";
padding=4;
fontsize="11";
fontweight="";
fontfamily="Arial, helvetica";
pagecolor="#A23129";
pagebgcolor="#FFFFFF";
headercolor="#A23129";
headerbgcolor="#FFFFFF";
subimage="";
subimagepadding="2";
overfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Forward', duration=0.3)";
outfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Reverse', duration=0.3)";
}


with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Our Team;url=/s/Management.asp;status=Our Team;");
aI("text=Board of Directors;url=/s/Board.asp;status=Board of Directors;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Historical Team;url=/s/HistoricalTeam.asp;status=Historical Team;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Overview;url=/s/Projects.asp;status=Project Overview;");
aI("text=Robertson;url=/s/Robertson.asp;status=Robertson;");
aI("text=Excluded;url=/s/Excluded.asp;status=Excluded;");
aI("text=Norma Sass;url=/s/NormaSass.asp;status=Norma Sass;");
aI("text=Ruf;url=/s/Ruf.asp;status=Ruf;");
aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
}

with(milonic=new menuname("news")){
style=menuStyle;
aI("text=Latest News;url=/s/NewsReleases.asp?DateRange=2008/01/01...2009/12/31;status=Latest News;");
aI("text=Archives;url=http://www.sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00004922; target=blank;status=Archives;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=AGM Notification;url=/s/AGMNotification.asp;status=AGM Notification;");
aI("text=SEDAR;url=http://www.sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00004922;target=blank;status=SEDAR;");
aI("text=EDGAR;url=http://sec.gov/cgi-bin/browse-edgar?company=Coral+Gold&CIK=&filenum=&State=&SIC=&owner=include&action=getcompany;target=blank;status=EDGAR;");
aI("text=Research Reports;url=/s/ResearchReports.asp;status=Research Reports;");
aI("text=Media Coverage;url=/s/MediaCoverage.asp;status=Media Coverage;");
aI("text=Upcoming Events;url=/s/Events.asp;status=Upcoming Events;");
aI("text=Fact Sheet;url=/i/pdf/corporateprofile.pdf;target=blank;status=Fact Sheet;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/ContactUs.asp;status=Contact Info;");
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();