_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()){
onbgcolor="#8792A2";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#0E56A7";
bordercolor="#333333";
borderstyle="solid";
borderwidth=1;
separatorcolor="#8792A2";
separatorsize="1";
padding=4;
fontsize="10";
fontstyle="normal";
fontfamily="verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#8792A2";
headercolor="#ffffff";
headerbgcolor="#8792A2";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("Main Menu")){
style=AllImagesStyle;
top=133;
left=199;
alwaysvisible=1;
orientation="horizontal";
aI("url=http://www.lysanderminerals.com/s/CorporateDirectory.asp;showmenu=corp;image=/i/menu/corp-off.gif;overimage=/i/menu/corp-on.gif;");
aI("url=http://www.lysanderminerals.com/s/NewsReleases.asp;status=News Releases Page;image=/i/menu/news-off.gif;overimage=/i/menu/news-on.gif;");
aI("url=http://www.lysanderminerals.com/s/VerticalnayaProject.asp;showmenu=proj;image=/i/menu/projects-off.gif;overimage=/i/menu/projects-on.gif;");
aI("url=http://www.lysanderminerals.com/s/StockInfo.asp;showmenu=inv;image=/i/menu/investors-off.gif;overimage=/i/menu/investors-on.gif;");
aI("url=http://www.lysanderminerals.com/s/ContactUs.asp;showmenu=contact;image=/i/menu/contact-off.gif;overimage=/i/menu/contact-on.gif;");
aI("url=http://www.lysanderminerals.com/s/QwikReport.asp;image=/i/menu/qwikreport-off.gif;overimage=/i/menu/qwikreport-on.gif;");
aI("url=http://www.lysanderminerals.com/s/Home.asp;image=/i/menu/home-off.gif;overimage=/i/menu/home-on.gif;");
}

with(milonic=new menuname("corp")){
top=167;
style=menuStyle;
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Management & Directors;url=/s/Management.asp;status=Management & Directors;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
}

with(milonic=new menuname("proj")){
top=167;
style=menuStyle;
aI("text=Verticalnaya Project;url=/s/VerticalnayaProject.asp;status=Verticalnaya Project;");
aI("text=Verticalnaya Photo Gallery;url=/s/PhotoGallery.asp;status=Verticalnaya Photo Gallery;");
aI("text=Osilinka Project;url=/s/OsilinkaProperty.asp;status=Osilinka Project;");
//aI("text=Jajay Project;url=/s/JajayProperty.asp;status=Jajay Project;");
aI("text=Pinchi Project;url=/s/PinchiProject.asp;status=Pinchi Project;");
aI("text=Technical Reports;url=/s/TechnicalReports.asp;status=Technical Reports;");
}

with(milonic=new menuname("inv")){
top=167;
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=Related Reports;url=/s/RelatedReports.asp;status=Related Reports;");
aI("text=Related Web Sites;url=/s/RelatedSites.asp;status=Related Web Sites;");
}

with(milonic=new menuname("contact")){
top=167;
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();