﻿
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // 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="#7B7B73";
oncolor="#FFB50C";
offbgcolor="#7B7B73";
offcolor="#ffffff";
padding=5;
menuwidth="100%";
menuheight="50%"
fontsize="80%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
separatorcolor="#ffb50c"
separatorsize="0"
pagecolor="black";
pagebgcolor="#c3c4c4";
headercolor="#7B7B73";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=176;
left=267;
alwaysvisible=1;
orientation="horizontal";
aI("image=images/home/nav/1.gif;overimage=images/home/nav/1roll.gif;target=_parent;sourceframe=main;url=http://www.bexarenergy.com/capabilities.html;");
aI("image=images/home/nav/2.gif;overimage=images/home/nav/2roll.gif;target=_parent;sourceframe=main;url=http://www.bexarenergy.com/benefits.html");
aI("image=images/home/nav/3.gif;overimage=images/home/nav/3roll.gif;target=_parent;sourceframe=main;url=http://www.bexarenergy.com/inquiries.html;showmenu=Samples;");
aI("image=images/home/nav/4.gif;overimage=images/home/nav/4roll.gif;target=_parent;sourceframe=main;url=http://www.bexarenergy.com/clist.html;");
aI("image=images/home/nav/5x.gif;overimage=images/home/nav/5xroll.gif;target=_parent;sourceframe=main;url=http://www.bexarenergy.com/ProductList.html;");
aI("image=images/home/nav/6.gif;overimage=images/home/nav/6roll.gif;target=_parent;sourceframe=main;url=http://www.bexarenergy.com/contact.html;");
}

with(milonic=new menuname("Samples")){
style=menuStyle;
aI("image=images/home/nav/7.gif;overimage=images/home/nav/7roll.gif;target=_parent;sourceframe=main;target=_parent;sourceframe=main;url=http://www.bexarenergy.com/inquiries.html;");
aI("image=images/home/nav/8.gif;overimage=images/home/nav/8roll.gif;target=_parent;sourceframe=main;target=_parent;sourceframe=main;url=mailto:info@bexarenergy.com;");
}

drawMenus();



