BLANK_IMAGE = 'b.gif';

	var STYLE = {
		border:0,			// item's border width, pixels; zero means 'none'
		shadow:0,			// item's shadow size, pixels; zero means 'none'
		color:{
			border:'#ffffff',	// color of the item border, if any
			shadow:'#DBD8D1',	// color of the item shadow, if any
			bgON:'7fcbff',		// background color for the items
			bgOVER:'db92dd'	// 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 = [

	{itemoff:[0,81], leveloff:[19,0], style:STYLE, size:[14,82]},

	{code:'HOME','alt':'Home Page', 'url':'index.php?m=0&i=1'},
			{code:'ABOUT US', 'url':'index.php?m=0&i=2'},
			{code:'WHAT IS HVS?', 'url':'index.php?m=0&i=3',

			 sub:[
			{itemoff:[19,0]},
				{code:'Self Assess', 'url':'index.php?m=1&i=17'}
					]
				},
			{code:'TREATMENT', 'url':'index.php?m=0&i=4',

			 sub:[
			{itemoff:[19,0]},
				{code:'Self Help', 'url':'index.php?m=1&i=26'},
				{code:'Professional','alt':'Professional Help', 'url':'index.php?m=1&i=27'},
				{code:'Links', 'url':'index.php?m=1&i=34'}
					]
				},
			{code:'DIRECTORY', 'url':'index.php?m=0&i=10'},
			{code:'NEWS/EVENTS', 'url':'index.php?m=0&i=11',

			 sub:[
			{itemoff:[19,0]},
					]
				},
			{code:'BOOKS/MEDIA', 'url':'index.php?m=0&i=7',

			 sub:[
			{itemoff:[19,0]},
				{code:'Downloads','alt':'Downloads', 'url':'index.php?m=1&i=25'}
					]
				},
			{code:'MEMBERS', 'url':'index.php?m=0&i=8',

			 sub:[
			{itemoff:[19,0]},
				{code:'Login', 'url':'index.php?m=1&i=9'}
					]
				},
			{code:'CONTACT US','alt':'contact', 'url':'index.php?m=0&i=9'}
			];