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


// -- Deluxe Tuner Style Names
var itemStylesNames=["divider","itemsub1",];
var menuStylesNames=["datamenu_sub",];
// -- 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="pointer";
var itemTarget="_self";
var statusString="link";
var blankImage="/layout/img-enviro/spacer.gif";

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

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

//--- Font
var fontStyle="bold 12px Arial";
var fontColor=["#FFFFFF","#FFFF00"];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="";
var menuBackImage="";
var menuBackRepeat="repeat-x";
var menuBorderColor="";
var menuBorderWidth=0;
var menuBorderStyle="none";

//--- Item Appearance
var itemBackColor=["",""];
var itemBackImage=["",""];
var itemBorderWidth=0;
var itemBorderColor=["",""];
var itemBorderStyle=["none","none"];
var itemSpacing=2;
var itemPadding="3px";
var itemAlignTop="left";
var itemAlign="left";
var subMenuAlign="left";

//--- Icons
var iconTopWidth=16;
var iconTopHeight=16;
var iconWidth=16;
var iconHeight=16;
var arrowWidth=8;
var arrowHeight=16;
var arrowImageMain=["/layout/img-enviro/arrowsub.gif","/layout/img-enviro/arrowsubo.gif"];
var arrowImageSub=["/layout/img-enviro/arrowsub.gif","/layout/img-enviro/arrowsubo.gif"];

//--- Separators
var separatorImage="";
var separatorWidth="0px";
var separatorHeight="24px";
var separatorAlignment="left";
var separatorVImage="";
var separatorVWidth="";
var separatorVHeight="";
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="85";
var transition=24;
var transOptions="";
var transDuration=350;
var transDuration2=200;
var shadowLen=0;
var shadowColor="";
var shadowTop=0;

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

//--- Advanced
var dmObjectsCheck=0;
var saveNavigationPath=0;
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=0;
var dm_focus=1;
var dm_actKey=113;

var itemStyles = [
    ["fontStyle=bolder 19px arial","fontColor=#FFFFFF,#FFFFFF"],
    ["itemBackColor=#5B7E4B,","fontStyle=bold 12px arial"],
];
var menuStyles = [
    ["fontColor=#000000,"],
];

var menuItems = [

    ["Company","", , , , , , "-1", , ],
        ["|Who we are","/company.html", , , , , "1", , , ],
        ["|Questions?","/questions.html", , , , , "1", , , ],
        
        ["|Legal Notices","/legal.html", , , , , "1", , , ],
        ["|Contact Us","/contact_us.php", , , , , "1", , , ],
    ["&nbsp; | &nbsp;","", , , , , "0", , , ],
    ["Products","", , , , , , , , ],
        ["|Enviroboots","/Enviroboots.html", , , , , "1", "-1", , ],
        ["|Envirovacs","/EnviroVacs.html", , , , , "1", , , ],
       // ["|EnviroSystems","/EnviroSystems.html", , , , , "1", , , ],
        ["|Accessories","/Accessories.html", , , , , "1", , , ],
    ["&nbsp; | &nbsp;","", , , , , "0", , , ],
    ["Benefits","", , , , "_blank", , , , ],
        ["|Health Benefits","/health-benefits.html", , , , , "1", , , ],
        ["|Testimonials","/testimonials.html", , , , , "1", , , ],
        ["|Cost Benefit Calculator","/calculator.html", , , , , "1", , , ],
        ["|In-Door Construction Survey","/construction-survey.html", , , , , "1", , , ],
    ["&nbsp; | &nbsp;","", , , , , "0", , , ],
    ["Product Testing","", , , , , , , , ],
        ["|TERS Air Quality Tests","/air-trends.html", , , , , "1", , , ],
       
        ["|CSA","#", , , , , "1", , , ],
    ["&nbsp; | &nbsp;","", , , , , "0", , , ],
    ["Affiliate","", , , , , , , , ],
["|Become An Affiliate","/affiliates.html", , , , , "1", , , ],
        ["|List of Affiliates","/distributors.html", , , , , "1", , , ],
        // ["|Affilliate Agreement","/distributor-agreement.html", , , , , "1", , , ],
    ["&nbsp; | &nbsp;","", , , , , "0", , , ],
    
    
    ["Press","/news.html", , , , , "-1", , , ],
  ["|Regulations & Legislation","/Cal-OSHA2.html", , , , , "1", , , ],

    ["&nbsp; | &nbsp;","", , , , , "0", , , ],
    ["Testimonials","/testimonials.html", , , , , "-1", , , ],

    ["&nbsp; | &nbsp;","", , , , , "0", , , ],
    ["Contacts","/contact_us.php", , , , , "-1", , , ],
];

dm_init();
