_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(menuStyle=new mm_style()){
offbgcolor="#F0F0F0";
offcolor="#000000";
onbgcolor="#CECECE";
oncolor="#333333";
pagebgcolor="#CECECE";
pagecolor="#333333";
bordercolor="#101010";
borderstyle="solid";
borderwidth=1;
separatorcolor="#101010";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
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("corp")){
style=menuStyle;
top="offset=-1";
left="offset=20";
aI("text=Overview;url=/s/Corporate.asp;status=Overview;");
//aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Mission;url=/s/Mission.asp;status=Mission;");
aI("text=Governance;url=/s/GovernanceDocuments.asp;status=Governance;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
top="offset=-1";
left="offset=20";
aI("text=Overview;url=/s/Projects.asp;status=Overview;");
aI("text=Canada Properties;showmenu=can;url=/s/Canada.asp;status=Canada Properties;");
aI("text=USA Property;showmenu=usa;url=/s/USA.asp;status=USA Property;");
aI("text=Chile Properties;showmenu=chi;url=/s/Chile.asp;status=Chile Properties;");
aI("text=Mexico Property;showmenu=mex;url=/s/Mexico.asp;status=Mexico Property;");
}

      with(milonic=new menuname("can")){
      style=menuStyle;
      top="offset=5";
      left="offset=-3";
      aI("text=Yava Property;url=/s/Yava.asp;status=Yava Property;");
      aI("text=Parbec Property;url=/s/Parbec.asp;status=Parbec Property;");
      
      }

      with(milonic=new menuname("usa")){
      style=menuStyle;
      top="offset=5";
      left="offset=-3";
      aI("text=Blue Moon Property;url=/s/BlueMoon.asp;status=Blue Moon Property;");
      }

      with(milonic=new menuname("chi")){
      style=menuStyle;
      top="offset=5";
      left="offset=-3";
      aI("text=Yuby-Gabriela Properties;url=/s/Gabriela.asp;status=Yuby-Gabriela Properties;");
      //aI("text=Islena Property;url=/s/Islena.asp;status=Islena Property;");
      }
	  
	  with(milonic=new menuname("mex")){
      style=menuStyle;
      top="offset=5";
      left="offset=-3";
      aI("text=Vinata Property;url=/s/Vinata.asp;status=Vinata Property;");
      //aI("text=La Morena Property;url=/s/LaMorena.asp;status=La Morena Property;");
      //aI("text=La Mojina Property;url=/s/LaMoina.asp;status=La Mojina Property;");
      }

with(milonic=new menuname("inv")){
style=menuStyle;
top="offset=-1";
left="offset=20";
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;");
aI("text=Related Websites;url=/s/RelatedSites.asp;status=Related Websites;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
top="offset=-1";
left="offset=20";
aI("text=Contact Info;url=/s/ContactUs.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();