_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(mainmenuStyle=new mm_style()){
onbgcolor="#69675A";
oncolor="#B89460";
offbgcolor="#69675A";
offcolor="#ffffff";
bordercolor="";
borderstyle="none";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=1;
fontsize="11";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#B89460";
pagebgcolor="#69675A";
headercolor="#B89460";
headerbgcolor="#69675A";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#981039";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="verdana, Arial, helvetica";
pagecolor="#981039";
pagebgcolor="#ffffff";
headercolor="#981039";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Main Menu")){
style=mainmenuStyle;
top=64;
left=224;
alwaysvisible=1;
orientation="horizontal";
aI("text=CORPORATE&nbsp;&nbsp;&nbsp;;url=/s/CorporateDirectory.asp;showmenu=comp;status=Corporate;");
aI("text=&nbsp;&nbsp;NEWS&nbsp;&nbsp;;url=/s/PressReleases.asp;status=NEWS ROOM;");
aI("text=&nbsp;&nbsp;PROJECTS&nbsp;&nbsp;;url=/s/Projects.asp;status=PROJECTS;");
aI("text=&nbsp;&nbsp;INVESTORS - MEDIA&nbsp;&nbsp;;url=/s/StockInfo.asp;showmenu=inv;status=INVESTORS;");
aI("text=&nbsp;&nbsp;CONTACT US&nbsp;&nbsp;;url=/s/ContactUs.asp;showmenu=contact;status=CONTACT US;");
aI("text=&nbsp;&nbsp;QWIKREPORT&nbsp;&nbsp;;url=/s/QwikReport.asp;status=QWIKREPORT;");
aI("text=&nbsp;&nbsp;HOME;url=/s/Home.asp;status=HOME;");
}

with(milonic=new menuname("comp")){
top=90;
style=menuStyle;
aI("text=Directory;url=/s/CorporateDirectory.asp;status=Directory;");
aI("text=Management;url=/s/Management.asp;status=Management;");
}


with(milonic=new menuname("inv")){
top=90;
style=menuStyle;
aI("text=Stock Quote;url=/s/StockInfo.asp;status=Stock Quote;");
//aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Financial Statements;url=/s/Financials.asp;status=Financial Statements;");
aI("text=Media;url=/s/Media.asp;status=Media;");
}

with(milonic=new menuname("contact")){
top=90;
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();