fixMozillaZIndex=true;
_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=5               // 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="#ffffff";
oncolor="#BED649";
offbgcolor="#ffffff";
offcolor="#314E9A";
pagebgcolor="#ffffff";
pagecolor="#BED649";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="#314E9A";
separatorsize="1";
separatorheight="12";
separatorpadding="4";
padding=4;
fontsize="13";
fontweight="bold";
fontfamily="Arial, helvetica";
headercolor="#BED649";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#F5F9FD";
oncolor="#126CB6";
offbgcolor="#F5F9FD";
offcolor="#000000";
pagebgcolor="#F5F9FD";
pagecolor="#000000";
bordercolor="#336699";
borderstyle="solid";
borderwidth=1;
separatorcolor="#336699";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("Main Menu")){
style=mainStyle;
screenposition="center";
top=49;
left="offset=130";
alwaysvisible=1;
orientation="horizontal";
aI("url=/s/Home.asp;text=HOME;status=Home;");
aI("url=/s/CorporateDirectory.asp;showmenu=Corporate;text=CORPORATE;status=Corporate;");
aI("url=/s/Projects.asp;text=PROJECTS;status=Projects;");
aI("url=/s/StockInfo.asp;showmenu=Investor;text=INVESTOR INFO;status=Investor Info;");
aI("url=/s/NewsReleases.asp;text=NEWS;status=News;");
aI("url=/s/ContactUs.asp;showmenu=contact;text=CONTACT;status=Contact;");
aI("url=/s/QwikReport.asp;text=QWIKREPORT;status=QwikReport;");
}

with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
}

with(milonic=new menuname("Investor")){
style=menuStyle;
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("Projects")){
style=menuStyle;
aI("text=Virgo Zama;url=/s/VirgoZama.asp;status=Virgo Zama;");
aI("text=Kulyk/Jenny Uranium;url=/s/KulykJenny.asp;status=Kulyk/Jenny Uranium;");
aI("text=Prophet River Natural Gas;url=/s/ProphetRiver.asp;status=Prophet River Natural Gas;");
}

//with(milonic=new menuname("kulyk")){
//style=menuStyle;
//aI("text=Maps;url=/s/KulykJennyMap.asp;status=Maps;");
//}

//with(milonic=new menuname("virgo")){
//style=menuStyle;
//aI("text=Drill Locations;showmenu=drill;status=Drill Locations;");
//aI("text=Pictures;url=/s/Pictures.asp;status=Pictures;");
//}

//   with(milonic=new menuname("drill")){
//   style=menuStyle;
//   aI("text=13-22;url=/s/13-22.asp;status=13-22;");
//   aI("text=12-22;url=/s/12-22.asp;status=12-22;");
//   aI("text=7-22;url=/s/7-22.asp;status=7-22;");
//   }


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;");
}

drawMenus();