function selectMenu(GoWhere)
{
	if ( document.domainChooser )
	{
		document.domainChooser.action = "ShowReport?show=" + GoWhere;
		document.domainChooser.submit();
	}
	else
	{
		document.location = "ShowReport?show=" + GoWhere;
	}
}

var theMenu =
[
    [null, 'Home', 'Index', '', 'Return to the Home Page'],  // a menu item
    _cmSplit,
	[null, 'Sign Up', 'SignUp', '', 'Join Kabarty Collector'],  // a menu item
	_cmSplit,
    [null, 'Stuff', '', '', 'Information about Us',   // a folder item
        [null, 'Features', 'Features', '', 'Show the Features Matrix'],  // a menu item
        [null, 'Privacy', 'Privacy', '', 'View our Privacy Policy'],
        [null, 'ChangeLog', 'ChangeLog', '', 'The Changelog for Collector']
	],
	_cmSplit,
    [null, 'Our Other Sites', '', '', 'View our Other Sites',
	    [null, 'Kabarty Hosting', 'http://www.kabarty.com', '_new', 'Go To Kabarty.com'],
    		[null, 'DearDiary.Net', 'http://www.deardiary.net', '_new', 'Visit DearDiary.Net'],
		[null, 'OpenFiction.Com', 'http://www.openfiction.com', '_new', 'Visit Openfiction.com']  // a menu item
    ],
    _cmSplit,
    [null, 'Contact Us', 'ContactUs', '', 'Click to show our contact details'],
    _cmSplit,
	[null, 'Login', 'Login', '', 'Click to log in']
];