fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=250;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
styleid=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offcolor="#ffffff";
oncolor="#000000";
outfilter="fade(duration=0.5)";
pagecolor="#DEE9F9";
rawcss="padding-top:4px;padding-bottom:1px";
separatorcolor="#fff";
separatorheight=24;
separatorsize=1;
}

with(submenuStyle=new mm_style()){
bordercolor="#4a1010";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="60%";
fontweight="normal";
headercolor="#000000";
offbgcolor="#711515";
offcolor="#ffffff";
onbgcolor="#ab1515";
oncolor="#ffffff";
outfilter="fade(duration=0.5)";
padding=5;
pagecolor="black";
subimage="../images2/9x6_rightbend_grey.gif";
subimagepadding=8;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemheight=30;
itemwidth=90;
left=248;
orientation="horizontal";
style=menuStyle;
top=115;
aI("align=center;bgimage=../images/itemblue.gif;overbgimage=../images/button_over3.gif;text=About Us;url=about.php;");
aI("align=center;bgimage=../images/itemblue.gif;overbgimage=../images/button_over3.gif;text=Contact Us;url=contact.php;"); 
aI("align=center;bgimage=../images/itemblue.gif;overbgimage=../images/button_over3.gif;showmenu=Products;text=Products;");
aI("align=center;bgimage=../images/itemblue.gif;overbgimage=../images/button_over3.gif;text=Distributors;url=distributors.php;");
aI("align=center;bgimage=../images/itemblue.gif;overbgimage=../images/button_over3.gif;showmenu=Downloads;text=Downloads;");
aI("align=center;bgimage=../images/itemblue.gif;overbgimage=../images/button_over3.gif;text=Training;url=training.php;");
aI("align=center;bgimage=../images/itemblue.gif;overbgimage=../images/button_over3.gif;text=News & Info;url=news.php;");
}

with(milonic=new menuname("Products")){
itemheight=15;
style=submenuStyle;
aI("showmenu=Analogue;text=Analog Fire Detection;");
aI("showmenu=Ancillary;text=Ancillary Items;");
aI("text=VESNet;url=product_vesnet.php;");
aI("text=Virtual Panel;url=product_virtual_panel.php;");
aI("text=Power Supplies;url=product_power_supplies.php;");
aI("text=Voice Evacuation Systems;url=product_voice_evac.php;");
}

with(milonic=new menuname("Analogue")){
itemheight=15;
itemwidth=280;
style=submenuStyle;
aI("text=<strong>Elite</strong> - 2-4 Loop Analog Addressable C/P's;url=product_elite.php;");
aI("text=<strong>Elite RS</strong> - 1-2 Loop Analog Addressable C/P's;url=product_eliters.php;");
aI("text=<strong>eVIEW</strong> - Serial Annunciator;url=product_eview.php;");
aI("text=<strong>eMATRIX</strong> - Configurable Floor Plan Mimic Annunciators;url=product_ematrix.php;");
aI("text=<strong>eNET</strong> - Elite Networking;url=product_enet.php;");
aI("text=<strong>GUIDE</strong> - Graphical PC User Interface for Fire Detection Systems;url=product_guide.php;");
}


with(milonic=new menuname("Ancillary")){
itemheight=15;
itemwidth=280;
style=submenuStyle;
aI("text=Addressable Heat & Smoke Detectors;url=product_detectors_apollo.php;");
aI("text=Manual Pull Stations;url=product_pull_station.php;");
aI("text=Modules;url=product_modules_apollo.php;");
aI("text=16 Channel Input/Output board;url=product_io.php;");
aI("text=Ancillary Enclosure;url=product_anc-enclosure.php;");
aI("text=<strong>DocBox</strong> - Fire Document Enclosure;url=product_docbox.php;");

}

with(milonic=new menuname("Downloads")){
itemheight=15;
itemwidth=150;
style=submenuStyle;
aI("text=Product Data Sheets;url=download_datasheets.php;");
aI("text=UL Certificates;url=../downloads/AllULCerts.pdf;");
aI("text=Product Guide;url=../datasheets/VES_International_brochure.pdf;");
aI("text=Battery Calculator;url=../ves_elan_battery_calc_ver_12-1.xls;");
aI("text=Terms & Conditions of Sale (pdf 96KB);url=../VES_Fire_Detection_Systems-Terms_of_Sale.pdf;");
}


drawMenus();

