_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=-20            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x
fixMozillaZIndex=true

with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(mainStyle=new mm_style()){
onbgcolor="";
oncolor="#a1a1a1";
offbgcolor="";
offcolor="#ffffff";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="";
separatorimage="/i/common10/sep.gif";
separatorsize="44";
separatorpadding="0";
padding="9";
fontsize="15px";
fontweight="";
fontfamily="Helvetica, Arial";
pagecolor="#a1a1a1";
pagebgcolor="";
headercolor="#a1a1a1";
headerbgcolor="";
subimage="";
subimagepadding="";
overfilter="";
outfilter="";
}


with(menuStyle=new mm_style()){
onbgcolor="#0f5016";
oncolor="#a1a1a1";
offbgcolor="#0d320d";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
separatorcolor="#ffffff";
separatorpadding="0";
separatorsize="1";
padding="10";
fontsize="12px";
fontstyle="normal";
fontfamily="Arial, helvetica";
pagecolor="#c5c5c5";
pagebgcolor="#0f5016";
headercolor="#c5c5c5";
headerbgcolor="#0f5016";
subimage="";
subimagepadding="";
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("Corporate")){
style=menuStyle;
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Board of Directors;url=/s/Directors.asp;status=Board of Directors;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Property;url=/s/Property.asp;status=Property;");
aI("text=Property Location;url=/s/PropertyLocation.asp;status=Property Location;");
aI("text=Regional Geology;url=/s/RegionalGeology.asp;status=Regional Geology;");
aI("text=Guyana Gold Shield Potential;url=/s/GuyanaPotential.asp;status=Guyana Gold Shield Potential;");

//aI("text=About Guyana;url=/s/AboutGuyana.asp;status=About Guyana;");
//aI("text=Alphonso;url=/s/Alphonso.asp;status=Alphonso;");
//aI("text=Shoreham;url=/s/Shoreham.asp;status=Shoreham;");
//aI("text=Nechako Project;url=/s/Nechako.asp;status=Nechako;");
//aI("text=Alexis Project;url=/s/Alexis.asp;status=Alexis;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/Contact.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();
