_menuCloseDelay=1200          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=250            // 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=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x
fixMozillaZIndex=true


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(mainStyle=new mm_style()){
onbgcolor="transparent";
oncolor="#a33f1f";
offbgcolor="transparent";
offcolor="#000";
bordercolor="transparent";
borderstyle="none";
borderwidth=0;
separatorcolor="#fff";
separatorsize="9";
separatorheight="26";
padding=8;
fontsize="";
fontstyle="";
fontfamily="";
pagecolor="#a33f1f";
pagebgcolor="transparent";
headercolor="#a33f1f";
headerbgcolor="transparent";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
rawcss="padding-right:36px;text-transform:uppercase;";
}


with(menuStyle=new mm_style()){
onbgcolor="#a33f1f";
oncolor="#ffffff";
offbgcolor="#E5E4DF";
offcolor="#a33f1f";
bordercolor="#333333";
borderstyle="solid";
borderwidth=1;
separatorcolor="#C4BCAD";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#a33f1f";
headercolor="#ffffff";
headerbgcolor="#a33f1f";
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;");
aI("text=Mexico;url=/s/Mexico.asp;status=Mexico;");
}

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=President's Communications;url=/s/MessageFromThePresident.asp;status=President's Communications;");
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();
