BLANK_IMAGE = 'buttons/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:"",		// color of the item border, if any
		shadow:"",		// color of the item shadow, if any
		bgON:"",		// background color for the items
		bgOVER:""		// background color for the item which is under mouse right now
	},
	css:{
		ON:"",			// CSS class for items
		OVER:""			// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[0,0], itemoff:[0,31], leveloff:[31,0], style:STYLE, size:[31,31]},
	{code:'<img src="buttons/01.gif" width="30" height="30" />',
		ocode:'<img src="buttons/01_sel.gif" width="30" height="30" />', url:"http://tvamal.com/dogsusatexas01lex.html",
		sub:[
			{itemoff:[21,0], size:[20,100]},
			{code:"Lex"},
		]
	},
	{code:'<img src="buttons/02.gif" width="30" height="30" />',
		ocode:'<img src="buttons/02_sel.gif" width="30" height="30" />', url:"http://tvamal.com/dogsusatexas02eight.html",
		sub:[
			{itemoff:[21,0], size:[20,100]},
			{code:"Eight"},
		]
	},
	{code:'<img src="buttons/03.gif" width="30" height="30" />',
		ocode:'<img src="buttons/03_sel.gif" width="30" height="30" />', url:"",
		sub:[
			{itemoff:[21,0], size:[20,150]},
			{code:"Blank"},
		]
	},
	{code:'<img src="buttons/04.gif" width="30" height="30" />',
		ocode:'<img src="buttons/04_sel.gif" width="30" height="30" />', url:"",
		sub:[
			{itemoff:[21,0], size:[20,100]},
			{code:"Blank"},
		]
	},
	{code:'<img src="buttons/05.gif" width="30" height="30" />',
		ocode:'<img src="buttons/05_sel.gif" width="30" height="30" />', url:"http://tvamal.com/dogsusatexas05lyric.html",
		sub:[
			{itemoff:[21,0], size:[20,100]},
			{code:"Lyric"},
		]
	},
	{code:'<img src="buttons/06.gif" width="30" height="30" />',
		ocode:'<img src="buttons/06_sel.gif" width="30" height="30" />', url:"",
		sub:[
			{itemoff:[21,0], size:[20,100]},
			{code:"Blank"},
		]
	},
	{code:'<img src="buttons/07.gif" width="30" height="30" />',
		ocode:'<img src="buttons/07_sel.gif" width="30" height="30" />', url:"",
		sub:[
			{itemoff:[21,0], size:[20,100]},
			{code:"Blank"},
		]
	},
	{code:'<img src="buttons/08.gif" width="30" height="30" />',
		ocode:'<img src="buttons/08_sel.gif" width="30" height="30" />', url:"",
		sub:[
			{itemoff:[21,0], size:[20,100]},
			{code:"Blank"},
		]
	},
	{code:'<img src="buttons/09.gif" width="30" height="30" />',
		ocode:'<img src="buttons/09_sel.gif" width="30" height="30" />', url:"",
		sub:[
			{itemoff:[21,0], size:[20,100]},
			{code:"Blank"},
		]
	},
	{code:'<img src="buttons/10.gif" width="30" height="30" />',
		ocode:'<img src="buttons/10_sel.gif" width="30" height="30" />', url:"http://tvamal.com/dogsusatexas10midge.html",
		sub:[
			{itemoff:[21,0], size:[20,100]},
			{code:"Midge"},
		]
	},
	{code:'<img src="buttons/11.gif" width="30" height="30" />',
		ocode:'<img src="buttons/11_sel.gif" width="30" height="30" />', url:"http://tvamal.com/dogsusatexas11fancy.html",
		sub:[
			{itemoff:[21,0], size:[20,100]},
			{code:"Fancy"},
		]
	},
	{code:'<img src="buttons/12.gif" width="30" height="30" />',
		ocode:'<img src="buttons/12_sel.gif" width="30" height="30" />', url:"",
		sub:[
			{itemoff:[21,0], size:[20,100]},
			{code:"Blank"},
		]
	},
	{code:'<img src="buttons/13.gif" width="30" height="30" />',
		ocode:'<img src="buttons/13_sel.gif" width="30" height="30" />', url:"",
		sub:[
			{itemoff:[21,0], size:[20,100]},
			{code:"Blank"},
		]
	},
	{code:'<img src="buttons/14.gif" width="30" height="30" />',
		ocode:'<img src="buttons/14_sel.gif" width="30" height="30" />', url:"",
		sub:[
			{itemoff:[21,0], size:[20,100]},
			{code:"Blank"},
		]
	},
	{code:'<img src="buttons/15.gif" width="30" height="30" />',
		ocode:'<img src="buttons/15_sel.gif" width="30" height="30" />', url:"",
		sub:[
			{itemoff:[21,0], size:[20,100]},
			{code:"Blank"},
		]
	}
];
