/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v2.4
   http://deluxe-menu.com
*/

var key="161b1485exid";

// -- Deluxe Tuner Style Names
var itemStylesNames=[];
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="tip";
var blankImage="";
var pathPrefix_img="";
var pathPrefix_link="";

//--- Dimensions
var menuWidth="721px";
var menuHeight="29px";
var smWidth="200px";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX="0px";
var posY="0px";
var topDX=0;
var topDY=2;
var DX=0;
var DY=0;

//--- Font
var fontStyle="bold 12px arial, helvetica, sans-serif;";
var fontColor=["#000000","#000000"];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="#dedede";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="#999999";
var menuBorderWidth=0;
var menuBorderStyle="none";

//--- Item Appearance
var itemBackColor=["#dedede","#C0C9DE"];
var itemBackImage=["",""];
var itemBorderWidth=0;
var itemBorderColor=["",""];
var itemBorderStyle=["none","none"];
var itemSpacing=1;
var itemPadding="4px";
var itemAlignTop="center";
var itemAlign="left";
var subMenuAlign="left";

//--- Icons
var iconTopWidth=24;
var iconTopHeight=24;
var iconWidth=16;
var iconHeight=16;
var arrowWidth=9;
var arrowHeight=9;
var arrowImageMain=["",""];
var arrowImageSub=["",""];

//--- Separators
var separatorImage="";
var separatorWidth="100%";
var separatorHeight="1px";
var separatorAlignment="left";
var separatorVImage="";
var separatorVWidth="3px";
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="#AA0000";
var moveImage="";
var moveCursor="default";
var smMovable=0;
var closeBtnW=15;
var closeBtnH=15;
var closeBtn="";

//--- Transitional Effects & Filters
var transparency="100";
var transition=5;
var transOptions="";
var transDuration=100;
var transDuration2=0;
var shadowLen=0;
var shadowColor="#777777";
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 smShowPause=200;
var smHidePause=1000;
var smSmartScroll=1;
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=1;
var dm_actKey=113;


var menuItems = [

    ["&nbsp &nbsp Homepage &nbsp","index.html", "", "", "Back to HomePage", "_self", "", "", "", ],
    ["&nbsp Our Services &nbsp &nbsp","", "", "", "Select From the List of Services Below", "", "", "", "", ],
    	["|Bankruptcy","http://www.shoalsdebtrelief.com", "", "", "ShoalsDebtRelief.com", "_blank", "", "", "", ],
		["|Product Liability","product_liability.html", "", "", "Injuries or Deaths Caused by Defective Products", "_self", "", "", "", ],
		["|Personal Injury","personal_injury.html", "", "", "Injuries Caused by Falls, Dog Bites, On-The-Job Injuries, Etc.", "_self", "", "", "", ],
		["|Trucking and Auto Accidents","trucking_and_automotive.html", "", "", "Injuries or Deaths Caused by Trucking or Auto Accidents", "_self", "", "", "", ],
			["||Trucking Regulations","trucking_regulations.html", "", "", "Trucking Regulations", "_self", "", "", "", ],
	["|Wrongful Death","wrongful_death.html", "", "", "Deaths Caused by Medical Malpractice", "_self", "", "", "", ],
    ["About Our Firm","aboutus.html", "", "", "Information About Our Firm", "_self", "", "", "", ],
    ["&nbsp &nbsp Contact Us &nbsp &nbsp","contact.html", "", "", "How to Contact Our Firm", "_self", "", "", "", ],
];

dm_init();