/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v2.0
   http://deluxe-menu.com
*/

var key="157b1300esid";

// -- Deluxe Tuner Style Names
var itemStylesNames=["Top Navigation","Sub Navigation",];
var menuStylesNames=[];
// -- 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="blank.gif";

//--- Dimensions
var menuWidth="120";
var menuHeight="25px";
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="bold 11px Verdana";
var fontColor=["#FFFFFF",""];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="";
var menuBorderWidth="";
var menuBorderStyle="none";

//--- Item Appearance
var itemBackColor=["#164092",""];
var itemBackImage=["",""];
var itemBorderWidth=1;
var itemBorderColor=["",""];
var itemBorderStyle=["solid","solid"];
var itemSpacing="";
var itemPadding="5";
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=["arrv_blue_2.gif","arrv_white_2.gif"];
var arrowImageSub=["arr_blue_2.gif","arr_white_2.gif"];

//--- Separators
var separatorImage="spacer.gif";
var separatorWidth="10%";
var separatorHeight="1";
var separatorAlignment="center";
var separatorVImage="";
var separatorVWidth="";
var separatorVHeight="100%";
var separatorPadding="";

//--- Floatable Menu
var floatable=0;
var floatIterations=6;
var floatableX=1;
var floatableY=1;

//--- Movable Menu
var movable=0;
var moveWidth=1;
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=0;
var transOptions="";
var transDuration=350;
var transDuration2=200;
var shadowLen=4;
var shadowColor="#FFFFFF";
var shadowTop=1;

//--- 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=0;
var dm_focus=1;
var dm_actKey=113;

var itemStyles = [
    ["itemWidth=153","itemBorderStyle=solid,"],
    ["itemBackColor=#EFEFEF,#B0B0B0","itemBorderStyle=solid,","itemBorderColor=#B0B0B0,","fontColor=#000000,"],
];

var menuItems = [

    ["Home","index.asp", , , , , "-1", , , ],
    ["Company","", , , , , "0", , , ],
        ["|About AER","about.asp", , , , , "1", , , ],
            ["||ISO Certified 14001:2004","iso.asp", , , , , "1", , , ],
            ["||Management Team","management.asp", , , , , "1", , , ],
            ["||Business Development","bd.asp", , , , , "1", , , ],               
        ["|Locations","wwlocations.asp", , , , , "1", , , ],
        ["|Careers","careers.asp", , , , , "1", , , ],
        ["|Contact Us","contact.asp", , , , , "1", , , ],
    ["AER Services","", , , , , "0", "-1", , ],
        ["|E-Waste Stream Recycle","ewaste.asp", , , , , "1", , , ],
            ["||Certified Destruction","certified.asp", , , , , "1", , , ],
            ["||Online Destruction","online.asp", , , , , "1", , , ],
            ["||Precious Metals Processing","metals.asp", , , , , "1", , , ],
            ["||Serial Number Tracking","serial.asp", , , , , "1", , , ],
            ["||Sorting / Demanufacturing","sorting.asp", , , , , "1", , , ],
            ["||Excess Inventory Management","inventory.asp", , , , , "1", , , ],
            ["||Personal Recycling Days","recycling.asp", , , , , "1", , , ],
        ["|Component Services","component.asp", , , , , "1", , , ],
        ["|Hardware Services","hardware.asp", , , , , "1", , , ],
        ["|WEEE Services","weee.asp", , , , , "1", , , ],
        ["|Data Removal","data.asp", , , , , "1", , , ],
        ["|Drop Off Services","drop.asp", , , , , "1", , , ],
    ["Recycling Resources","", , , , , "0", , , ],
        ["|Industry Links","industry.asp", , , , , "1", , , ],
        ["|News Releases","news.asp", , , , "_self", "1", , , ],
    ["Downloads","", , , , , "0", , , ],
        ["|Inventory (.xls)","docs/inventory.xls", , , , , "1", , , ],
        ["|Inventory (.dbf)","docs/inventory.dbf", , , , , "1", , , ],
        ["|Sample Shredding Clip (.wma)","media/destroy.wma", , , , , "1", , , ],
        ["|Environmental Policy (.pdf)","docs/policy.pdf", , , , , "1", , , ],
];

dm_init();