/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v2.0
   http://deluxe-menu.com
*/


// -- 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="default";
var itemTarget="_self";
var statusString="link";
var blankImage="menu2.files/blank image filename";

//--- Dimensions
var menuWidth="700px";
var menuHeight="20px";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX="0";
var posY="0";
var topDX=0;
var topDY=0;
var DX=-5;
var DY=0;

//--- Font
var fontStyle="bold 13px Arial";
var fontColor=["#FFFFFF","#6AD500"];
var fontDecoration=["none","none"];
var fontColorDisabled="#BFBFBF";

//--- Appearance
var menuBackColor="";
var menuBackImage="";
var menuBackRepeat="no-repeat";
var menuBorderColor="";
var menuBorderWidth=0;
var menuBorderStyle="none";

//--- Item Appearance
var itemBackColor=["C20404","C20404"];
var itemBackImage=["",""];
var itemBorderWidth=0;
var itemBorderColor=["#FFFFFF","#FFFFFF"];
var itemBorderStyle=["none","none"];
var itemSpacing=2;
var itemPadding="2px";
var itemAlignTop="left";
var itemAlign="left";
var subMenuAlign="";

//--- Icons
var iconTopWidth=0;
var iconTopHeight=0;
var iconWidth=0;
var iconHeight=0;
var arrowWidth=0;
var arrowHeight=0;
var arrowImageMain=["menu2.files/blank.gif",""];
var arrowImageSub=["",""];

//--- Separators
var separatorImage="menu2.files/seperator.jpg";
var separatorWidth="100%";
var separatorHeight="4";
var separatorAlignment="center";
var separatorVImage="menu2.files/seperator.jpg";
var separatorVWidth="4";
var separatorVHeight="100%";
var separatorPadding="2px";

//--- 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=35;
var transOptions="";
var transDuration=100;
var transDuration2=10;
var shadowLen=3;
var shadowColor="#777777";
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="";
var pathPrefix_link="";
var smShowPause=200;
var smHidePause=1000;
var smSmartScroll=1;
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;&nbsp;Home","index.html", , , , , , , , ],
    ["&nbsp;&nbsp;&nbsp;About Us","", , , , , , , , ],
        ["|Mission Statement","mission_statement.html", , , , , , , , ],
        ["|What Makes us Different","what_makes.html", , , , , , , , ],
        ["|Events","company_events.html", , , , , , , , ],
        ["|Company News","company_news.html", , , , , , , , ],
        ["|Testimonials","testimonials.html", , , , , , , , ],
    ["&nbsp;&nbsp;Products","", , , , , , , , ],
	["|Web Ordering (search/order products)","http://ebiz5.custodialpartners.com", , , , , , , , ],
        ["|Product List","product_list.html", , , , , , , , ],
        ["|Cutting Edge Equipment","cutting_edge.html", , , , , , , , ],
	["|Wood Floor Care","wood_floor.html", , , , , , , , ],
	["|MSDS","MSDS.aspx", , , , , , , , ],
	["|Service & Maintenance","service_maintenance.html", , , , , , , , ],
	    ["&nbsp;&nbsp;&nbsp;Live Safe - Live Green","", , , , , , , , ],
        ["|Green Products","green.html", , , , , , , , ],
        ["|Understanding Green","you_can.html", , , , , , , , ],
    ["&nbsp;&nbsp;&nbsp;Get Educated","", , , , , , , , ],
        ["|Ask The Expert","Product_Information.html", , , , , , , , ],
	["|Proper Skin Care","skin_care.html", , , , , , , , ],
        ["|Industry News","Industry_News.html", , , , , , , , ],
        ["|Chemical Dilution Ratios","Training_Materials.html", , , , , , , , ],  		      
    ["&nbsp;&nbsp;&nbsp;Contact","", , , , , , , , ],
        ["|General Information","General_Information.html", , , , , , , , ],
        ["|Directions","directions.html", , , , , , , , ],
        ["|Credit Application","credit_application.html", , , , , , , , ],
        ["|How to Order  ","How_Order.html", , , , , , , , ],
];

dm_init();