/* --- menu items --- */
var MENU_ITEMS = [
	['About Us','#'],
	['FAQs','#',
		['Cost','#',
			['Listing','#'],
			['Advertising','#'],
			['Browsing & Searching','#']
		]
	],
	['Map Search','mapSearch.php'],
	['Search Results','#'],
	['Contact Us','mailto:admin@hennellocator.com'],
	['Businesses','#',
		['Free Listings','#'],
		['Log In','#'],
		['Create an Account','#'],
		//['Add a Listing','#'],
		//['Edit Listing','#'],
		//['Billing Statement','#'],
		['Listing Information','#',
			['Free Listings','#'],
			['Customized Listing Fees','#'],
		],
		['Advertising','#'],
	]
	
	/*['Menu Compatibility', null,
			['Supported Browsers', null,
					['Internet Explorer 5.0', null],
					['Internet Explorer 5.5', null],
					['Internet Explorer 6.0', null],
					['Netscape 6.2', null],
					['Mozilla 0.9.7', null],
					['Opera 5.02', null],
					['Opera 5.12', null],
					['Opera 6.0', null],
					['Konqueror 3.0.0-12', null],
			],
			['Unsupported Browsers', null,
					['Internet Explorer 4.0', null],
					['Netscape 4.51', null],
					['Netscape 4.7', null],
			],
			['Report test results', 'mailto:feedback@softcomplex.com?subject=Tigra Menu Test Results'],
	],*/
];

