_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;
separatorwidth="31";
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#052542";
oncolor="#ffffff";
offbgcolor="#E5E4DF";
offcolor="#052542";
bordercolor="#333333";
borderstyle="solid";
borderwidth=1;
separatorcolor="#C4BCAD";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#052542";
headercolor="#ffffff";
headerbgcolor="#052542";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("about")){
style=menuStyle;
top="offset=-1";
aI("text=Company Overview;url=/s/CompanyOverview.asp;status=Company Overview;");
aI("text=Management;url=/s/Management.asp;status=Management;");
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=-1";
//aI("text=Projects Overview;url=/s/Projects.asp;status=Projects Overview;");
aI("text=Kwanika Property;url=/s/Kwanika.asp;status=Kwanika Property;");
aI("text=Quesnel Trough Properties;url=/s/Quesnel.asp;status=Quesnel Trough Properties;");
aI("text=Quest Properties;url=/s/Quest_Joint_Venture.asp;status=Quest Properties;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
top="offset=-1";
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Shareholders Right Plan;url=/s/SRP.asp;status=Shareholders Right Plan;");
aI("text=Financials;url=/s/FinancialStatements.asp;status=Financials;");
aI("text=Analyst & Media Coverage;url=/s/AnalystCoverage.asp;status=Analyst & Media Coverage;");
aI("text=Articles & Video;url=/s/RelatedArticles.asp;status=Articles & Video;");
aI("text=Upcoming Events;url=/s/UpcomingEvents.asp;status=Upcoming Events;");
aI("text=Message from the President;url=/s/MessageFromThePresident.asp;status=Message from the President;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
//aI("text=Why SIR?;url=/s/WhySIR.asp;status=Why SIR?;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
top="offset=-1";
aI("text=Contact Info;url=/s/ContactUs.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;");
aI("text=Careers;url=/s/Careers.asp;status=Careers;");
}

drawMenus();
