_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="#414245";
oncolor="#F5BF21";
offbgcolor="#414245";
offcolor="#ffffff";
bordercolor="#414245";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#F5BF21";
pagebgcolor="#414245";
headercolor="#F5BF21";
headerbgcolor="#414245";
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=Management and Board;url=/s/Management.asp;status=Management and Board;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Code of Ethics;url=/s/CodeofEthics.asp;status=Code of Ethics;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
aI("text=Shareholder Rights Plan;url=/s/ShareholderRightsPlan.asp;status=Shareholder Rights Plan;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Property Map;url=/s/PropertyMap.asp;status=Property Map;");
aI("text=Mine Permitting Process;url=/s/MinePermittingProcess.asp;status=Mine Permitting Process;");
aI("text=ISR Mining;url=/s/ISRMining.asp;status=ISR Mining;");
aI("text=Advanced Projects;url=/s/Advancedprojects.asp;status=Advancedprojects;");
aI("text=Property Technical Reports;url=/s/TechnicalReports.asp;status=Property Technical Reports;");
aI("text=Uranium Resources;url=/s/UraniumResources.asp;status=Uranium Resources;");
//aI("text=Exploration Projects;url=/s/Explorationprojects.asp;status=Exploration Projects;");
aI("text=Photo Gallery;url=/s/Photogallery.asp;status=Photo Gallery;");
/*
aI("text=Saskatchewan;url=/s/Saskatchewan.asp;status=Saskatchewan;");
aI("text=Mongolia;url=/s/Mongolia.asp;status=Mongolia;");
aI("text=Wyoming;url=/s/Wyoming.asp;status=Wyoming;");
aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
*/
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Share Price Information;url=/s/StockInfo.asp;status=Share Price Information;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Analyst Coverage;url=/s/AnalystCoverage.asp;status=Analyst Coverage;");
aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
aI("text=Related Websites;url=/s/RelatedSites.asp;status=Related Websites;");
aI("text=SEC filings;url=http://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0001162324&owner=include&count=40;target=blank;status=SEC filings;");
aI("text=About Our Name;url=/s/Aboutourname.asp;status=About Our Name;");
aI("text=2011 Annual General Meeting;url=/2011annualmeeting/;status=2011 Annual General Meeting;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
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;");
aI("text=Careers;url=/s/Human-Resources.asp;status=Careers;");
}

drawMenus();
