_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="#435c87";
oncolor="#ffffff";
offbgcolor="#b5cddc";
offcolor="#000000";
bordercolor="#253056";
borderstyle="solid";
borderwidth=1;
separatorcolor="#253056";
separatorsize="1";
padding=4;
fontsize="12";
fontweight="normal";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#435c87";
headercolor="#ffffff";
headerbgcolor="#435c87";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
top="offset=-1";
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Corporate Governance;url=/s/Governance.asp;showmenu=gov;status=Corporate Governance;");
}

	with(milonic=new menuname("gov")){
	style=menuStyle;
	top="offset=-1";
	aI("text=Corporate Governance Policy;url=/i/pdf/BonTerra_Corporate-Governance-Policy.pdf;target=_blank;status=Corporate Governance Policy;");
	aI("text=Audit Committee Charter;url=/i/pdf/BonTerra_Audit-Committee-Charter.pdf;target=_blank;status=Audit Committee Charter;");
	aI("text=Code of Business Conduct and Ethics;url=/i/pdf/BonTerra_Code-Of-Business-Conduct-And-Ethics.pdf;target=_blank;status=Code of Business Conduct and Ethics;");
	aI("text=Whistleblower Policy;url=/i/pdf/BonTerra_Whistleblower-Policy.pdf;target=_blank;status=Whistleblower Policy;");
	aI("text=Privacy Policy;url=/i/pdf/BonTerra_Privacy-Policy.pdf;target=_blank;status=Privacy Policy;");
	
	}

with(milonic=new menuname("prj")){
style=menuStyle;
top="offset=-1";
aI("text=British Columbia;showmenu=BC;status=British Columbia;");
aI("text=Quebec;showmenu=Que;status=Quebec;");
}

	with(milonic=new menuname("BC")){
	style=menuStyle;
	top="offset=-1";
    aI("text=Willoughby Property;url=/s/Willoughby.asp;showmenu=will;status=Willoughby Property;");
    aI("text=Long Lake Claims;url=/s/LongLake.asp;showmenu=llc;status=Long Lake Claims;");
    aI("text=Symphony Claims;url=/s/Symphony.asp;showmenu=Sym;status=Symphony Claims;");
	}
	
	with(milonic=new menuname("Que")){
	style=menuStyle;
	top="offset=-1";
    aI("text=Rare Metals;url=/s/Quebec.asp;showmenu=QRE;status=Rare Metals;");
    aI("text=Windfall Lake Gold;url=/s/QuebecWindfall.asp;showmenu=quebecwindfall;status=Windfall Lake Gold;");
	}

	with(milonic=new menuname("quebecwindfall")){
	style=menuStyle;
	top="offset=-1";
    aI("text=Map;url=/i/pdf/NAE_WINDFALL_PROPERTIES.pdf;target=_blank;status=Map;");
	}

	with(milonic=new menuname("will")){
	style=menuStyle;
	top="offset=-1";
        aI("text=Map;url=/i/pdf/WILLOUGHBY_FEB11_10-map.pdf;target=_blank;status=Map;");
	aI("text=Report;url=/i/pdf/Willoughby_43-101.pdf;target=_blank;status=Report;");
	}
	
	with(milonic=new menuname("QRE")){
	style=menuStyle;
	top="offset=-1";
        aI("text=Map;url=/i/pdf/QuebecMap.pdf;target=_blank;status=Map;");
	}
	
	with(milonic=new menuname("Sym")){
	style=menuStyle;
	top="offset=-1";
	aI("text=Map;url=/i/pdf/SymphLocationMap.pdf;target=_blank;status=Map;");
	aI("text=Report;url=/i/pdf/Symph43101.pdf;target=_blank;status=Report;");
	}

	with(milonic=new menuname("llc")){
	style=menuStyle;
	top="offset=-1";
        aI("text=Map;url=/i/pdf/CLAIMS_MINE_LONGLAKE_SEPT24_09.pdf;target=_blank;status=Map;");
	aI("text=Report;url=/i/pdf/LongLakeReport.pdf;target=_blank;status=Report;");
	}

with(milonic=new menuname("inv")){
style=menuStyle;
top="offset=-1";
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
top="offset=-1";
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();