_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(MainTextStyle=new mm_style()){
onbgcolor="#270053";
oncolor="#FFFFFF";
offbgcolor="none";
offcolor="#000000";
bordercolor="#666666";
borderstyle="solid";
borderwidth="0";
separatorcolor="none";
separatorsize="30";
padding=11;
fontsize="11";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="none";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#E0DEC6";
oncolor="#000000";
offbgcolor="#C2C0B3";
offcolor="#ffffff";
bordercolor="";
borderstyle="none";
borderwidth="0";
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="12";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#E0DEC6";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Overview;url=/s/Corporate.asp;status=Overview;");
aI("text=Directors & Officers;url=/s/DirectorsAndOfficers.asp;status=Directors & Officers;");
aI("text=Technical Team;url=/s/TechnicalTeam.asp;status=Technical Team");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory");
aI("text=Share Structure;url=/s/Capitalization.asp;status=Share Structure");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Annual and Financial Reports;url=/s/FinancialReports.asp;status=Annual and Financial Reports;");
aI("text=Corporate Presentations;url=/s/Presentations.asp;status=Corporate Presentations;");
aI("text=About Uranium;url=/s/AboutUranium.asp;status=About Uranium;");
aI("text=SEDAR Filing;url=http://www.sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00007777;target=_blank;status=SEDAR Filing;");
aI("text=Risk Factors;url=/s/Risk.asp;status=Risk Factors;");
aI("text=Glossary of Exploration and Technical Terms;url=/s/Glossary.asp;status=Glossary of Exploration and Technical Terms;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Projects Overview;url=/s/Projects.asp;status=Projects Overview;");
aI("text=Alexis River;url=/s/AlexisRiver.asp;status=Alexis River;");
//aI("text=Boxey Point;url=/s/BoxeyPoint.asp;status=Boxey Point;");
aI("text=Lost Pond;url=/s/LostPond.asp;status=Lost Pond;");
aI("text=Bottom Brook REE;url=/s/BottomBrook.asp;status=Bottom Brook REE;");
aI("text=Grevet REE;url=/s/Grevet.asp;status=Grevet REE;");
aI("text=Key Lake SW;url=/s/KeyLakeSW.asp;status=Key Lake SW;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/ContactUs.asp;status=Contact Info;itemwidth=125;");
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();