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

var key="161b1410es8id";

// -- Deluxe Tuner Style Names
var itemStylesNames=["subm2",];
var menuStylesNames=["subm1",];
// -- End of Deluxe Tuner Style Names

//--- Common
var isHorizontal=0;
var smColumns=1;
var smOrientation=0;
var smViewType=0;
var dmRTL=0;
var pressedItem=-1;
var itemCursor="default";
var itemTarget="_self";
var statusString="text";
var blankImage="data.files/spacer.gif";

//--- Dimensions
var menuWidth="150px";
var menuHeight="15px";
var smWidth="";
var smHeight="";

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

//--- Font
var fontStyle="bold 8pt Arial";
var fontColor=["#006699","#FF9933"];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="none";
var menuBackImage="none";
var menuBackRepeat="no-repeat";
var menuBorderColor="#ffffff";
var menuBorderWidth=1;
var menuBorderStyle="none";

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

//--- Icons
var iconTopWidth=16;
var iconTopHeight=16;
var iconWidth=16;
var iconHeight=16;
var arrowWidth=8;
var arrowHeight=16;
var arrowImageMain=["",""];
var arrowImageSub=["",""];

//--- Separators
var separatorImage="";
var separatorWidth="100%";
var separatorHeight="3";
var separatorAlignment="left";
var separatorVImage="";
var separatorVWidth="3";
var separatorVHeight="100%";
var separatorPadding="0px";

//--- Floatable Menu
var floatable=0;
var floatIterations=6;
var floatableX=0;
var floatableY=0;

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

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

//--- Advanced
var dmObjectsCheck=1;
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 = [
    ["itemBackColor=#0067a2,#0067a2","itemBorderWidth=0","itemBorderStyle=none,","fontStyle=normal 8pt Arial","fontColor=#FFFFFF,#66cccc"],
];
var menuStyles = [
    ["menuBackColor=0067a2","menuBorderWidth=1","menuBorderStyle=solid","menuBorderColor=#000000","smColumns=1"],
];

var menuItems = [

    //[":. Home","index.html", , , "Home", , , , , ],
    //[":. About Us","about.html", , , "About Us", , , , , ],
    ["","overview.html", "tdcdata.files/svc-reg.gif", "tdcdata.files/svc-over.gif", "", , , , , ],
        ["|Overview","overview.html", , , , , "0", "0", , ],
        ["|Concept/Brainstorming","conc-brain.html", , , "Concept Brainstorming", , "0", "0", , ],
        ["|Design","design.html", , , "Design", , "0", "0", , ],
        ["|Development","develop.html", , , "Development", , "0", "0", , ],
        ["|Manufacturing","manufacturing.html", , , "Manufacturing", , "0", "0", , ],
        ["|Quality & Regulatory","qual-reg.html", , , "Quality & Regulatory", , "0", "0", , ],
    //[":. Customer Comments","comments.html", , , "Customer Comments", , , , , ],
    //[":. Employment","employment.html", , , "Employment", , , , , ],
    //[":. News","news.html", , , "News", , , , , ],
    //[":. Contact","contact.html", , , "Contact Us", , , , , ],
    //[":. E Brochure (pdf)","pdfs/e-brochure.pdf", , , "E Brochure", "tdc", , , , ],
];

dm_init();