BLANK_IMAGE = '../images/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:"#fff",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#062f5e",		// background color for the items
		bgOVER:"#ff7e00"	// 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
	}
};


var MENU_ITEMS = [
	{pos:'absolute'},
	{code:"<img src='../images/nav_01.jpg' width='89' height='41' />", size:[41,89], itemoff:[0,0], leveloff:[0,0],
	ocode:"<img src='../images/nav-on_01.jpg' width='89' height='41' />", url:"Home.aspx"
	},
	{code:"<img src='../images/nav_02.jpg' width='104' height='41' />", size:[41,104], itemoff:[0,89], leveloff:[0,0],"format":{
	ocode:"<img src='../images/nav-on_02.jpg' width='104' height='41' />", url:"javascript:void(0)", onclick:"return false;"
	},
			sub:[
			{leveloff:[41,0],"size":[34,120], itemoff:[33,0]},
			{code:"&nbsp;&nbsp;&nbsp;Our Company", style:STYLE, url:"OurCompany.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Our Methods", style:STYLE, url:"OurMethods.aspx"},			
			{code:"&nbsp;&nbsp;&nbsp;Success Stories", style:STYLE, url:"SuccessStories.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;In The News", style:STYLE, url:"InTheNews.aspx"}
			//{code:"&nbsp;&nbsp;&nbsp;Links", style:STYLE, url:"links.aspx"}
		]
	},
	{code:"<img src='../images/nav_03.jpg' width='181' height='41' />", size:[41,181], itemoff:[0,104], leveloff:[0,0],"format":{
	ocode:"<img src='../images/nav-on_03.jpg' width='181' height='41' />", url:"javascript:void(0)", onclick:"return false;"
	},
			sub:[
			{leveloff:[41,0],"size":[34,317], itemoff:[33,0]},
			{code:"&nbsp;&nbsp;&nbsp;Dog Obedience Training and Behavior Modification", style:STYLE, url:"DogObedience-BehaviorModification.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Puppy Training Services", style:STYLE, url:"PuppyTraining.aspx"},			
			{code:"&nbsp;&nbsp;&nbsp;Advanced Dog Obedience", style:STYLE, url:"AdvancedDogObedience.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Dog Boarding and Training", style:STYLE, url:"DogBoarding-Training.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;AKC CGC", style:STYLE, url:"AKC-CGC.aspx"}
		]
	},
	{code:"<img src='../images/nav_04.jpg' width='170' height='41' />", size:[41,170], itemoff:[0,181], leveloff:[0,0],"format":{
	ocode:"<img src='../images/nav-on_04.jpg' width='170' height='41' />", url:"javascript:void(0)", onclick:"return false;"
	},
			sub:[
			{leveloff:[41,0],"size":[34,180], itemoff:[33,0]},
			{code:"&nbsp;&nbsp;&nbsp;Bad Manners", style:STYLE, url:"BadManners.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Children, Dogs and Safety", style:STYLE, url:"Safety.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Dog Aggression", style:STYLE, url:"Aggression.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Dominant Dogs", style:STYLE, url:"Dominance.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Fearful Dogs", style:STYLE, url:"Fear.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Housebreaking", style:STYLE, url:"Housebreaking.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Solutions", style:STYLE, url:"Solutions.aspx"}
		]
	},
	{code:"<img src='../images/nav_05.jpg' width='142' height='41' />", size:[41,142], itemoff:[0,170], leveloff:[0,0],"format":{
	ocode:"<img src='../images/nav-on_05.jpg' width='142' height='41' />", url:"javascript:void(0)", onclick:"return false;"
	},
			sub:[
			{leveloff:[41,0],"size":[34,245], itemoff:[33,0]},
			{code:"&nbsp;&nbsp;&nbsp;FAQ", style:STYLE, url:"FAQ.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Dog Training Tips", style:STYLE, url:"Tips.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Top 10 Mistakes", style:STYLE, url:"Top10Mistakes.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Exercise & Health Tips", style:STYLE, url:"Exercise-HealthyTips.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Fun and Games", style:STYLE, url:"Fun-GameTips.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Multi-Dog Homes", style:STYLE, url:"Multi-DogFamilies.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Adopting A Shelter Dog?", style:STYLE, url:"AdoptingAShelterDog.aspx"}
			//{code:"&nbsp;&nbsp;&nbsp;Dog and Cats", style:STYLE, url:"Dogs-Cats.aspx"},
			//{code:"&nbsp;&nbsp;&nbsp;Dog Breeds", style:STYLE, url:"DogBreeds.aspx"}
		]
	},
	{code:"<img src='../images/nav_06.jpg' width='118' height='41' />", size:[41,118], itemoff:[0,142], leveloff:[0,0],
	ocode:"<img src='../images/nav-on_06.jpg' width='118' height='41' />", url:"FranchiseContact.aspx"
	},
	{code:"<img src='../images/nav_07.jpg' width='124' height='41' />", size:[41,124], itemoff:[0,118], leveloff:[0,0],
	ocode:"<img src='../images/nav-on_07.jpg' width='124' height='41' />", url:"ContactUs.aspx"
	},
];



