_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(mainStyle=new mm_style()){
onbgcolor="transparent";
oncolor="#ffc520";
offbgcolor="transparent";
offcolor="#ffffff";
bordercolor="transparent";
borderstyle="none";
borderwidth=0;
separatorcolor="#999999";
separatorsize="1";
separatorheight="15";
padding=4;
fontsize="13";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffc520";
pagebgcolor="transparent";
headercolor="#ffc520";
headerbgcolor="transparent";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#262323";
oncolor="#ffc520";
offbgcolor="#262323";
offcolor="#ffffff";
bordercolor="#e1e0e0";
borderstyle="solid";
borderwidth=1;
separatorcolor="#e1e0e0";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffc520";
pagebgcolor="#262323";
headercolor="#ffc520";
headerbgcolor="#262323";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("corp")){
style=menuStyle;
top="offset=2";
aI("text=Directors;url=/s/Directors.asp;status=Directors;");
aI("text=Corporate Directory;url=/s/Corporate_Directory.asp;status=Corporate Directory;");
aI("text=Corporate Data;url=/s/Corp_Data.asp;status=Corporate Data;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
top="offset=2";
aI("text=Troy Project;url=/s/Troy_Project.asp;status=Troy Project;");
aI("text=Fry Lake Project;url=/s/Fry_Lake_Project.asp;status=Fry Lake Project;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
top="offset=2";
aI("text=Stock Info;url=/s/Stock_Info.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/Share_Structure.asp;status=Share Structure;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Analyst & Media Coverage;url=/s/Analyst_Media.asp;status=Analyst & Media Coverage;");
aI("text=Upcoming Events;url=/s/Upcoming_Events.asp;status=Upcoming Events;");
aI("text=Financial Statements;url=/s/Financial_Statements.asp;status=Financial Statements;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
top="offset=2";
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();