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:"rgb(255,255,255)",	// color of the item border, if any
		shadow:"#DBD8D1",		// color of the item shadow, if any
		bgON:"rgb(205,236,172)",	// background color for the items
		bgOVER:"rgb(100,120,160)"	// 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:[0,0], itemoff:[0,119], leveloff:[21,0], style:STYLE, size:[22,120]},

	{code:"Home", url:"index2.html", leveloff:[21,0], style:STYLE, size:[22,50]},
	{code:"Patient Info", url:"patient.html?1?2?3?4?5?6", itemoff:[0,49], leveloff:[21,0], style:STYLE, size:[22,88],
		sub:[
			{itemoff:[27,0], size:[28,140]},
			{code:"Office Hours", url:"patient.html?1#1"},
			{code:"Scheduling", url:"patient.html?2#2"},
			{code:"First Visit", url:"patient.html?3#2"},
			{code:"Patient Billing", url:"patient.html?4#4"},
			{code:"Insurance", url:"patient.html?5#5"},
			{code:"Privacy Policy (HIPPA)", url:"patient.html?6#6"}
		]
	},

	{code:"ProAdjuster Chiropractic", url:"pro.html?1?2?3?4?5?6?7?8?9?a?b?c?d",itemoff:[0,87], leveloff:[21,0], style:STYLE, size:[22,155],
		sub:[
			{itemoff:[27,0], size:[28,330]},
			{code:"What is Chiropractic Care", url:"pro.html?1#1"},
			{code:"When do you need a Chiropractor?", url:"pro.html?2#2"},
			{code:"Chiropractic Education", url:"pro.html?3#3"},
			{code:"Nerve Impingement Syndrome", url:"pro.html?4#4"},
			{code:"Your Nervous System", url:"pro.html?5#5"},
			{code:"The ProAdjuster - A Breakthrough in Healing", url:"pro.html?6#6"},
			{code:"How does the ProAdjuster work?", url:"pro.html?7#7"},
			{code:"ProAdjuster Results", url:"pro.html?8#8"},
			{code:"Fatigue, Headaches, Sleeping", url:"pro.html?9#9"},
			{code:"Mood swings, Sinus & Allergy Problems, Living in Pain", url:"pro.html?a#a"},
			{code:"Arthritis, Pregnancy, Children & Chiropractic", url:"pro.html?b#b"},
			{code:"Chiropractic Facts & Figures, Your x-rays ", url:"pro.html?c#c"},
			{code:"Is the ProAdjuster right for your child?", url:"pro.html?d#d"}
		]	
	},

	{code:"Online forms",itemoff:[0,154], leveloff:[21,0], style:STYLE, size:[22,96],
		sub:[
			{itemoff:[27,0]},
			{code:"Intake paperwork", url:"form.html", size:[28,140]}
		]
	},
	{code:"Doctor Vanderhoef", url:"about1.html", itemoff:[0,95], leveloff:[21,0], style:STYLE, size:[22,132],
		sub:[
			{itemoff:[27,0],size:[28,140]},
			{code:"Cindy Apps", url:"about2.html"},
			{code:"Cindy Lee McGahan", url:"about3.html"}
		]
	},

	{code:"Office tour", url:"tour.html",itemoff:[0,131], leveloff:[21,0], style:STYLE, size:[22,87]},
	{code:"Directions to office", url:"map.html",itemoff:[0,86], leveloff:[21,0], style:STYLE, size:[22,125]},
	{code:"Testimonials", url:"test.html",itemoff:[0,124], leveloff:[21,0], style:STYLE, size:[22,89]},
	{code:"Contact us", url:"contact.html", itemoff:[0,88], leveloff:[21,0], style:STYLE, size:[22,86]}
	
]


