

_menuCloseDelay=200           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=		           // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#EEEEEE";
oncolor="#990000";
offbgcolor="#EEEEEE";
offcolor="#000000";
bordercolor="#990000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#990000";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
bgimage='background.gif';
subimage="downarrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95)";
outfilter="randomdissolve(duration=0.5)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=0;
left=0;
alwaysvisible=0;
orientation="horizontal";
aI("text=Home;url=index.shtml;status=Back To Home Page;");
aI("text=Focus;showmenu=Focus;");
aI("text=Industries;showmenu=Industries;");
aI("text=Solutions;showmenu=Solutions;");
aI("text=Services;showmenu=Services;");
aI("text=Company;showmenu=Company;");
}

with(milonic=new menuname("Focus")){
style=menuStyle;
margin=5;
overflow="scroll";
aI("text=Avoiding a Major Vulnerability;url=btech-contingency-planners-guide.shtml;");
aI("text=Regulatory Impact on Contingency Planning;url=btech-regulatory-impacts.shtml;");
aI("text=Introduction to a Major Risk Factor;url=btech-risk-management.shtml;");
aI("text=Compliances Strategies - COSO & CobiT Standards;url=btech-coso.shtml;");
aI("text=Questions and Answers For All Contingency Planners;url=btech-contingency-QandA.shtml;");
aI("text=Why Choose BTECH?;url=btech-why-choose.shtml");
}

with(milonic=new menuname("Products")){
style=menuStyle;
margin=5;
aI("text=Battery Monitoring Products;url=btech-products.shtml;");
aI("text=S5 - UPS Cabinet (VRLA);url=btech-solutions-ups-vrla.shtml;");
aI("text=S5 - UPS Flooded (Wet) Cells;url=btech-solutions-ups-flooded.shtml;");
aI("text=S5 - Switchgear (120/250 Volt);url=btech-solutions-switchgear.shtml;");
aI("text=S5 - Telecom (48 Volt);url=btech-solutions-telecom.shtml;");
aI("text=New CellQ Monitoring System;url=btech-literature.shtml");
aI("text=S5 PIT - Portable Battery Impedance Tester;url=btech-products-pit.shtml;");
//aI("text=NiCads;url=btech-solutions-nicad.shtml;");
aI("text=Software;url=btech-software.shtml;");
aI("text=Predicting Battery Failure;url=btech-focus-battery failure.shtml;");
aI("text=Superior Technology;url=btech-focus-technology.shtml;");
aI("text=Frequently Asked Questions;url=btech-frequently-asked-questions.shtml");
}

with(milonic=new menuname("Industries")){
style=menuStyle;
margin=5;
aI("text=Data Center;url=btech-industries-data-centers.shtml;");
aI("text=Financial;url=btech-industries-financial.shtml;");
aI("text=Telecom;url=btech-industries-telecom.shtml;");
aI("text=Manufacturing & Industrial;url=btech-industries-manufacturing.shtml;");
aI("text=Petro Chemical;url=btech-industries-petrochemical.shtml;");
aI("text=Government;url=btech-industries-government.shtml;");
}

with(milonic=new menuname("Services")){
style=menuStyle;
margin=5;
aI("text=Application Design;url=btech-services-application-design.shtml;");
aI("text=Installation;url=btech-services-installation.shtml;");
aI("text=Remote Battery Monitoring;url=btech-services-battery-monitoring.shtml;");
aI("text=Training;url=btech-services-training.shtml;");
aI("text=Service Contracts;url=btech-services-neverfail.shtml;");
}

with(milonic=new menuname("Support")){
style=menuStyle;
margin=5;
aI("text=Technical Support;url=btech-technical-support.shtml;");
aI("text=Downloads;url=downloads.shtml;");
aI("text=PDF Literature;url=btech-literature.shtml");
aI("text=Register BVM Software;url=BVM4Reg.htm")
aI("text=Inquire About Software Maintenance Subscription;url=btech-software-maint-request.shtml");
aI("text=BTECH Technician Login;url=tech-support/service-report.shtml");
}

with(milonic=new menuname("Company")){
style=menuStyle;
margin=5;
aI("text=History;url=btech-company-history.shtml;");
aI("text=General Info;url=btech-company-information.shtml");
aI("text=Contact Us;url=btech-contact.shtml");
aI("text=BTECH Sales Representatives;url=btech-sales-reps.shtml");
aI("text=Customer & Reference List;url=btech-company-customers.shtml");
}

drawMenus();

