/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/

var MENU_ITEMS = [
	['Front Page','index.html', {'tw' : ''}],
	['Our Airedales', null, null,
		['Alex','alex.html', {'tw' : ''}],
		['Bear','bear.html', {'tw' : ''}],
		['Hannah','hannah.html', {'tw' : ''}],
		['Kate','kate.html', {'tw' : ''}],
		['Maya','maya.html', {'tw' : ''}],
		['Montana','montana.html', {'tw' : ''}],
		['Pops','pops.html', {'tw' : ''}],
		['Tank','tank.html', {'tw' : ''}],
	],
	['Puppies','puppies.html', {'tw' : ''}],
	['Services','services.html', {'tw' : ''}],
	['FAQ','faq.html', {'tw' : ''}],
/*	['Links','link.htm', {'tw' : 'Main'}],
	['Webrings','ring.htm', {'tw' : 'Main'}],
	['Search','search.htm', {'tw' : 'NEW'}],
/*	['Special Targets', null, null,
		['New Window','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_blank'}],
		['Parent Window','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_parent'}],
		['Same Frame','http://www.softcomplex.com/products/tigra_menu/', {'tw' : 'Main'}],
	],
	['Another Item', null, null,
		['Level 1 Item 0','another.html', {'tw' : 'content'}],
		['Level 1 Item 1','another.html', {'tw' : 'content'}],
		['Level 1 Item 2','another.html', {'tw' : 'content'}],
		['Level 1 Item 3','another.html', {'tw' : 'content'}],
	],
	['Another Item', null, null,
		['Level 1 Item 0','another.html', {'tw' : 'content'}],
		['Level 1 Item 1','another.html', {'tw' : 'content'}],
		['Level 1 Item 2','another.html', {'tw' : 'content'}],
		['Level 1 Item 3','another.html', {'tw' : 'content'}],
	],
*/
];