/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v2.0
   http://deluxe-menu.com
*/



//--- Common
var isHorizontal=1;
var smColumns=1;
var smOrientation=0;
var smViewType=0;
var dmRTL=0;
var pressedItem=-2;
var itemCursor="pointer";
var itemTarget="_self";
var statusString="link";
var blankImage="images/blank.gif";
var key="177b2375exid";
var key1="155b1115exid";

//--- Dimensions
var menuWidth="600px";
var menuHeight="";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX="0";
var posY="0";
var topDX=0;
var topDY=0;
var DX=-0;
var DY=0;

//--- Font
var fontStyle="normal 12px arial, helvetica";
var fontColor=["#FFFFFF","#f10000"];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="#000000";
var menuBorderWidth= "0";
var menuBorderStyle="solid";

//--- Item Appearance
var itemBackColor=["",""];
var itemBackImage=["",""];
var itemBorderWidth=0;
var itemBorderColor=["#FCEEB0","#4C99AB"];
var itemBorderStyle=["solid","solid"];
var itemSpacing=0;
var itemPadding="0px 5px 0px 5px";
var itemAlignTop="center";
var itemAlign="left";
var subMenuAlign="left";

//--- Icons
var iconTopWidth=16;
var iconTopHeight=16;
var iconWidth=16;
var iconHeight=16;
var arrowWidth=7;
var arrowHeight=7;
var arrowImageMain=[""];
var arrowImageSub=[""];

//--- Separators
var separatorImage="images/spacer.gif";
var separatorWidth="100%";
var separatorHeight="9px";
var separatorAlignment="left";
var separatorVImage="";
var separatorVWidth="";
var separatorVHeight="100%";
var separatorPadding="0px";

//--- Floatable Menu
var floatable=0;
var floatIterations=6;
var floatableX=1;
var floatableY=1;

//--- Movable Menu
var movable=0;
var moveWidth=12;
var moveHeight=20;
var moveColor="#DECA9A";
var moveImage="";
var moveCursor="move";
var smMovable=0;
var closeBtnW=15;
var closeBtnH=15;
var closeBtn="";

//--- Transitional Effects & Filters
var transparency="100";
var transition=24;
var transOptions="";
var transDuration=0;
var transDuration2=0;
var shadowLen=0;
var shadowColor="";
var shadowTop=0;

//--- CSS Support (CSS-based Menu)
var cssStyle=0;
var cssSubmenu="submenu";
var cssItem=["itemNormal","itemOver"];
var cssItemText=["itemTextNormal","itemTextOver"];

//--- Advanced
var dmObjectsCheck=0;
var saveNavigationPath=1;
var showByClick=0;
var noWrap=1;
var pathPrefix_img="";
var pathPrefix_link="";
var smShowPause=10;
var smHidePause=500;
var smSmartScroll=1;
var smHideOnClick=1;
var dm_writeAll=0;

//--- AJAX-like Technology
var dmAJAX=0;
var dmAJAXCount=0;

//--- Dynamic Menu
var dynamic=0;

//--- Keystrokes Support
var keystrokes=0;
var dm_focus=1;
var dm_actKey=113;

var itemStyles = [
    ["itemHeight=25px","fontStyle=normal 12px Arial","fontColor=#FFFFFF,#80a2ab","itemBackImage=../img/button-sep.gif,../img/button-sep.gif"],
  ["itemHeight=21px","itemBorderWidth=0","fontStyle=normal 12px Arial","fontColor=#FFFFFF,#FFFFFF","itemBackColor=#80a2ab,#006c86"],
    ["itemHeight=25px","fontStyle=normal 12px Arial","fontColor=#FFFFFF,#80a2ab"],

];



var menuItems = [


["About ESG","../about-esg.html", "", "", "", "_self", "2", "", "", "", "", ],
        ["|History","../history.html", "", "", "", "_self", "1", "", "", "", "", ],
        ["|Mission &amp; Vision","../mission.html", "", "", "", "_self", "1", "", "", "", "", ],
		["|Services","../services.html", "", "", "", "_self", "1", "", "", "", "", ],
        ["|Executive Team","../executive-team.html", "", "", "", "_self", "1", "", "", "", "", ],
		["|Marketing Communications","../marketing/index.html", "", "", "", "_blank", "1", "", "", "", "", ],
        ["|In the Community","../community.html", "", "", "", "_self", "1", "", "", "", "", ],
    ["Energy Performance Contracting","../customer-solutions.html", "", "", "", "_self", "0", "", "", "", "", ],
        ["|K-12 Education","../education.html", "", "", "", "_self", "1", "", "", "", "", ],
        ["|Higher Education","../higher-education.html", "", "", "", "_self", "1", "", "", "", "", ],
        ["|Government","../government.html", "", "", "", "_self", "1", "", "", "", "", ],
        ["|Healthcare","../healthcare.html", "", "", "", "_self", "1", "", "", "", "", ],
        ["|Water & Wastewater","../water-wastewater.html", "", "", "", "_self", "1", "", "", "", "", ],
		["|Commercial/Industrial","../commercial-industrial.html", "", "", "", "_self", "1", "", "", "", "", ],
    ["Renewable Energy","../renewable-energy.html", "", "", "", "_self", "0", "", "", "", "", ],
    ["Energy Centers","../energy-centers.html", "", "", "", "_self", "0", "", "", "", "", ], 
    ["Career Opportunities","../career-opportunities.html", "", "", "", "_self", "0", "", "", "", "", ],
        ["|Current Opportunities","https://energysystemsgroup.hua.mytalentlink.hrdpt.com/ats/", "", "", "", "_blank", "1", "", "", "", "", ],
    ["Login","#", "", "", "", "_self", "0", "", "", "", "", ],
        ["|Vendor Partners","http://ftp.energysystemsgroup.com/", "", "", "", "_blank", "1", "", "", "", "", ],
        ["|Customers","http://ftp.energysystemsgroup.com/", "", "", "", "_blank", "1", "", "", "", "", ],
        ["|Employees","http://mail.energysystemsgroup.com/exchange", "", "", "", "_blank", "1", "", "", "", "", ],
    ["Contact Us","../contact.html", "", "", "", "_self", "0", "", "", "", "", ],
        ["|Regional Contacts","../regional-contacts.html", "", "", "", "_self", "1", "", "", "", "", ],


];

dm_init();
