/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v2.4
   http://deluxe-menu.com
*/


// -- Deluxe Tuner Style Names
var itemStylesNames=["home","residential","business","faq","about","contact","sub",];
var menuStylesNames=["Individual Style","Individual Style",];
// -- 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="";
var blankImage="/img/pixel.gif";
var pathPrefix_img="";
var pathPrefix_link="";

//--- Dimensions
var menuWidth="";
var menuHeight="24px";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX="30px";
var posY="110px";
var topDX=0;
var topDY=0;
var DX=-5;
var DY=0;

//--- Font
var fontStyle="normal 11px Verdana";
var fontColor=["5F5F5F",""];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="FFFFFF";
var menuBackImage="";
var menuBackRepeat="no-repeat";
var menuBorderColor="999999";
var menuBorderWidth=0;
var menuBorderStyle="none";

//--- Item Appearance
var itemBackColor=["FFD84D","FFD84D"];
var itemBackImage=["",""];
var itemBorderWidth=0;
var itemBorderColor=["#c0e0FF","#80A0FF"];
var itemBorderStyle=["none","none"];
var itemSpacing=0;
var itemPadding="6px";
var itemAlignTop="left";
var itemAlign="left";
var subMenuAlign="left";

//--- Icons
var iconTopWidth=0;
var iconTopHeight=0;
var iconWidth=0;
var iconHeight=0;
var arrowWidth=6;
var arrowHeight=6;
var arrowImageMain=["",""];
var arrowImageSub=["/img/arr_black_2.gif","/img/arr_white_2.gif"];

//--- Separators
var separatorImage="/img/pixel.gif";
var separatorWidth="30px";
var separatorHeight="24px";
var separatorAlignment="center";
var separatorVImage="";
var separatorVWidth="5px";
var separatorVHeight="100%";
var separatorPadding="0px";

//--- Floatable Menu
var floatable=0;
var floatIterations=5;
var floatableX=0;
var floatableY=0;

//--- Movable Menu
var movable=0;
var moveWidth=12;
var moveHeight=18;
var moveColor="AA0000";
var moveImage="";
var moveCursor="move";
var smMovable=0;
var closeBtnW=11;
var closeBtnH=11;
var closeBtn="";

//--- Transitional Effects & Filters
var transparency="";
var transition=24;
var transOptions="maxSquare=6";
var transDuration=200;
var transDuration2=200;
var shadowLen=2;
var shadowColor="888888";
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 smShowPause=200;
var smHidePause=500;
var smSmartScroll=0;
var topSmartScroll=0;
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=0;
var dm_actKey=113;

var itemStyles = [
    ["itemWidth=72px","itemBackColor=EDEEEF,FFD84D","itemBorderWidth=0","itemBorderStyle=none,none"],
    ["itemWidth=141px","itemBackColor=EDEEEF,FFD84D","itemBorderWidth=0","itemBorderStyle=none,none"],
    ["itemWidth=129px","itemBackColor=EDEEEF,FFD84D","itemBorderWidth=0","itemBorderStyle=none,none"],
    ["itemWidth=63px","itemBackColor=EDEEEF,FFD84D","itemBorderWidth=0","itemBorderStyle=none,none"],
    ["itemWidth=97px","itemBackColor=EDEEEF,FFD84D","itemBorderWidth=0","itemBorderStyle=none,none"],
    ["itemWidth=108px","itemBackColor=EDEEEF,FFD84D","itemBorderWidth=0","itemBorderStyle=none,none"],
    ["itemBackColor=F3CE56,FFF1C5"],
];
var menuStyles = [
    ["menuBorderStyle=none","menuBorderColor=#000000"],
    ["menuBackColor=#FFFFFF","menuBorderWidth=0","menuBorderStyle=solid","menuBorderColor=#000000"],
];

var menuItems = [

    ["","/index.cfm", "/img/nav_01_over.gif", "/img/nav_01_down.gif", "Home", "_self", "0", "0", "", ],
    ["","/residential.cfm", "/img/nav_02_over.gif", "/img/nav_02_down.gif", "Residential Voip", "_self", "1", "", "", ],
        ["|Hardware","/hardware.cfm", "", "", "", "_self", "6", "1", "", ],
        ["|Plan Details","/signup/index.cfm", "", "", "", "_self", "6", "1", "", ],
	["","/enterprise.cfm", "/img/nav_03_over.gif", "/img/nav_03_down.gif", "Business Voip", "_self", "2", "", "", ],    
	["|Small Business (1-2 Lines)","/enterprise-1-2.cfm", "", "", "", "", "6", "", "", ],    
		["|Small Business (3-4 Lines)","/enterprise-3-4.cfm", "", "", "", "", "6", "", "", ],    
		["|Med./Lg. Business (5+ Lines)","/enterprise-5.cfm", "", "", "", "", "6", "", "", ],       
		["|Hardware","/hardware.cfm", "", "", "", "_self", "6", "1", "", ],    
    //-- ["","/support/", "/img/nav_04_over.gif", "/img/nav_04_down.gif", "FAQ", "_self", "3", "", "", ],
    ["","/aboutus.cfm", "/img/nav_05_over.gif", "/img/nav_05_down.gif", "About Us", "_self", "4", "", "", ],
    ["","/contactus.cfm", "/img/nav_06_over.gif", "/img/nav_06_down.gif", "Contact Us", "", "5", "", "", ],
];

dm_init();