/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v2.0
   http://deluxe-menu.com
*/

var key="161b1403exid";

// -- Deluxe Tuner Style Names
var itemStylesNames=["Top Item",];
var menuStylesNames=["Top Menu",];
// -- End of Deluxe Tuner Style Names

//--- Common
var isHorizontal=1;
var smColumns=1;
var smOrientation=0;
var smViewType=0;
var dmRTL=0;
var pressedItem=-2;
var itemCursor="default";
var itemTarget="_self";
var statusString="link";
var blankImage="CityMeterMenu.files/blank.gif";

//--- Dimensions
var menuWidth="100%";
var menuHeight="";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX="10";
var posY="10";
var topDX=0;
var topDY=0;
var DX=-4;
var DY=-1;

//--- Font
var fontStyle="bold 14px Times New Roman";
var fontColor=["#000000","#FFFFFF"];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="#CCFF99";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="#0000FF";
var menuBorderWidth=1;
var menuBorderStyle="solid";

//--- Item Appearance
var itemBackColor=["#CCFF99","#1665CB"];
var itemBackImage=["",""];
var itemBorderWidth=0;
var itemBorderColor=["#CCFF99","#CCFF99"];
var itemBorderStyle=["solid","solid"];
var itemSpacing=2;
var itemPadding="2";
var itemAlignTop="center";
var itemAlign="left";
var subMenuAlign="left";

//--- Icons
var iconTopWidth=16;
var iconTopHeight=16;
var iconWidth=18;
var iconHeight=18;
var arrowWidth=7;
var arrowHeight=7;
var arrowImageMain=["",""];
var arrowImageSub=["CityMeterMenu.files/arr_black_2.gif","CityMeterMenu.files/arr_white_2.gif"];

//--- Separators
var separatorImage="CityMeterMenu.files/sep_grey.gif";
var separatorWidth="5";
var separatorHeight="3";
var separatorAlignment="left";
var separatorVImage="";
var separatorVWidth="3";
var separatorVHeight="";
var separatorPadding="";

//--- 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=350;
var transDuration2=200;
var shadowLen=4;
var shadowColor="#B1B1B1";
var shadowTop=0;

//--- CSS Support (CSS-based Menu)
var cssStyle=0;
var cssSubmenu="";
var cssItem=["",""];
var cssItemText=["",""];

//--- Advanced
var dmObjectsCheck=0;
var saveNavigationPath=1;
var showByClick=0;
var noWrap=1;
var pathPrefix_img="";
var pathPrefix_link="";
var smShowPause=200;
var smHidePause=1000;
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=1;
var dm_focus=1;
var dm_actKey=113;

var itemStyles = [
    ["itemBackColor=#CCFF99,#1665CB"],
];
var menuStyles = [
    ["menuBackColor=#80FF00","menuBorderWidth=0","itemSpacing=1","itemPadding=4"],
];

var menuItems = [

    ["Home Page","index.html", , , , , "0", "-1", , ],
    ["Sewer Service Meter","", , , , , , , , ],
        ["|Technology","", , , , , , , , ],
            ["||Overview","Overview.html", , , , , , , , ],
            ["||How It Works","HowItWorks.html", , , , , , , , ],
            ["||Design Features","DesignFeatures.html", , , , , , , , ],
            ["||Technical Documents","TechnicalDocuments.html", , , , , , , , ],
        ["|Applications","", , , , , , , , ],
            ["||Central Sewer Collection","", , , , , , , , ],
                ["|||Peak Wet Weather Flow (I/I) Reduction","FlowReduction.html", , , , , , , , ],
                ["|||Metered Sewer Billing","MeteredSewer.html", , , , , , , , ],
                ["|||Irrigation Tap Alternative","IrrigationTapAlt.html", , , , , , , , ],
                ["|||Flate Rate Sewer Alternative","FlatRateSewerAlt.html", , , , , , , , ],
            ["||Septic Systems","", , , , , , , , ],
                ["|||Flow Based Maintenance","FlowBasedMaint.html", , , , , , , , ],
                ["|||Design Capacity Verification","DesignCapacityVer.html", , , , , , , , ],
            ["||Industrial","", , , , , , , , ],
                ["|||Process Flow Monitoring","ProcessFlowMonitoring.html", , , , , , , , ],
    ["Online Catalog","/store/home.php", , , , , , , , ],
    ["Contact Us","Contact.html", , , , , "0", , , ],
];

dm_init();