_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="#ffffff";
oncolor="#00a254";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="10";
padding=4;
fontsize="16";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#00a254";
pagebgcolor="#ffffff";
headercolor="#00a254";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
rawcss="text-transform:uppercase";
}

with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#000000";
offbgcolor="#fff8f0";
offcolor="#000000";
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#00a254";
pagebgcolor="#ffffff";
headercolor="#00a254";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
top="offset=8";
aI("text=Overview;url=/s/Corporate.asp;status=Overview;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Board of Directors;url=/s/Directors.asp;status=Board of Directors;");
//aI("text=Advisory Board;url=/s/Advisory_Board.asp;status=Advisory Board;");
aI("text=Technical Advisory Board;url=/s/Technical_Advisory_Board.asp;status=Technical Advisory Board;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
top="offset=8";
aI("text=About Potash;url=/s/About_Potash.asp;status=About Potash;");
aI("text=Argentina Project;url=/s/Argentina_Project.asp?ReportID=373996;status=Argentina Project;");
aI("text=Ethiopia Project;url=/s/Ethiopia_Project.asp?ReportID=373997;status=Ethiopia Project;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
top="offset=8";
aI("text=Overview;url=/s/Investors.asp;status=Overview;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Fact Sheet;url=/s/Fact_Sheet.asp;status=Fact Sheet;");
aI("text=Financial Reports;url=/s/Financial_Reports.asp;status=Financial Reports;");
aI("text=Analyst Coverage;url=/s/Analyst_Coverage.asp;status=Analyst Coverage;");
aI("text=Photo Gallery;url=/s/Photo_Gallery.asp;status=Photo Gallery;");
aI("text=Events;url=/s/Events.asp;status=Events;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
top="offset=8";
aI("text=Contact Info;url=/s/Contact_Us.asp;status=Contact Info;");
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();