_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="transparent";
oncolor="#e39e39";
offbgcolor="transparent";
offcolor="#ffffff";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorimage="/i/common2008/menusep.gif";
separatorheight="33";
separatorwidth="39";
separatorpadding="0";
padding=0;
fontsize="14";
fontweight="bold";
fontfamily="Arial, helvetica, sans-serif";
pagecolor="#e39e39";
pagebgcolor="transparent";
headercolor="#000000";
headerbgcolor="#f0f0f0";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
bordercolor="";
borderstyle="none";
borderwidth=0;
fontfamily="Arial, helvetica, sans-serif";
fontsize="12";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#ffffff";
offbgcolor="#8c8c8c";
offcolor="#ffffff";
onbgcolor="#464646";
oncolor="#ffffff";
outfilter="";
overfilter="Fade(duration=0.2);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#464646";
pagecolor="#ffffff";
separatorcolor="#ffffff";
separatorsize=1;
subimage="/i/arrow-w.gif";
subimagepadding=2;
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Publicly Filed Documents;url=http://www.sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00021558;target=blank;status=Publicly Filed Documents;");
aI("text=Cautionary Notes;url=/s/CautionaryNotes.asp;status=Cautionary Notes;");
aI("text=Quality Assurance&frasl;Quality Control;url=/projects/quality.html;status=Quality Assurance&frasl;Quality Control;");
}

with(milonic=new menuname("advprj")){
style=menuStyle;
aI("text=Joaquin;url=/projects/joaquin.html;status=Joaquin;");
aI("text=Virginia - Santa Rita;url=/projects/santarita.html;status=Virginia - Santa Rita;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Generative Programs;url=/projects/generativeprograms.html;status=Generative Programs;");
aI("text=Argentina Projects;url=/projects/argentinaprojects.html;showmenu=arg;status=Argentina Projects;");
aI("text=Chile Projects;url=/projects/chileprojects.html;showmenu=chile;status=Chile Projects;status=Chon Aike Generation;");
}

//   with(milonic=new menuname("generative")){
//   style=menuStyle;
//   aI("text=Argentina Projects;url=/projects/argentinaprojects.html;showmenu=arg;status=Chon Aike Generation;");
//   aI("text=Chile Projects;url=/projects/chileprojects.html;showmenu=chile;status=Chile Tertiary Generation;");
// }

   with(milonic=new menuname("arg")){
   style=menuStyle;
   aI("text=Under JV;showmenu=argcurjv;status=Under JV;");
   aI("text=Drill Ready Projects;showmenu=argjv;status=Drill Ready Projects;");
   aI("text=Project Pipeline;showmenu=argprjpipe;status=Project Pipeline;");
   }

      with(milonic=new menuname("argcurjv")){
      style=menuStyle;
      aI("text=Joaquin;url=/projects/joaquin.html;status=Joaquin;");
	  aI("text=Espejo;url=/projects/espejo.html;status=Espejo;");
      }

      with(milonic=new menuname("argjv")){
      style=menuStyle;
      aI("text=La Curva;url=/projects/LaCurva.html;status=La Curva;");
      aI("text=Claudia;url=/projects/claudia.html;status=Claudia;");
      aI("text=Libanesa;url=/projects/libanesa.html;status=libanesa;");
      }

      with(milonic=new menuname("argprjpipe")){
      style=menuStyle;
      aI("text=Nico;url=/projects/nico.html;status=Nico;");
      aI("text=Sascha;url=/projects/sascha.html;status=Sascha;");
      aI("text=Guanaco;url=/projects/Guanaco.html;status=Guanaco;");
      aI("text=Playa Grande;url=/projects/PlayaGrande.html;status=Playa Grande;");
      aI("text=Morito;url=/projects/CoMorro.html;status=Morito;");
      aI("text=Los Loros;url=/projects/CoMorro.html;status=Los Loros;");
      aI("text=Julio;url=/projects/CoMorro.html;status=julio;");
      aI("text=Zoe;url=/projects/CoMorro.html;status=zoe;");
      aI("text=Sierra Nevada;url=/projects/otherprojects.html;status=Sierra Nevada;");
      }

   with(milonic=new menuname("chile")){
   style=menuStyle;
   aI("text=Project Pipeline;url=/projects/rubi.html;showmenu=chilejv;status=Project Pipeline;");
   }

      with(milonic=new menuname("chilejv")){
      style=menuStyle;
      aI("text=Rubi;url=/projects/rubi.html;status=Rubi;");
      }


with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Events;url=/s/Events.asp;status=Events;");
aI("text=Presentations & Publications;url=/s/PresentationsAndPublications.asp;status=Presentations & Publications;");
aI("text=Related Websites;url=/s/RelatedSites.asp;status=Related Websites;");
}

drawMenus();
