

//--- Common
var isHorizontal=1;
var smColumns=1;
var smOrientation=0;
var smViewType=0;
var dmRTL=0;
//var pressedItem=-2;
var itemCursor="hand";
var itemTarget="_self";
var statusString="link";
var blankImage="images/blank.gif";

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

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

//--- Font
var fontStyle="normal 11px Trebuchet MS, Tahoma";
var fontColor=["#000000","#FFFFFF"];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="#FCEEB0";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="#C0AF62";
var menuBorderWidth=1;
var menuBorderStyle="solid";

//--- Item Appearance
var itemBackColor=["#FCEEB0","#65BDDC"];
var itemBackImage=["",""];
var itemBorderWidth=1;
var itemBorderColor=["#FCEEB0","#4C99AB"];
var itemBorderStyle=["solid","solid"];
var itemSpacing=0;
var itemPadding="2px";
var itemAlignTop="left";
var itemAlign="left";
var subMenuAlign="";

//--- Icons
var iconTopWidth=16;
var iconTopHeight=16;
var iconWidth=16;
var iconHeight=16;
var arrowWidth=8;
var arrowHeight=16;
var arrowImageMain=["",""];
var arrowImageSub=["",""];

//--- 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="90";
var transition=24;
var transOptions="";
var transDuration=350;
var transDuration2=200;
var shadowLen=3;
var shadowColor="#B1B1B1";
var shadowTop=0;

//--- CSS Support (CSS-based Menu)
var cssStyle=1;
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 itemStyles = [
    ["CSS=itemAboutUsOff,itemAboutUsOn"],
    ["CSS=itemDepartmentsOff,itemDepartmentsOn"],
	["CSS=itemHealthOff,itemHealthOn"],
    ["CSS=itemCommunityOff,itemCommunityOn"],
    ["CSS=itemCalendarOff,itemCalendarOn"],
	["CSS=itemContactUsOff,itemContactUsOn"],
   ["CSS=level2MenuOn,level2MenuOff","CSSText=level2TextOn,level2TextOff"],
	    ["CSS=itemLinksOff,itemLinksOn"],
	

  
];
var menuStyles = [
    ["CSS=taskbar","itemPadding=5","itemSpacing=0"],
];




var menuItems = [
    ["&nbsp;","about-us.php", "", "", , ,"0","0", , ],
        ["|Mission/Vision","about-us.mission.php", "", "", ,"", "6", , ],        
        ["|History of Store","about-us.history.php", "", "", , , "6", , ],       
        ["|Managers","about-us.managers.php", "", "", , , "6", , ],
		["|Environmental Policy","about-us.environment.php", "", "", , , "6", , ],
       
    ["&nbsp;","departments.php", "", "", , ,"1", , , ],
        ["|Produce","departments.produce.php", "", "", , , "6", , ],
        ["|Deli","departments.deli.php", "", "", , , "6", , ],
        ["|Choice Meats/Seafood","departments.choice-meats.php", "", "", , , "6", , ],
		["|Natural Care","departments.natural-care.php", "", "", , , "6", , ],
		["|In House Liquor Store","departments.liquor.php", "", "", , , "6", , ],
		["|JWG Wine Club","departments.wineclub.php", "", "", , , "6", , ],
		["|Tonic/Juice Bar","departments.tonic-bar.php", "", "", , , "6", , ],
		["|Bakery","departments.bakery.php", "", "", , , "6", , ],
    ["&nbsp;","health-recipies.php", "", "", , ,"2", , , ],
	["|Nutrition Info","health-recipies.info.php", "", "", , , "6", , ],
		
        ["|Nutrition Staff","health-recipies.nutrition-staff.php", "", "", , , "6", , ],
		
		["|Interactive Cookbook","health-recipies.interactive-cookbook.php", "", "", , , "6", , ],
		
    ["&nbsp;","community.php", "", "", , ,"3", , , ],
        ["|Sustainability","community.sustainability.php", "", "", , , "6", , ],
        ["|Local Products","community.local-products.php", "", "", , , "6", , ],        
        ["|Local Events","community.local-events.php", "", "", , , "6", , ],
		["|Local/Regional Affiliations","community.local-regional-affiliations.php", "", "", , , "6", , ],
		["|National Affiliations","community.national-affiliations.php", "", "", , , "6", , ],
		["|Awards","community.awards.php", "", "", , , "6", , ],
		["|Donation Request","community.donation-request.php", "", "", , , "6", , ],
    ["&nbsp;","calendar.php", "", "", , ,"4", , , ],
		
	["&nbsp;","contact-us.php", "", "", , ,"5", , , ],
	["|Job Opportunities","contact-us.employment.php", "", "", , , "6", , ],
	["|Special Orders","special-orders.php", "", "", , , "6", , ],
	["|Directions","contact-us.directions.php", "", "", , , "6", , ],
		
		
];

dm_init();
