// JavaScript Document
/*
   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

//Key
var key="163b1538e39tg"; 

//Path
var dmWorkPath = "/menu/"; 

//--- 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/Menu/blank.gif";

//--- Dimensions
var menuWidth="563px";
var menuHeight="21px";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX="20";
var posY="20";
var topDX=0;
var topDY=1;
var DX=-5;
var DY=0;

//--- Font
var fontStyle="normal 11px Trebuchet MS, Tahoma";
var fontColor=["#FFFFFF","#FFE9E8"];
var fontDecoration=["none","none"];
var fontColorDisabled="#D76244";

//--- Appearance
var menuBackColor="#AF2E16";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="#1D1D1D";
var menuBorderWidth=1;
var menuBorderStyle="solid";

//--- Item Appearance
var itemBackColor=["#fc2a2b","#F37347"];
var itemBackImage=["",""];
var itemBorderWidth=2;
var itemBorderColor=["#fc2a2b","#DD887B"];
var itemBorderStyle=["solid","groove"];
var itemSpacing=2;
var itemPadding="1px 5px 1x 10px";
var itemAlignTop="left";
var itemAlign="left";
var subMenuAlign="";

//--- Icons
var iconTopWidth=21
var iconTopHeight=21;
var iconWidth=16;
var iconHeight=16;
var arrowWidth=7;
var arrowHeight=7;
var arrowImageMain=["arrv_white.gif",""];
var arrowImageSub=["arr_black.gif","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=5;
var transOptions="";
var transDuration=350;
var transDuration2=200;
var shadowLen=3;
var shadowColor="#B1B1B1";
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 pathPrefix_img="/images/Menu/";
var pathPrefix_link="";
var smShowPause=200;
var smHidePause=1000;
var smSmartScroll=1;
var topSmartScroll=0;
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=92px","itemHeight=17px","itemBackColor=transparent,transparent","itemBorderWidth=0","fontStyle=normal 12px Tahoma","fontColor=#FFFFFF,#FFDFDF","itemBackImage=btn_red.gif,btn_red2.gif"],
];
var menuStyles = [
    ["menuBackColor=transparent","menuBorderWidth=0","itemSpacing=1","itemPadding=0px 5px 0px 5px"],
];

var menuItems = [

    ["Home","/default.asp", , , , , "0", "0", , ],
	["About Us", , , , , , "0", "0", , ],
	["|Corporate Information","/about/", , , , , , , , ],
	["|Terms and Conditions","/pdfs/terms.pdf", , , , , , , , ],
	["Products", , , , , , "0", "0", , ],
		["|Application Specific Solutions","/products/services.asp", , , , , , , , ],
		["|Product Listing","/products/prod_listing.asp", , , , , , , , ],
		["|New Products","/products/new.asp", , , , , , , , ],
		["|Cross References","/products/crossreference.html", , , , , , , , ],
		["|Send a Customization Request","/products/design.asp", , , , , , , , ],
	["Tech Bulletins","/techbulletins/", , , , , "0", "0", , ],
	["Contact Us", , , , , , "0", "0", , ],
		["|Send us an Email","/contact/contact.asp", , , , , , , , ],
		["|Sales Representatives","/contact/representatives.asp", , , , , , , , ],
		["|Customer Service","/contact/custService.asp", , , , , , , , ],
		["|Customer Satisfaction Survey","/contact/survey.asp", , , , , , , , ],
	["Employment","/jobs/default.asp", , , , , "0", "0", , ],
    
];

dm_init();
