_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()){
offbgcolor="#000000";
offcolor="#ffffff";
onbgcolor="#b36219";
oncolor="#ffffff";
pagebgcolor="#b36219";
pagecolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=4;
fontsize="12";
fontweight="normal";
fontfamily="Arial, helvetica";
headercolor="#ffffff";
headerbgcolor="#b36219";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("corp")){
style=menuStyle;
top="offset=6";
left="offset=6";
aI("text=Management & Directors;url=/s/Management.asp;status=Management & Directors;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
top="offset=6";
left="offset=4";
aI("text=Sunbeam;url=/s/Sunbeam.asp?ReportID=358001,360190;status=Sunbeam;");
aI("text=Blackfly;url=/s/Blackfly.asp?ReportID=408835,360296;status=Blackfly;");
aI("text=Central Canada;url=/s/CentralCanada.asp?ReportID=395047,395043;status=Central Canada;");
aI("text=Needle;url=/s/Needle.asp?ReportID=360387,360388;status=Needle;");
aI("text=Stewart;url=/s/Stewart.asp?ReportID=409178,409177;status=Stewart;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
top="offset=6";
left="offset=4";
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Fact Sheet;url=/i/pdf/factsheet.pdf;target=_blank;status=Fact Sheet;");
aI("text=Corporate Power Point;url=/s/CorporatePowerPoint.asp;status=Corporate Power Point;");
aI("text=Links;url=/s/Links.asp;status=Links;");
aI("text=Corporate Marketing;url=/s/CorporateMarketing.asp;status=Corporate Marketing;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
top="offset=6";
left="offset=4";
aI("text=Contact Info;url=/s/Contact.asp;status=Contact Info;");
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();