_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()){
onbgcolor="#E2E2E2";
oncolor="#5479A7";
offbgcolor="#E6EDF5";
offcolor="#444444";
bordercolor="#A8A8A8";
borderstyle="solid";
borderwidth=1;
separatorcolor="";
separatorsize="0";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#5479A7";
pagebgcolor="#E2E2E2";
headercolor="#5479A7";
headerbgcolor="#E2E2E2";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("prop")){
style=menuStyle;
aI("text=Mcleod;url=/s/Mcleod.asp;status=Mcleod;");
aI("text=Sedalia;url=/s/Sedalia.asp;status=Sedalia;");
//aI("text=Taber;url=/s/Taber.asp;status=Taber;");
aI("text=Vauxhall;url=/s/Vauxhall.asp;status=Vauxhall;");
}

with(milonic=new menuname("ir")){
style=menuStyle;
aI("text=Oil & Gas Charts;url=/s/IR.asp;status=Oil & Gas Charts;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=SEDAR Filings;url=http://www.sedar.com/;target=blank;status=SEDAR Filings;");
aI("text=Financials;url=/s/Financials.asp;status=Financials;");
aI("text=Quotes & Chart;url=/s/QuotesAndChart.asp;status=Quotes & Chart;");
aI("text=Media Coverage;url=/s/MediaCoverage.asp;status=Media Coverage;");
aI("text=Request More Info;url=/s/InformationRequest.asp;status=Request More Info;");
}

with(milonic=new menuname("man")){
style=menuStyle;
aI("text=Board of Directors;url=/s/Directors.asp;status=Board of Directors;");
}

drawMenus();