fixMozillaZIndex=true;		//Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=120			// The time delay for menus to remain visible on mouse out
_menuOpenDelay=10			// The time delay before menus open on mouse over
_subOffsetTop=0             // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset




with(menuStyle=new mm_style()){
onbgcolor="#0073AE";
oncolor="#ffffff";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="";
separatorsize="";
padding=4;
itemheight=24;
fontsize="10px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana";
subimage="";
subimagepadding="";
redStyle=new copyOf(menuStyle)
redStyle.onbgcolor="#0073AE";
redStyle.oncolor="#ffffff";
redStyle.offbgcolor="#000000";
redStyle.offcolor="#ffffff";
redStyle.bordercolor="#000000";
redStyle.borderstyle="solid";
redStyle.overfilter="Alpha(opacity=80)";
overfilter="Alpha(opacity=80)";
}

with(milonic=new menuname("profile")){
style=menuStyle;
overflow="scroll";
aI("text=company overview;url=profile_overview.htm;");
aI("text=growth strategy;url=profile_growth_strategy.htm;");
aI("text=vision;url=profile_vision.htm");
aI("text=management;url=profile_management.htm");
aI("text=governance;url=profile_governance.htm;");
aI("text=careers;url=profile_careers.htm;");
}

with(milonic=new menuname("projects")){
style=menuStyle;
overflow="scroll";
aI("text=project overview;url=projects_overview.htm;");
aI("text=albany fraser overview;url=projects_albany_fraser.htm;");
aI("text=fraser range north;url=projects_fraser_range_north.htm");
aI("text=salmon gums;url=projects_salmon_gums.htm;");
aI("text=cundeelee;url=projects_cundeelee.htm");
aI("text=windarra;url=projects_windarra.htm");
aI("text=sunday;url=projects_sunday.htm");
aI("text=tushtena;url=projects_tushtena.htm");
}

with(milonic=new menuname("albanyfraser")){
style=redStyle;
aI("text=fraser range north;url=projects_fraser_range_north.htm;");
aI("text=salmon gums;url=projects_salmon_gums.htm;");
aI("text=cundeelee;url=projects_cundeelee.htm;");
}

with(milonic=new menuname("investors")){
style=menuStyle;
overflow="scroll";
aI("text=fact sheet;url=investors_fact_sheet.htm;");
aI("text=news releases;url=investors_news_releases.php;");
aI("text=stock information;url=investors_stock_info.htm;");
aI("text=reports;url=investors_financial_reports.php;");
aI("text=shareholder information;url=investors_shareholder_info.htm;");
aI("text=presentations;url=investors_presentations.php;");
aI("text=media >;url=investors_media_triton_gold.htm;showmenu=medialist");
aI("text=educentre >;url=investors_educentre_mining.htm;showmenu=educentrelist");
aI("text=documents;url=http://www.tritongold.com.au/documents;target=_blank");
}

with(milonic=new menuname("medialist")){
style=redStyle;
aI("text=triton gold;url=investors_media_triton_gold.htm;");
aI("text=industry;url=investors_media_industry.htm;");
}

with(milonic=new menuname("educentrelist")){
style=redStyle;
aI("text=about mining;url=investors_educentre_mining.htm;");
aI("text=about gold;url=investors_educentre_gold.htm;");
aI("text=glossary;url=investors_educentre_glossary.htm;");
}

with(milonic=new menuname("sustainability")){
style=menuStyle;
overflow="scroll";
aI("text=values;url=sustainability_values.htm;");
aI("text=principles and policy;url=sustainability_principles_policy.htm;");
aI("text=environmental responsibility;url=sustainability_environmental_responsibility.htm;");
aI("text=social responsibility;url=sustainability_social_responsibility.htm;");
}
drawMenus();

