BLANK_IMAGE = '/java/b.gif';

var STYLE0 = {
	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:"#cccccc",	// color of the item shadow, if any
		bgON:"#cccccc",		// background color for the items
		bgOVER:"#F7F1E7"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"Style0MOn",		// CSS class for items
		OVER:"Style0MOver"	// CSS class  for item which is under mouse
	}
};

var STYLE1 = {
	border:1,			// item's border width, pixels; zero means "none"
	borders:[0,0,0,1],
	shadow:0,			// item's shadow size, pixels; zero means "none"
	css:{
		ON:"Style1MOn",		// CSS class for items
		OVER:"Style1MOver"	// CSS class  for item which is under mouse
	}
};

var STYLE2 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#cccccc",	// color of the item border, if any
		shadow:"#cccccc",	// color of the item shadow, if any
		bgON:"#ffffff",	// background color for the items
		bgOVER:"#FAF6E5"// background color for the item which is under mouse right now
	},
	css:{
		ON:"Style2MOn",		// CSS class for items
		OVER:"Style2MOver"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[13,13], itemoff:[37,0], leveloff:[0,0], style:STYLE1, size:[37,143]},

//-- Strings --
	{code:'Strings', url:'/main/store_string.html',
		format:{},
		sub:[ 
			{leveloff:[15,120], itemoff:[26,0], style:STYLE2, size:[27,100]}, 
			{code:'Violin Strings', url:'/store/strings-violin.html', format:{image:"", oimage:"", imgsize:[0,0]}}, 
			{code:'Viola Strings', url:'/store/strings-viola.html', format:{image:"", oimage:"", imgsize:[0,0]}}, 
			{code:'Cello Strings', url:'/store/strings-cello.html', format:{image:"", oimage:"", imgsize:[0,0]}}, 
		] 
	},
//-- Accessories --
	{code:'Accessories', url:'/store/rosin.html',
		format:{},
		sub:[ 
			{leveloff:[15,120], itemoff:[26,0], style:STYLE2, size:[27,120]}, 
			{code:'Instrument Stands', url:'/store/instrument-stand.html', format:{image:"", oimage:"", imgsize:[0,0]}}, 
			{code:'Rosins', url:'/store/rosin.html', format:{image:"", oimage:"", imgsize:[0,0]}}, 
			{code:'Music Stands', url:'/store/music-stand.html', format:{image:"", oimage:"", imgsize:[0,0]}},
			{code:'Mutes', url:'/store/mute.html', format:{image:"", oimage:"", imgsize:[0,0]}}, 
			{code:'Shoulder Rests', url:'/store/srest.html', format:{image:"", oimage:"", imgsize:[0,0]}},
			{code:'Misc. Accessories', url:'/store/micellaneous.html', format:{image:"", oimage:"", imgsize:[0,0]}},   
		] 
	},
//-- Bows --
	{code:'Bows', url:'/store/bows-violin.html',
		format:{},
		sub:[ 
			{leveloff:[15,120], itemoff:[26,0], style:STYLE2, size:[27,100]}, 
			{code:'Violin Bows', url:'/store/bows-violin.html', format:{image:"", oimage:"", imgsize:[0,0]}}, 
			{code:'Viola Bows', url:'/store/bows-viola.html', format:{image:"", oimage:"", imgsize:[0,0]}}, 
			{code:'Cello Bows', url:'/store/bows-cello.html', format:{image:"", oimage:"", imgsize:[0,0]}}, 
		] 
	},
//-- CASES --
	{code:'Cases', url:'/store/cases-violin.html',
		format:{},
		sub:[ 
			{leveloff:[15,120], itemoff:[26,0], style:STYLE2, size:[27,100]}, 
			{code:'Violin Cases', url:'/store/cases-violin.html', format:{image:"", oimage:"", imgsize:[0,0]}}, 
			{code:'Viola Cases', url:'/store/cases-viola.html', format:{image:"", oimage:"", imgsize:[0,0]}}, 
			{code:'Cello Cases', url:'/store/cases-cello.html', format:{image:"", oimage:"", imgsize:[0,0]}}, 
		] 
	},
//-- Instruments --
	{code:'Instruments', url:'/store/instrument-violin.html',
		format:{},
		sub:[ 
			{leveloff:[15,120], itemoff:[26,0], style:STYLE2, size:[27,100]}, 
			{code:'Violins', url:'/store/instrument-violin.html', format:{image:"", oimage:"", imgsize:[0,0]}}, 
			{code:'Violas', url:'/store/instrument-viola.html', format:{image:"", oimage:"", imgsize:[0,0]}}, 
			{code:'Cellos', url:'/store/instrument-cello.html', format:{image:"", oimage:"", imgsize:[0,0]}}, 
		] 
	},

];

var MENU_ITEMS2 = [
	{pos:[13,13], itemoff:[37,0], leveloff:[0,0], style:STYLE1, size:[37,143]},
	{code:'About Us', url:'/main/aboutus.html',
		format:{},
		sub:[] 
	},
	{code:'Endorsements', url:'/main/endorsements.html',
		format:{},
		sub:[] 
	},
	{code:'Workshop', url:'/main/workshop.html',
		format:{},
		sub:[] 
	},
	{code:'Location', url:'/main/location.html',
		format:{},
		sub:[] 
	},
];
