<!-- Minus AutoDato -->

/* --- menu items --- */
var MENU_ITEMS = 
[			
	['Our Cats', null,
				['Neutralized', null,
				['Mayaserana', 'sessen.htm'],
				],
			],
	['Kittens', null,
		['Kittens', 'kitten.htm'],
		['Bying a Kitten', 'bying.htm'],
		['Plans', 'plans.htm'],
		['Eaerlier litters', 'litter.htm'],
		],
	['Info', null,
		['FIFé Standard', 'fife.htm'],
		['Legend', 'legenden.htm'],
		['Clubs', 'clubs.htm'],
		],
	['Miscellaneous', null,
		['About us', 'about_us.htm'],
		['Our dog', 'ricky_eng.htm'],
		['Rainbowbridge', 'rainbowbridge.htm'],
		['News', 'news.htm'],
		['Link', 'link.htm'],
		],
		['Guestbook', null,
		['Read', 'read.htm'],
		['Write', 'write.htm'],
		],
	['Contact', null,
		['E-mail', 'mail_eng.php'],
		]
	];


