BLANK_IMAGE = '/walkclub2/img/global_header_menu_b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#fd8787",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#FD8787",		// background color for the items
		bgOVER:"#AAAAAA"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	},
    borderWidth:1,
    borderColor:"#FD8787",
    backgroundColor:[ "white", "#B6BDD2" ],
    backgroundClass:[ "clsCMOnBackground", "clsCMOverBackground" ],
    size:[ 25, 120 ],
    itemoff:[ 0, '+previousItem-1px' ],
    leveloff:[ '+parentItem-1px', 0 ]
};

var STYLE_1 =
{
    itemoff:[ '+previousItem-1px', 0 ]
};
 
var STYLE_2 =
{
    leveloff:[ 0, '+parentItem-1px' ]
};


var WALK_TALK = [
   {pos:'relative', style:[ STYLE, STYLE_1, STYLE_2 ], delay:[ 100, 250 ], blankImage:'/walkclub2/img/global_header_menu_b.gif'},
    {code:"Walk Talk",
        sub:[
            {/*1{*/itemFilters:[ 'progid:DXImageTransform.Microsoft.Fade(duration=0.3)', 'progid:DXImageTransform.Microsoft.Fade(duration=0.3)' ]/*1}*/},
			{code:"Walk Blog", url:"/walkclub2/walkblog/index.php"},
			{code:"Walk Booster", url:"/walkclub2/walkbooster/index.php"},
			{code:"Food Talk", url:"/walkclub2/walkfood/index.php"},
			{code:"Meal Plan", url:"/walkclub2/walkfood/plans.php"},
			{code:"Dr. Karen", url:"/walkclub2/walkdoc/index.php"},
			
		]
    }
];

var WALK_VIDEO = [
    {pos:'relative', style:[ STYLE, STYLE_1, STYLE_2 ], delay:[ 100, 250 ], blankImage:'/walkclub2/img/global_header_menu_b.gif'},
    {code:"Walk Video",
		sub:[
            {/*2{*/itemFilters:[ 'progid:DXImageTransform.Microsoft.Fade(duration=0.3)', 'progid:DXImageTransform.Microsoft.Fade(duration=0.3)' ]/*2}*/},
			{code:"Full Workout", url:"/walkclub2/walkvideo/index.php?v=long"},
			{code:"Mini Workout", url:"/walkclub2/walkvideo/index.php?v=short"},
			{code:"Stretch", url:"/walkclub2/walkvideo/index.php?v=stretch"},
			{code:"Firming", url:"/walkclub2/walkvideo/index.php?v=firming"},
			
		]
	}
];

var WALK_TOOLS = [
    {pos:'relative', style:[ STYLE, STYLE_1, STYLE_2 ], delay:[ 100, 250 ], blankImage:'/walkclub2/img/global_header_menu_b.gif'},
    {code:"Walk Tools",
		sub:[
            {/*3{*/itemFilters:[ 'progid:DXImageTransform.Microsoft.Fade(duration=0.3)', 'progid:DXImageTransform.Microsoft.Fade(duration=0.3)' ]/*3}*/},
			{code:"Calendar", url:"/walkclub2/walkcalendar/index.php"},
			{code:"Journal", url:"/walkclub2/walkjournal/index.php"},
			{code:"Chat Room", url:"/walkclub2/walkchat/index.php"},
			{code:"Message Boards", url:"/walkclub2/walkboards/index.php"},
			{code:"BMI Calculator", url:"/walkclub2/walkcalculator/calc_bmi.php"},
			{code:"Target Weight Calculator", url:"/walkclub2/walkcalculator/calc_target_weight.php"}
		]
	}
];