	

// -- Deluxe Tuner Style Names
//var itemStylesNames=["Style 1",];
//var menuStylesNames=["Style 1",];
// -- 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="text";
var blankImage="blank.gif";

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

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

//--- Font
var fontStyle="";
var fontColor=["",""];
var fontDecoration=["overline","overline"];
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="#FFFFFF";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="#BFBFBF #737373 #4D4D4D #AAAAAA ";
var menuBorderWidth=1;
var menuBorderStyle="solid";

//--- Item Appearance
var itemBackColor=["",""];
var itemBackImage=["",""];
var itemBorderWidth=0;
var itemBorderColor=["",""];
var itemBorderStyle=["solid","solid"];
var itemSpacing=0;
var itemPadding="0";
var itemAlignTop="left";
var itemAlign="left";
var subMenuAlign="left";

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

//--- Separators
var separatorImage="separ1.gif";
var separatorWidth="100%";
var separatorHeight="5";
var separatorAlignment="center";
var separatorVImage="separv1.gif";
var separatorVWidth="5";
var separatorVHeight="34";
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=18;
var moveColor="#AA0000";
var moveImage="";
var moveCursor="move";
var smMovable=0;
var closeBtnW=15;
var closeBtnH=15;
var closeBtn="";

//--- Transitional Effects & Filters
var transparency="90";
var transition=24;
var transOptions="";
var transDuration=300;
var transDuration2=200;
var shadowLen=3;
var shadowColor="#555555";
var shadowTop=0;

//--- CSS Support (CSS-based Menu)
var cssStyle=1;
//var cssSubmenu="submenu";
//var cssItem=["itemNormal","itemOver"]; //"itemNormal","itemOver"];
var cssItemText=["itemTextNormal","itemTextOver"];

//--- Advanced
var dmObjectsCheck=0;
var saveNavigationPath=1;
var showByClick=0;
var noWrap=1;
var pathPrefix_img="images/";
var pathPrefix_link="";
var smShowPause=10;
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 itemStyles = [
//    ["CSS=topItemNormal,topItemOver","CSSText=topItemTextNormal,topItemTextOver"],
//];

var itemStyles = [
		["CSS=Normal1,Over1"],     // style 0
		["CSS=Normal2,Over2"],     // style 1
		["CSS=Normal3,Over3"],     // style 2
		["CSS=Normal4,Over4"],     // style 3
		["CSS=Normal5,Over5"],     // style 4
		["CSS=Normal6,Over6"],     // style 5
		["CSS=Normal7,Over7"],     // style 6
		["CSS=Normal8,Over8"],     // style 7
		["CSS=Normal9,Over9"],     // style 8		
]; 

var menuStyles = [
    ["CSS=subMenu"], // style 0
];

//var menuStyles = [
//        ["smWidth=300", "menuBorderWidth=2", "menuBackColor=#235d9b", "itemSpacing=4", "CSSText=classNormal,classOver"],     // style 0
//        ["smHeight=450", "itemSpacing=4", "itemPadding=15", "menuBackImage=myimage.jpg"],     // style 1
//];

var menuItems = [
//[text, link, iconNormal, iconOver, tip, target, itemStyleInd, submenuStyleInd, jsFilename],
    [" "," ", , , "Idea Factory", "", "0", , , ], //["text for the button","somepage.php", , , "Apply Online", "", "0", , , ],
        ["|Seasonal Suggestions<div style=\"width:127px; height:1px;\"></div>","seasonal_suggestions.php", , , , , ,"0" , , ],
        ["|Employee Recognition<div style=\"width:127px; height:1px;\"></div>","employee_recognition.php" , , , , , , , , ],
        ["|Trade Shows<div style=\"width:127px; height:1px;\"></div>","trade_shows.php" , , , , , , , , ],
        ["|Company Stores<div style=\"width:127px; height:1px;\"></div>","company_stores.php" , , , , , , , , ],
        ["|Sales & Marketing<div style=\"width:127px; height:1px;\"></div>","sales_marketing.php" , , , , , , , , ],
	[" ", "request_catalog.php", "", "", "Request a Catalog", "", "1", , , ],
    [" ","http://bluemoonpromotions.logomall.com/contest/index.aspx?DPSV_Id=326723", "", "", "$1,000 Drawing", "_blank", "2", , ],
    [" ","", , ,"Facility" , , "3", , , ],
		["|Who We Are<div style=\"width:104px; height:1px;\"></div>","who_we_are.php" , , , , , ,"0" , , ],
		["|Services we Provide<div style=\"width:104px; height:1px;\"></div>","services.php" , , , , , , , , ],
		["|Non Profit Support<div style=\"width:104px; height:1px;\"></div>","nonprofit.php" , , , , , , , , ],
    [" ","contact_us.php", , ,"Contact Us" , , "4", , , ],	
    [" ","", , ,"" , , "5", , , ],		
	

];

dm_init();
		