_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=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


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#967938";
oncolor="#FFFFFF";
offbgcolor="#224f90";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=6;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana,Arial, helvetica";
pagecolor="#FFFFFF";
pagebgcolor="#967938";
headercolor="#FFFFFF";
headerbgcolor="#967938";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("dummy")){
style=menuStyle;
aI("text=Photo Gallery;url=/s/NWT.asp;status=Photo Gallery;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Northwest Territories;url=/s/Northwest.asp?ReportID=373730;status=Northwest Territories;");
//aI("text=North Sea;url=/s/Northsea-UKCS.asp?ReportID=373727;status=North Sea;");
}


with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Management & Directors;url=/s/Management-Directors.asp;status=Management & Directors;");
//aI("text=Corporate Profile;url=/s/CorporateProfile.asp;status=Corporate Profile;");
aI("text=Executive Summary;url=/s/ExecutiveSummary.asp;status=Executive Summary;");
}

with(milonic=new menuname("news")){
style=menuStyle;
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Press Articles;url=/s/PressArticles.asp;status=Press Articles;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
//aI("text=Investor Brochure;url=http://www.internationalfrontier.com/i/pdf/IFR-brochure.pdf;status=Investor Brochure;target=_blank;");
aI("text=Quote & Chart;url=/s/QuoteChart.asp;status=Quote & Chart;");
aI("text=SEDAR Filings;url=http://www.sedar.com/DisplayCompanyDocuments.do?lang=EN&issuerNo=00010241;status=SEDAR Filings;target=_blank;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Press Articles;url=/s/PressArticles.asp;status=Press Articles;");
aI("text=Financial Reports;url=/s/FinancialReports.asp;status=Financial Reports;");
//aI("text=Corporate Presentation;url=http://www.internationalfrontier.com/presentation.htm;target=_blank;status=Corporate Presentation;");
//aI("text=Video Clips;url=#;showmenu=clips;status=Video Clips;");
aI("text=Useful Links;url=/s/UsefulLinks.asp;status=Useful Links;");
aI("text=Glossary of Terms;url=/s/GlossaryofTerms.asp;status=Glossary of Terms;");
//aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Corporate Profile;url=/s/Corporate-Profile.asp;status=Corporate Profile;");
}

with(milonic=new menuname("clips")){
style=menuStyle;
aI("text=Laurel Valley;url=http://www.webfilms.ca/ifr-flash.htm;target=_blank;status=Laurel Valley;");
aI("text=Ridgewood;url=http://www.webfilms.ca/rwoodifr.htm;target=_blank;status=Ridgewood;");
aI("text=Lytham;url=http://www.webfilms.ca/quad412ifr-flash.htm;target=_blank;status=Lytham;");
}

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();