var MENU_ITEMS = [
	['Views', null, null,
		['Main view', '/hobbit/bb.html'],
		['All non-green view', '/hobbit/bb2.html'],
		['Critical systems', '/hobbit-cgi/hobbit-nkview.sh'],
	],
	['Reports', null, null,
		['Event log Report', '/hobbit-cgi/bb-eventlog.sh'],
		['Availability Report', '/hobbit-cgi/bb-rep.sh'],
		['Snapshot Report', '/hobbit-cgi/bb-snapshot.sh'],
		['Config Report', '/hobbit-cgi/hobbit-confreport.sh'],
		['Config Report (Critical)', '/hobbit-cgi/hobbit-confreport-critical.sh'],
		['Metrics Report', '/hobbit-cgi/hobbit-hostgraphs.sh'],
		['Ghost Clients', '/hobbit-cgi/hobbit-ghosts.sh'],
		['Notification Report', '/hobbit-cgi/hobbit-notifylog.sh'],
		['Top-Changes Report', '/hobbit-cgi/hobbit-topchanges.sh'],
	],
	['Administration', null, null,
		['Find host', '/hobbit-cgi/bb-findhost.sh'],
		['Acknowledge alert', '/hobbit-seccgi/bb-ack.sh'],
		['Enable/disable', '/hobbit-seccgi/hobbit-enadis.sh'],
		['Edit critical systems', '/hobbit-seccgi/hobbit-nkedit.sh'],
	],
        ['Help', null, null,
		['About Xymon', '/hobbit/help/about.html'],
		['Installing Xymon', '/hobbit/help/install.html'],
		['Configuring Monitoring', '/hobbit/help/hobbit-config.html'],
		['Configuring Alerts', '/hobbit/help/hobbit-alerts.html'],
		['Critical systems', '/hobbit/help/criticalsystems.html'],
		['Known problems', '/hobbit/help/known-issues.html'],
		['Tips and Tricks', '/hobbit/help/hobbit-tips.html'],
		['Custom graphs', '/hobbit/help/howtograph.html'],
		['Xymon man-pages', '/hobbit/help/manpages/'],
        ],
	// My extra stuff
        ['Xymon Project', null, null,
		['Where is Hobbit?', 'http://www.xymon.com/archive/2008/11/msg00123.html'],
		['SourceForge', 'https://sourceforge.net/projects/xymon/'],
		['Stable release (SF)', 'http://sourceforge.net/project/showfiles.php?group_id=128058&package_id=140220'],
		['Post-release patches', 'http://www.xymon.com/patches/'],
		['SVN repository (SF)', 'http://xymon.svn.sourceforge.net/viewvc/xymon/'],
		['Test version (SF)', 'http://xymon.svn.sourceforge.net/viewvc/xymon/trunk.tar.gz?view=tar'],
		['Mail archive', 'http://www.xymon.com/archive/'],
		['Hobbit presentation', 'http://www.xymon.com/hobbitdocs/LF2007/'],
		['The Shire addons', 'http://www.trantor.org/theshire'],
	],
        ['Demo Site', null, null,
		['bb-hosts file', '/hobbit-cgi/viewconf.sh'],
		['hobbit-alerts.cfg file', '/hobbit-cgi/viewconf.sh?alert'],
		['hobbit-clients.cfg file', '/hobbit-cgi/viewconf.sh?client'],
		['client-local.cfg file', '/hobbit-cgi/viewconf.sh?clientlocal'],
		['hobbitserver.cfg file', '/hobbit-cgi/viewconf.sh?server'],
		['hobbitgraph.cfg file', '/hobbit-cgi/viewconf.sh?graph'],
		['hobbitlaunch.cfg file', '/hobbit-cgi/viewconf.sh?launch'],
		['hobbit-holidays.cfg file', '/hobbit-cgi/viewconf.sh?holidays'],
		['hardware monitor script', '/hobbit-cgi/viewconf.sh?sensors'],
		['dnsreg script', '/hobbit-cgi/viewconf.sh?dnsreg'],
        ],
];

