var MENU_ITEMS = [
	['Kennels', null, null,
                ['Africa', 'kennel_za.htm'],
		['America', null, null,
			['Canada', 'kennel_ca.htm'],
			['USA', 'kennel_us.htm'], 
			['Other countries', 'kennel_ar.htm']
                ],
		['Asia', 'kennel_id.htm'],
		['Australia and Oceania', 'kennel_au.htm'],
                ['Europe',  null, null,
                        ['France', 'kennel_fr.htm'],
			['Germany', 'kennel_de.htm'],
			['Denmark', 'kennel_dk.htm'],
                        ['Italy', 'kennel_it.htm'],
			['Netherlands', 'kennel_fi.htm'],
                        ['Russia', 'kennel_ru.htm'],
                        ['Spain', 'kennel_es.htm'],
			['Sweden', 'kennel_se.htm'],
                        ['UK', 'kennel_uk.htm'],
			['Other countries', 'kennel_at.htm']
                ]
	],
	['Organizations', null, null,
		['FCI Members', 'fci.htm',null,
		        ['Africa', 'fci_af.htm'],
		        ['America', 'fci_am.htm'],
		        ['Asia', 'fci_as.htm'],
                        ['Australia and Oceania', 'fci_au.htm'],
		        ['Europe', 'fci_eu.htm']
                ],
		['WUSV Members', 'wusv.htm', null,
		        ['Africa', 'wusv_af.htm'],
		        ['America', 'wusv_am.htm'],
		        ['Asia', 'wusv_as.htm'],
                        ['Australia and Oceania', 'wusv_au.htm'],
		        ['Europe', 'wusv_eu.htm'] 
               ]
	],
	['Information', null, null,
                ['Breed standard', 'standard.htm'],
		['Pedigrees', 'db.htm'],
		['Shows', null, null,
			['Sieger 2002', 'sieger2002.htm'],
			['Sieger 2003', 'sieger2003.htm'],
			['Sieger 2004', 'sieger2004.htm'],
			['Sieger 2005', 'sieger2005.htm'],
			['Sieger 2006', 'sieger2006.htm'],
                        ['Sieger 2007', 'sieger2007.htm'],
                        ['Sieger 2008', 'sieger2008.htm'],
                        ['Sieger 2009', 'sieger2009.htm']
                ],
                ['Acronyms', 'abbrev.htm']
	],
	['Products', null, null,
		['Foods', 'food.htm'],
                ['Cosmetics', 'cosmetics.htm'],
		['Accessories', null, null,
			['Training Equipment', 'acc_sport.htm'],
			['Care', 'acc.htm']
                ],
		['Gifts', 'souv.htm']
	],
	['Miscellaneous', null, null,
		['Gallery', 'gallery.htm'],
		['Links', 'links.htm'],
		['Contacts', 'contacts.htm']
	]
];


