/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v2.4
   http://deluxe-menu.com
*/

var key="141b376e3utg";

// -- Deluxe Tuner Style Names
var itemStylesNames=["subitem",];
var menuStylesNames=["subitem",];
// -- 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="link";
var blankImage="/menu/data.files/blank.gif";
var pathPrefix_img="";
var pathPrefix_link="";

//--- Dimensions
var menuWidth="400px";
var menuHeight="";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX="10px";
var posY="5px";
var topDX=0;
var topDY=2;
var DX=-7;
var DY=-5;

//--- Font
var fontStyle="bold 10px Tahoma";
var fontColor=["#FFFFFF","#D21010"];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="#215580 #215580 #215580 #215580";
var menuBorderWidth=0;
var menuBorderStyle="groove";

//--- Item Appearance
var itemBackColor=["",""];
var itemBackImage=["",""];
var itemBorderWidth=0;
var itemBorderColor=["",""];
var itemBorderStyle=["none","none"];
var itemSpacing=1;
var itemPadding="3px";
var itemAlignTop="left";
var itemAlign="left";
var subMenuAlign="left";

//--- Icons
var iconTopWidth=16;
var iconTopHeight=16;
var iconWidth=16;
var iconHeight=16;
var arrowWidth=11;
var arrowHeight=11;
var arrowImageMain=["",""];
var arrowImageSub=["",""];

//--- Separators
var separatorImage="/menu/data.files/sep_white2.gif";
var separatorWidth="100px";
var separatorHeight="5px";
var separatorAlignment="center";
var separatorVImage="/menu/data.files/sepv_blue.gif";
var separatorVWidth="5px";
var separatorVHeight="18px";
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="";
var transDuration=250;
var transDuration2=200;
var shadowLen=5;
var shadowColor="#000000";
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 smShowPause=50;
var smHidePause=300;
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=1;
var dm_focus=1;
var dm_actKey=113;

var itemStyles = [
    ["itemBackColor=#808080,#808080","itemBorderWidth=1","itemBorderStyle=solid,","itemBorderColor=#808080,#808080"],
];
var menuStyles = [
    ["itemBackColor=#00FF00,#00FF00"],
];

var menuItems = [

    ["Home","index.asp", "", "", "", "", "", "", "", ],
    ["About Us","", "", "", "", "", "", "", "", ],
		["|Corporate Overview","aboutus.asp", "", "", "", "", "0", "", "", ],
		["|Career Opportunities","careers.asp", "", "", "", "", "0", "", "", ],
		["|Get Directions","directions.asp", "", "", "", "", "0", "", "", ],
    ["News","news.asp", "", "", "", "", "", "", "", ],
    ["Services","", "", "", "", "", "", "-1", "", ],
        ["|Product Fulfillment","fulfillment.asp", "", "", "", "", "0", "", "", ],
        ["|Development Services","webservices.asp", "", "", "", "", "0", "", "", ],
        ["|Web Design & Hosting","webdesign.asp", "", "", "", "", "0", "", "", ],
        ["|E-Commerce Setup","ecommerce.asp", "", "", "", "", "0", "", "", ],
        ["|Search Optimization","seo.asp", "", "", "", "", "0", "", "", ],
        ["|Vendor Solutions","vendor.asp", "", "", "", "", "0", "", "", ],
		["|Material Supply","materialsupply.asp", "", "", "", "", "0", "", "", ],
		["|Packaging","vendor.asp", "", "", "", "", "0", "", "", ],
		["|Printing","materialsupply.asp", "", "", "", "", "0", "", "", ],		
		//["|Call Center","callcenter.asp", "", "", "", "", "0", "", "", ],
		
    ["Contact Us","contactus.asp", "", "", "", "", "", "", "", ],
    ["Login","", "", "", "", "", "", "", "", ],
        ["|E-mail Login","http://mail.atlasnorth.com/iclient", "", "", "", "_blank", "0", "0", "", ],
        ["|EMS Login","/ems", "", "", "", "", "0", "0", "", ],
		["|FTP Login","http://atlasftp.atlasnorth.com", "", "", "", "", "0", "0", "", ],
];

dm_init();