/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v2.0
   http://deluxe-menu.com
*/


// -- Deluxe Tuner Style Names
var itemStylesNames=["main_level","main_sub",];
var menuStylesNames=["sub_level",];
// -- 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="";
var statusString="Apycom DHTML Menu";
var blankImage="deluxe-menu.files/blank.gif";

//--- Dimensions
var menuWidth="651px";
var menuHeight="29px";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX="20";
var posY="120px";
var topDX=0;
var topDY=0;
var DX=-5;
var DY=0;

//--- Font
var fontStyle="normal 10px Verdana";
var fontColor=["#ffffff","#ffffff"];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="#ffffff";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="#AAAAAA";
var menuBorderWidth=0;
var menuBorderStyle="none";

//--- Item Appearance
var itemBackColor=["#ffffff","#4792E6"];
var itemBackImage=["",""];
var itemBorderWidth=0;
var itemBorderColor=["#6655ff","#665500"];
var itemBorderStyle=["solid","solid"];
var itemSpacing=1;
var itemPadding="2px 5px 2px 5px";
var itemAlignTop="center";
var itemAlign="center";
var subMenuAlign="center";

//--- Icons
var iconTopWidth=16;
var iconTopHeight=16;
var iconWidth=16;
var iconHeight=16;
var arrowWidth=9;
var arrowHeight=9;
var arrowImageMain=["",""];
var arrowImageSub=["",""];

//--- Separators
var separatorImage="deluxe-menu.files/sep_grey.gif";
var separatorWidth="80%";
var separatorHeight="3";
var separatorAlignment="center";
var separatorVImage="";
var separatorVWidth="5";
var separatorVHeight="16";
var separatorPadding="0px";

//--- Floatable Menu
var floatable=0;
var floatIterations=5;
var floatableX=1;
var floatableY=1;

//--- Movable Menu
var movable=0;
var moveWidth=12;
var moveHeight=24;
var moveColor="#AAAAAA";
var moveImage="deluxe-menu.files/movepic2.gif";
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="bands=20, direction=down";
var transDuration=300;
var transDuration2=200;
var shadowLen=0;
var shadowColor="#C4C4C4";
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=90px","itemBackImage=deluxe-menu.files/tab1.gif,deluxe-menu.files/tab2.gif"],
    ["itemBackColor=#FFFFFF,#800000","itemBorderWidth=1","itemBorderStyle=solid,solid","itemBorderColor=#800000,#800000","arrowImageMain=deluxe-menu.files/arr_double_1.gif,deluxe-menu.files/arr_double_1.gif","arrowImageSub=deluxe-menu.files/arr_double_1.gif,deluxe-menu.files/arr_double_1.gif"],
];
var menuStyles = [
    ["arrowImageMain=deluxe-menu.files/arr_double_1.gif,deluxe-menu.files/arr_double_1.gif"],
];

var menuItems = [

    ["Home","http://www.eliteaerial-satellite.co.uk/index.asp", , , , "_self", "0", , , ],
    ["About Us","http://www.eliteaerial-satellite.co.uk/about.asp", , , , "_self", "0", , , ],
    ["Services","http://www.eliteaerial-satellite.co.uk/services.asp", , , , "_self", "0", , , ],
    ["Case Studies","http://www.eliteaerial-satellite.co.uk/casestudies.asp", , , , "_self", "0", , , ],
	["Consultancy","http://www.eliteaerial-satellite.co.uk/consultancy.asp", , , , "_self", "0", , , ],
    ["Maintenance","http://www.eliteaerial-satellite.co.uk/maintenance.asp", , , , "_self", "0", , , ],
    ["Testimonials","http://www.eliteaerial-satellite.co.uk/testimonials.asp", , , , "_self", "0", , , ],
    ["Contact","http://www.eliteaerial-satellite.co.uk/contact.asp", , , , "_self", "0", , , ],
//    ["Test Menu Drop Down","", , , , "_self", "0", "-1", , ],
//        ["|Test","http://www.eliteaerial-satellite.co.uk/#", , , , "_self", "1", , , ],
];

dm_init();