_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(mainStyle=new mm_style()){
onbgcolor="#AB9C73";
oncolor="#ffcc00";
offbgcolor="#AB9C73";
offcolor="#ffffff";
bordercolor="";
borderstyle="none";
borderwidth=1;
separatorcolor="";
separatorsize="0";
padding=3;
fontsize="12";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffcc00";
pagebgcolor="#AB9C73";
headercolor="#ffcc00";
headerbgcolor="#AB9C73";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#AB9C73";
oncolor="#ffffff";
offbgcolor="#AB9C73";
offcolor="#ffcc00";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="";
separatorsize="0";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#AB9C73";
headercolor="#ffffff";
headerbgcolor="#AB9C73";
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("comp")){
top="offset=5";
style=menuStyle;
aI("text=Company Overview;url=/gbg/CompanyOverview.asp;status=Company Overview;");
aI("text=Company Information;url=/gbg/CompanyInformation.asp;status=Corporate Information;");
aI("text=Officers & Directors;url=/gbg/OfficersDirectors.asp;status=Officers & Directors;");
aI("text=Management;url=/gbg/Management.asp;status=Management;");
aI("text=Corporate Governance;url=/gbg/CorporateGovernance.asp;status=Corporate Governance;");
}

with(milonic=new menuname("prj")){
top="offset=5";
style=menuStyle;
aI("text=Overview;url=/gbg/Properties.asp;status=Overview;");
aI("text=Burnstone;url=/gbg/Burnstone.asp;status=Burnstone;");
aI("text=Hollister;url=/gbg/Ivanhoe.asp;status=Hollister;");
}

with(milonic=new menuname("inv")){
top="offset=5";
style=menuStyle;
aI("text=Investor Centre;url=/gbg/InvestorCentre.asp;status=Investor Centre;");
aI("text=Stock Quotes;url=/gbg/StockQuotes.asp;status=Stock Quotes;");
aI("text=News Releases;url=/gbg/NewsReleases.asp?DateRange=2007/01/01...2007/12/31;status=News Releases;");
aI("text=Media Coverage;url=/gbg/MediaCoverage.asp;status=Media Coverage;");
aI("text=Analyst Coverage;url=/gbg/AnalystCoverage.asp;status=Analyst Coverage;");
aI("text=Presentations;url=/gbg/Presentations.asp;status=Presentations;");
aI("text=Financials;url=/gbg/Financials.asp;status=Financials;");
aI("text=SEDAR Filings;url=http://www.sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00004256;target=blank;status=SEDAR Filings;");
}

with(milonic=new menuname("contact")){style=menuStyle;
top="offset=5";
aI("text=Contact Us;url=/gbg/ContactUs.asp;status=Contact Us;");
aI("text=Request More Info;url=/gbg/InformationRequest.asp;status=Request More Info;");
}

drawMenus();