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


// -- Deluxe Tuner Style Names
var itemStylesNames=["Top Item",];
var menuStylesNames=["Top Menu",];
// -- 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="link";
var blankImage="images/blank.gif";

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

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

//--- Font
var fontStyle="normal 10px Tahoma";
var fontColor=["#FFFFFF","#FFC6C6"];
var fontDecoration=["none","none"];
var fontColorDisabled="#E25A5A";

//--- Appearance
var menuBackColor="#A93838";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="#880000";
var menuBorderWidth=1;
var menuBorderStyle="solid";

//--- Item Appearance
var itemBackColor=["#A93838","#AA0000"];
var itemBackImage=["",""];
var itemBorderWidth=1;
var itemBorderColor=["#A93838","#FF0909"];
var itemBorderStyle=["solid","groove"];
var itemSpacing=2;
var itemPadding="3px";
var itemAlignTop="center";
var itemAlign="left";
var subMenuAlign="center";

//--- Icons
var iconTopWidth=16;
var iconTopHeight=16;
var iconWidth=16;
var iconHeight=16;
var arrowWidth=7;
var arrowHeight=7;
var arrowImageMain=["arrv_white.gif",""];
var arrowImageSub=["arr_white.gif",""];

//--- 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=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="100";
var transition=24;
var transOptions="gradientSize=0.4, wipestyle=1, motion=forward";
var transDuration=350;
var transDuration2=200;
var shadowLen=3;
var shadowColor="#B1B1B1";
var shadowTop=0;

//--- CSS Support (CSS-based Menu)
var key="167b1771es6id";
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="images/vista3/";
var pathPrefix_link="";
var smShowPause=200;
var smHidePause=1000;
var smSmartScroll=1;
var smHideOnClick=1;
var dm_writeAll=1;

//--- 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=94px","itemHeight=21px","itemBackColor=transparent,transparent","itemBorderWidth=0","fontStyle=bold 10px Tahoma","fontColor=#FFFFFF,#FFE0D2","itemBackImage=btn_red.gif,btn_red2.gif"],
];
var menuStyles = [
    ["menuBackColor=transparent","menuBorderWidth=0","itemSpacing=0","itemPadding=5px 6px 5px 6px"],
];

var menuItems = [

    ["Home","/index.php", , , , , "0", "0", , ],
    ["Top Content","", , , , , "0", , , ],
        ["|5 Reasons Your Business Should Switch to VoIP","/articles/5_reasons_your_business_should_switch_to_voip.php", , , , , , , , ],
        ["|Free VoIP Calls","/articles/free_voip_calls.php", , , , , , , , ],
        ["|How Does VoIP Work","/articles/how_does_voip_work.php", , , , , , , , ],
        ["|It's a Wireless World","/articles/its_a_wireless_world.php", , , , , , , , ],
        ["|Smartphones","/articles/smartphones.php", , , , , , , , ],
        ["|VoIP Calling Plans","/articles/voip_calling_plans.php", , , , , , , , ],
        ["|FREE Internet TV Channels","/articles/free_internet_tv_channels.php", , , , , , , , ],
        ["|How to get Satellite TV Free","/articles/how_to_get_satellite_tv_free.php", , , , , , , , ],
        ["|The Coming Age of HDTV","/articles/the_coming_age_of_hdtv.php", , , , , , , , ],
    ["Section","", , , , , "0", , , ],
        ["|Frequently Asked Questions","/frequently_asked_questions.php", , , , , , , , ],
        ["|All Articles","/all_articles.php", , , , , , , , ],
        ["|Glossary","/glossary.php", , , , , , , , ],
        ["|Speed Test","http://www.speedtest.net", , , , , , , , ],
    ["Company","", , , , , "0", , , ],
        ["|Privacy Policy","/privacy.php", , , , , , , , ],
        ["|Contact Us","/contact_us.php", , , , , , , , ],
        ["|Site Map","/site_map.php", , , , , , , , ],
    ["Best Deals","/bestdeals/", , , , , "0", "0", , ],
];

dm_init();