var MENU_ITEMS = [
	['Products', '/index.php', null,
		['KFSensor', '/kfsensor/', null,
			['About','/kfsensor/index.php'],
			['Overview','/kfsensor/overview.php'],
			['Screen shots','/kfsensor/screenshots/'],
			['Features','/kfsensor/features.php'],
			['Compare editions','/kfsensor/compare.php'],
			['Download','/kfsensor/download/'],
			['Buy KFSensor','/kfsensor/purchase/'],
			['News','/kfsensor/news/'],
			['Manual','/kfsensor/help/index.php'],
			['Knowledge Base','/kfsensor/kb/'],
			['Links','/kfsensor/links/'],
			['Extras','/kfsensor/extras/'],
			['Factsheet (.pdf)','/kfsensor/kfsensscreenshots.php']
		],
		['KFWhois', '/kfwhois/', null,
			['About','/kfwhois/'],
			['Compare','/kfwhois/compare.php'],
			['Screen shots','/kfwhois/kfwhoisscreenshots.php'],
			['Download','/kfwhois/download/'],
			['Purchase','/kfwhois/purchase/'],
			['FAQ','/kfwhois/faq/'],
			['Support','/kfwhois/support/'],
			['Links','/kfwhois/links/']
		],
		['KF Web Server', '/kfws/',null,
			['About','/kfws/'],
			['Screen shots','/kfws/kfwsscreenshots.php'],
			['Download','/kfws/download/'],
			['FAQ','/kfws/faq/'],
			['Support','/kfws/support/'],
			['Links','/kfws/links/'],
		],
	],
	['Partners', '/partners.php', null],
	['Contact', '/contact/index.php', null,
		['KFSensor', null, null,
			['Sales enquiry','/contact/feedback.php?ftype=sales&fproduct=kfsensor&selop=showform'],
			['Add to our mailing list','/contact/feedback.php?ftype=mailing&fproduct=kfsensor&selop=showform'],
			['Support','/contact/feedback.php?ftype=support&fproduct=kfsensor&selop=showform'],
			['Partner program','/contact/feedback.php?ftype=partner&fproduct=kfsensor&selop=showform'],
			['General enquiry','/contact/feedback.php?ftype=general&fproduct=kfsensor&selop=showform']
		],
		['KFWhois', null, null,
			['Sales enquiry','/contact/feedback.php?ftype=sales&fproduct=kfwhois&selop=showform'],
			['Add to our mailing list','/contact/feedback.php?ftype=mailing&fproduct=kfwhois&selop=showform'],
			['Support','/contact/feedback.php?ftype=support&fproduct=kfwhois&selop=showform'],
			['Partner program','/contact/feedback.php?ftype=partner&fproduct=kfwhois&selop=showform'],
			['General enquiry','/contact/feedback.php?ftype=general&fproduct=kfwhois&selop=showform']
		],
		['KFWhois Pro', null, null,
			['Sales enquiry','/contact/feedback.php?ftype=sales&fproduct=kfwhoispro&selop=showform'],
			['Add to our mailing list','/contact/feedback.php?ftype=mailing&fproduct=kfwhoispro&selop=showform'],
			['Support','/contact/feedback.php?ftype=support&fproduct=kfwhoispro&selop=showform'],
			['Partner program','/contact/feedback.php?ftype=partner&fproduct=kfwhoispro&selop=showform'],
			['General enquiry','/contact/feedback.php?ftype=general&fproduct=kfwhoispro&selop=showform']
		],
		['KF Web Server', null, null,
			['Add to our mailing list','/contact/feedback.php?ftype=mailing&fproduct=kfws&selop=showform'],
			['General enquiry','/contact/feedback.php?ftype=general&fproduct=kfws&selop=showform']
		]
	],
	['Company', '/aboutus.php', null]
];