_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="#D8DEE2";
oncolor="#000000";
offbgcolor="#6D8493";
offcolor="#ffffff";
bordercolor="";
borderstyle="none";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#D8DEE2";
headercolor="#000000";
headerbgcolor="#D8DEE2";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("temp")){
style=menuStyle;
aI("text=Corporate Information;url=/s/Corporate.asp;status=Corporate Information;");
aI("text=Directors & Officers;url=/s/Management.asp;status=Directors & Officers;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp?ReportID=146696;status=Corporate Governance;");
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Corporate Information;url=/s/Corporate.asp;status=Corporate Information;");
aI("text=Directors & Officers;url=/s/Management.asp;status=Directors & Officers;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Corporate Governance;showmenu=govern;status=Corporate Governance;");
}
   with(milonic=new menuname("govern")){
   style=menuStyle;
   aI("text=Charter Of The Audit Committee of Reunion Gold Corporation;url=/s/CorporateGovernance.asp?ReportID=115768;status=Charter Of The Audit Committee of Reunion Gold Corporation;");
   aI("text=Code of Business Conduct and Ethics;url=/s/CorporateGovernance.asp?ReportID=146694;status=Code of Business Conduct and Ethics;");
   }


with(milonic=new menuname("prj")){
style=menuStyle;
//aI("text=Future Opportunities;url=/s/Future.asp;status=Future Opportunities;");
aI("text=Lely Gold;url=/s/LelyGold.asp?ReportID=78876;showmenu=lely;status=Lely Gold;");
aI("text=Antino 1;url=/s/Antino1.asp?ReportID=151949;showmenu=antino;status=Antino 1;");
//aI("text=Technical Report;url=/s/SleepTech.asp;status=Technical Report;");
//aI("text=Maps & Photos;url=/s/Photo_gallery.asp;status=Maps & Photos;");
//aI("text=Environmental Considerations;url=/s/SleepEnviro.asp;status=Environmental Considerations;");
}


   with(milonic=new menuname("antino")){
   style=menuStyle;
   aI("text=Project Description;url=/s/Antino1.asp?ReportID=151949;status=Project Description;");
//   aI("text=Map;url=/s/Antino1.asp?ReportID=151952;status=Map;");
   aI("text=Maps & Photos;url=/s/Antino1-Photos.asp;status=Maps & Photos;");
   aI("text=Technical Report;url=/s/Antino1.asp?ReportID=151953;status=Technical Report;");
   }
   
    with(milonic=new menuname("lely")){
      style=menuStyle;
	  aI("text=Project Description;url=/s/LelyGold.asp?ReportID=78876;status=Project Description;");
//	  aI("text=Map;url=/s/LelyGold.asp?ReportID=78950;status=Map;");
	  aI("text=Maps & Photos;url=/s/lelygold-photos.asp;status=Maps & Photos;");
      aI("text=Technical Report;url=/s/LelyGold.asp?ReportID=307964;status=Technical Report;");
   }

with(milonic=new menuname("inv")){
style=menuStyle;
//aI("text=Quick Facts;url=/i/pdf/FactSheet.pdf;status=Quick Facts;");
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Articles/Presentations;url=/s/Presentations.asp;status=Articles/Presentations;");
//aI("text=Mining Analysts;url=/s/Analysts.asp;status=Mining Analysts;");
aI("text=Capital Structure;url=/s/CapitalStructure.asp;status=Capital Structure;");
aI("text=Financials;url=/s/Financials.asp;status=Financials;");
aI("text=Annual Reports;url=/s/AnnualReports.asp;status=Annual Reports;");
aI("text=Other Public Filings;url=/s/OtherPublicFilings.asp;status=Other Public Filings;");
aI("text=Related Web Sites;url=/s/RelatedSites.asp;status=Related Web Sites;");
}

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();