_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(mainStyle=new mm_style()){
oncolor="#000000";
offcolor="#000000";
bgimage="/i/common/menu-off.gif";
overbgimage="/i/common/menu-on.gif";
pagebgimage="/i/common/menu-on.gif";
onbold=1;
borderstyle="none";
borderwidth=0;
separatorsize="3";
separatorcolor="#ffffff";
padding=4;
fontsize="12";
fontfamily="Helvetica, Arial, sans-serif";
pagecolor="#000000";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#016341";
oncolor="#ffffff";
offbgcolor="#ECF9DC";
offcolor="#000000";
bordercolor="#86AD71";
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Helvetica, Arial, sans-serif";
pagecolor="#ffffff";
pagebgcolor="#016341";
headercolor="#ffffff";
headerbgcolor="#016341";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("dept")){
style=menuStyle;
aI("text=Mining & Exploration;url=/s/Departments.asp?ReportID=153153;status=Mining & Exploration;");
aI("text=Oil & Gas;url=/s/Departments.asp?ReportID=153154;status=Oil & Gas;");
aI("text=Alternative Energy;url=/s/Departments.asp?ReportID=153155;status=Alternative Energy;");
aI("text=Bio-Technology;url=/s/Departments.asp?ReportID=153156;status=Bio-Technology;");
aI("text=Technology;url=/s/Departments.asp?ReportID=153157;status=Technology;");
aI("text=Special Situations;url=/s/Departments.asp?ReportID=153158;status=Special Situations;");
aI("text=Education;url=/s/Departments.asp?ReportID=153159;status=Education;");
aI("text=Frequently Asked Questions;url=/s/Departments.asp?ReportID=153160;status=Frequently Asked Questions;");
}

with(milonic=new menuname("inv")){
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 Reports;url=/s/RelatedReports.asp;status=Related Reports;");
aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
aI("text=Related Web Sites;url=/s/RelatedSites.asp;status=Related Web Sites;");
}

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();