_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(mainStyle=new mm_style()){
onbgcolor="";
oncolor="#640D0F";
offbgcolor="";
offcolor="#000000";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorimage="/i/tdot.gif";
separatorwidth="25";
padding=3;
fontsize="12";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#640D0F";
pagebgcolor="";
headercolor="#640D0F";
headerbgcolor="";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
valign="middle";
}

with(menuStyle=new mm_style()){
onbgcolor="#EFEDD2";
oncolor="#640D0F";
offbgcolor="#EFEDD2";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="";
separatorsize="0";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#640D0F";
pagebgcolor="#EFEDD2";
headercolor="#640D0F";
headerbgcolor="#EFEDD2";
subimage="";
subimagepadding="2";
overfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Forward', duration=0.3)";
outfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Reverse', duration=0.3)";
}


with(milonic=new menuname("prj")){
top="offset=2";
style=menuStyle;
aI("text=Overview;url=/prosperity/ProjectInfo.asp;status=Overview;");
aI("text=Location Map;url=/prosperity/Location.asp;status=Location Map;");
aI("text=Project Components;url=/prosperity/ProjectComponents.asp;status=Project Components;");
aI("text=Environmental Assessment;url=/prosperity/EnvironmentalAssessment.asp;status=Environmental Assessment;");
aI("text=Environmental Assessment Report;url=/prosperity/PEA-EISA.asp;status=Environmental Assessment Report;");
aI("text=Mine Development Process;url=/prosperity/MineDevelopmentProcess.asp;status=Mine Development Process;");
aI("text=Project Feasibility;url=/prosperity/ProjectFeasibility.asp;status=Project Feasibility;");
aI("text=Economic Impact;url=/prosperity/EnvironmentalImpact.asp;status=Economic Impact;");
}

with(milonic=new menuname("corp")){
top="offset=2";
style=menuStyle;
aI("text=Corporate Overview;url=/prosperity/CorporateOverview.asp;status=Corporate Overview;");
aI("text=Officers and Directors;url=/prosperity/Officers.asp;status=Officers and Directors;");
aI("text=Management;url=/prosperity/Management.asp;status=Management;");
//aI("text=Project Status & Timeline;url=/prosperity/ProjectStatus.asp;status=Project Status & Timeline;");
//aI("text=Infrastructure;url=/prosperity/Infrastructure.asp;status=Infrastructure;");
aI("text=FAQ;url=/prosperity/FAQ.asp;status=FAQ;");
}

with(milonic=new menuname("mining")){style=menuStyle;
top="offset=2";
aI("text=The Mining Process;url=/prosperity/MiningProcess.asp;status=The Mining Process;");
aI("text=Mining Glossary;url=/prosperity/Glossary.asp;status=Mining Glossary;");
}

with(milonic=new menuname("contact")){style=menuStyle;
top="offset=2";
aI("text=Contact Us;url=/prosperity/ContactUs.asp;status=Contact Us;");
aI("text=Request More Info;url=/prosperity/InformationRequest.asp;status=Request More Info;");
}

drawMenus();
