/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.barbet.org.uk/index.htm', {'tw':'_top','sb':'The Barbet Club of Great Britain'},
		['Barbet News', 'newsmenu.htm', {'tw':'_top','sb':'Latest news from the barbet world'}],
		['Puppy Webcam', 'webcam.htm', {'tw':'_top','sb':'Barbet puppy webcam'}],
                ['Puppy Update', 'betsy2_pups.htm', {'tw':'_top','sb':'Puppy Update'}],
                ['About Us', 'about.htm', {'tw':'_top','sb':'About us.'}],
		['Contact Details', null, {'sb':'Contact Details'},
			['E-mail', 'mailto:Wendy@barbet.org.uk', {'sb':'E-mail contact for the Barbet Club'}],
			['Phone', 'phone.htm', {'tw':'_top','sb':'Telephone contact for the Barbet Club '}]
		]
	],
	['The Breed', 'barbetbreed.htm', {'tw':'_top','sb':'All about the barbet breed'},
		['Barbet Images', null, null,
			['UK Barbets', 'uk_images.htm', {'tw':'_top','sb':'Barbet images from the UK'}],
			['Worldwide Barbets', 'world_images.htm', {'tw':'_top','sb':'Barbet images from around the world'}],
			['Old Images', 'old_images.htm', {'tw':'_top','sb':'Old Barbet images.'}]
		],
		['Bibliography', 'biblio.htm', {'tw':'_top','sb':'Barbet Bibliography'},
			['Standard 1891', 'standard1891.htm', {'tw':'_top','sb':'Barbet breed standard 1891'}]
		],
		['Articles', 'barbet_articles.htm', {'tw':'_top','sb':'Articles featuring the barbet'}],
		['History concise', 'history.htm', {'tw':'_top','sb':'The history of the barbet.'}],
		['History in-depth', 'history_long.htm', {'tw':'_top','sb':'Barbet History in-depth'}],
		['FCI Standard', 'fci.htm', {'tw':'_top','sb':'The FCI barbet standard'}]
	],
	['UK Barbets', 'ukbarbets.htm', {'tw':'_top','sb':'Details of our barbets'},
		['Betsy Bonheur', 'betsy.htm', {'tw':'_top','sb':'Betsy`s story'},
			['Pedigree', 'betsyped.htm', {'tw':'_top','sb':'Betsy Bonheurs pedigree'}],
			['Litter 2008', 'puppies.htm', {'tw':'_top','sb':'First UK Barbet Litter'},
				['Pedigree', 'puppyped.htm', {'tw':'_top','sb':'UK puppies Pedigree'}]
			]
		],
		['BePop', 'bepop.htm', {'tw':'_top','sb':'BePops story'},
			['Pedigree', 'bepopped.htm', {'tw':'_top','sb':'BePops pedigree'}]
		],
		['Dolly', 'dolly_barbet.htm', {'tw':'_top','sb':'Novaforesta Dolly'},
			['Pedigree', 'puppyped1.htm', {'tw':'_top','sb':'Dolly`s Pedigree'}]
		],
		['Nenu', 'nenu_barbet.htm', {'tw':'_top','sb':'Delyssia a.k.a Nenu'},
			['Pedigree', 'puppyped1.htm', {'tw':'_top','sb':'Nenu`s Pedigree'}]
		],
		['Remy', 'remy_barbet.htm', {'tw':'_top','sb':'Remy (Novaforesta Drew)'},
			['Pedigree', 'puppyped1.htm', {'tw':'_top','sb':'Remy`s Pedigree'}]
		]
	],
	['The Club', 'barbetclub.htm', {'tw':'_top','sb':'Details of the Barbet Club'},
		['Membership', 'membership.htm', {'tw':'_top','sb':'Membership details for the Barbet Club'}],
		['Breed Program', 'program.htm', {'tw':'_top','sb':'breed program for the barbet in the UK'}]
	],
	['Links', 'links.htm', {'tw':'_top','sb':'Barbet links from around the world'},
		['Link to us', 'linkus.htm', {'tw':'_top','sb':'How to link to this website'}],
		['Site Navigation', 'sitenav.htm', {'tw':'_top','sb':'navigatio page for this website'}]
	]
];
