_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="#6896BD";
oncolor="#ffffff";
offbgcolor="#E0EBF2";
offcolor="#000000";
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#6896BD";
headercolor="#ffffff";
headerbgcolor="#6896BD";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Corporate Profile;url=/s/CorporateInfo.asp;status=Corporate Profile;");
aI("text=Directors & Management;url=/s/Management.asp;status=Directors & Management;");
aI("text=Codes & Policies;url=/s/CodesAndPolicies.asp;status=Codes & Policies;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
aI("text=Legal Notice;url=/s/Disclaimer.asp;status=Legal Notice;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Thompson Creek Mine;url=/s/Thompson.asp;target=blank;status=Thompson Creek Mine;");
aI("text=Endako Mine;url=/s/Endako.asp;target=blank;status=Endako Mine;");
aI("text=Langeloth Metallurgical Facility;url=/s/Langeloth.asp;target=blank;status=Langeloth Metallurgical Facility;");
aI("text=Davidson Project;url=/s/DavidsonProject.asp;status=Davidson Project;");
aI("text=Photographs;showmenu=photos;status=Photographs;");
//aI("text=Maps & Figures;url=/s/MapsAndFigures.asp;status=Maps & Figures;");
}

with(milonic=new menuname("photos")){
style=menuStyle;
aI("text=Thompson Creek Mine;url=/s/PhotographsThompson.asp;status=Thompson Creek Mine;");
aI("text=Endako Mine;url=/s/PhotographsEndako.asp;status=Endako Mine;");
aI("text=Langeloth Metallurgical Facility;url=/s/PhotographsLangeloth.asp;status=Langeloth Metallurgical Facility;");
aI("text=Davidson Project;url=/s/PhotographsDavidson.asp;status=Davidson Project;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Quote;url=/s/StockQuote.asp;status=Stock Quote;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=About Molybdenum;url=/s/AboutMolybdenum.asp;status=About Molybdenum;");
aI("text=Financials & Reports;url=/s/FinancialsAndReports.asp;status=Financials & Reports;");
aI("text=Presentations & Video;url=/s/Presentations.asp;status=Presentations & Video;");
aI("text=Investor Fact Sheet;url=/s/Brochure.asp;status=Investor Fact Sheet;");
aI("text=Analyst Coverage;url=/s/AnalystCoverage.asp;status=Analyst Coverage;");
aI("text=Annual Report;url=http://www.thompsoncreekmetals.com/2008AnnualReport/AnnualReport.html;status=Annual Report;");
aI("text=Regulatory Filings;url=/s/RegulatoryFilings.asp;status=Regulatory Filings;");
aI("text=Quarterly Webcast Archive;url=/s/QuarterlyArchive.asp;status=Quarterly Webcast Archive;");
aI("text=Media Archive;url=/s/MediaArchive.asp;status=Media Archive;");
}

drawMenus();
