var MENU_ITEMS = [
	
	['Stallions', null, null,
		['Two Bars Robin','2bars.htm', {'tw' : '_self'}],
		['Ruling the World','world.htm', {'tw' : '_self'}],
	],

	['Horses For Sale', null, null,
			['Stallion','horse4sale.php?id=Stud', {'tw' : '_self'}],	
			['Gelding','horse4sale.php?id=Gelding', {'tw' : '_self'}],
			['Colt','horse4sale.php?id=Colt', {'tw' : '_self'}],		
			['Mare','horse4sale.php?id=Mare', {'tw' : '_self'}],
			['Filly','horse4sale.php?id=Filly', {'tw' : '_self'}],
	],

	['Contact Us', null, null,
		['Contact Info','contacts.htm', {'tw' : '_self'}],
		['Location Map','http://www.hazels.com/static/map.htm', {'tw' : '_blank'}],
	],

	['Links', null, null,
		['Home','index.htm', {'tw' : '_self'}],
		['Favorite Links','links.htm', {'tw' : '_self'}],
	],
	
]


/*
	['Another Item', null, null,
		['Level 2 Item 0','another.html', {'tw' : 'content'}],
		['Level 2 Item 1','another.html', {'tw' : 'content'}],
		['Level 2 Item 2','another.html', {'tw' : 'content'}],
		['Level 2 Item 3','another.html', {'tw' : 'content'}],
	],
*/
