_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="#F0F0F0";
oncolor="#996600";
offbgcolor="#D1D1D1";
offcolor="#000000";
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666666";
separatorsize="1";
padding=4;
fontsize="10";
fontstyle="";
fontfamily="verdana, Arial, helvetica";
pagecolor="#996600";
pagebgcolor="#F0F0F0";
headercolor="#996600";
headerbgcolor="#D1D1D1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("temp")){
style=menuStyle;
aI("text=Company Data;url=/s/Corporate.asp;status=Company Data;");
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Company Data;url=/s/Corporate.asp;status=Company Data;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("contract")){
style=menuStyle;
aI("text=About Us;url=/s/ContractDrilling.asp;status=About Us;");
aI("text=Brochure;url=/s/ContractDrilling-Brochure.asp;status=Brochure;");
aI("text=Conduct & Practices;url=/s/Conduct.asp;status=Conduct & Practices;");
aI("text=Request Tender;url=/s/ContractDrilling-Tender.asp;status=Request Tender;");
aI("text=Photo Gallery;url=/s/ContractDrilling-PhotoGallery.asp;status=Photo Gallery;");
aI("text=Contact Us;url=/s/ContractDrilling-Contact.asp;status=Contact Us;");
}


with(milonic=new menuname("hold")){
style=menuStyle;
aI("text=IMPACT Silver Corp.;url=/s/Impact.asp;status=IMPACT Silver Corp.;");
aI("text=Dominican Republic;url=/s/DR.asp;status=Dominican Republic;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Why Invest?;url=/s/Investors.asp;status=Why Invest?;");
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Financials;url=/s/Financials.asp;status=Financials;");
aI("text=Analyst Reports;url=/s/AnalystReports.asp;status=Analyst Reports;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Corporate Presentation;url=/s/CorporatePresentations.asp;status=Corporate Presentation;");
aI("text=Events;url=/s/Events.asp;status=Events;");
aI("text=Media;url=/s/Media.asp;status=Media;");
aI("text=Social & Environmental Responsibility;url=/s/SocialAndEnvironmentalResponsibility.asp;status=Social & Environmental Responsibility;");
}

with(milonic=new menuname("news")){
style=menuStyle;
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
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();