_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()){
offbgcolor="#4B4A38";
offcolor="#FFBC01";
onbgcolor="#61614E";
oncolor="#FFFFFF";
pagebgcolor="#4B4A38";
pagecolor="#FFFFFF";
bordercolor="#101010";
borderstyle="solid";
borderwidth=0;
separatorcolor="#464638";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=About Northern Tiger;url=/s/Corporate.asp;status=About Northern Tiger;");
aI("text=Management;url=/s/Management.asp;status=Management;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Project Location Map;url=/s/Projects.asp;status=Project Location Map;");
aI("text=Dawson Range Map;url=/s/DawsonRangeMap.asp;status=Dawson Range Map;");
aI("text=Sonora Gulch Project;url=/s/Sonora.asp;status=Sonora Gulch Project;");
aI("text=3Ace Project;url=/s/3Ace.asp;status=3Ace Project;");
aI("text=Minto-style Projects;url=/s/Minto.asp;status=Minto-style Projects;");
aI("text=Other Yukon Projects;url=/s/DawsonRange.asp;status=Other Yukon Projects;");
aI("text=Alberta Sun Project;url=/s/AlbertaSun.asp;status=Alberta Sun Project;");
aI("text=Technical Reports;url=/s/TechnicalReports.asp;status=Technical Reports;");
aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Stock Price;url=/s/StockPrice.asp;status=Stock Price;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Events;url=/s/Events.asp;status=Events;");
aI("text=Related Sites;url=/s/RelatedSites.asp;status=Related Sites;");
aI("text=Media;url=/s/Media.asp;status=Media;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/Contact.asp;status=Contact Info;");
aI("text=Request More Info;url=/s/InformationRequest.asp;status=Request More Info;");
}

drawMenus();