/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Search', null, null,
		['Classifieds', 'http:classifieds.php'],
		['Clubs', 'http:clubs.php'],
		['Coupons', 'http:coupons.php'],
		['Free Markets', 'http:index.php'],
		['For Sale', 'http:index.php'],
		['Local Business', "javascript:void (window.open ('http://justZipPages.com/', 'JZLinks', 'width=800, height=650, left=0, top=0, location=no, menubar=no, resizable=yes, scrollbars=yes, status=no, toolbar=no'))"],
		['Videos', 'http:videos.php'],
		['Wanted', 'http:wanted.php'],
		['Yard Sales', 'http:yard_sales.php'],
		['Your Internet', "javascript:void (window.open ('http://www.mamma.com/', 'JZLinks', 'width=600, height=450, left=0, top=0, location=no, menubar=no, resizable=yes, scrollbars=yes, status=no, toolbar=no'))"]
	],
	['Browse', null, null,
		['Classifieds', 'http:browse_classifieds.php'],
		['Clubs', 'http:browse_clubs.php?nozip=1'],
		['Coupons', 'http:coupons.php'],
		['Free Markets', 'http:browse_for_sale.php?nozip=1'],
		['For Sale', 'http:browse_for_sale.php?nozip=1'],
		['Local Business', "javascript:void (window.open ('http://justZipPages.com/', 'JZLinks', 'width=800, height=650, left=0, top=0, location=no, menubar=no, resizable=yes, scrollbars=yes, status=no, toolbar=no'))"],
		['Videos', 'http:browse_videos.php?nozip=1'],
		['Wanted', 'http:browse_wanted.php?nozip=1'],
		['Yard Sales', 'http:yard_sales.php'],
		['Your Internet', "javascript:void (window.open ('http://www.mamma.com/', 'JZLinks', 'width=600, height=450, left=0, top=0, location=no, menubar=no, resizable=yes, scrollbars=yes, status=no, toolbar=no'))"]
	],
	['Sell Your Stuff', null, null,
		['Sign In', 'http:market_log_in.php'],
		['Add an Item', "javascript:void (window.open ('http:add_new.php', 'JZLinks', 'width=1000, height=1200, left=0, top=0, location=yes, menubar=yes, resizable=yes, scrollbars=yes, status=yes, toolbar=yes'))"],
		['Promote Your Stuff', 'http:promote_your_stuff.php'],
	],
	['Using JustZip', null, null,
		['FAQ', 'http:FAQ.php'],
		['Sell Your Stuff', 'http:promote_your_stuff.php'],
		['Terms of Service', 'http:terms_of_service.php'],
		['Extended Rates', 'http:pricing.php'],
		['Privacy Policy', 'http:privacy_policy.php'],
		['Help', "javascript:void (window.open ('jzHelpWindow.php?t=1&i=100', 'JZHELP', 'width=600, height=450, left=0, top=0, location=no, menubar=no, resizable=yes, scrollbars=no, status=no, toolbar=no'))"],
		['Contact Us', 'http:contact_us.php']
	],
	['About Us', null, null,
		['About JustZip', 'http:about_justzip.php'],
		['History', 'http:history.php'],
		['Our Mission', 'http:mission_statement.php'],
		['Management', 'http:management_team.php'],
		['Corporate Info', 'http:corporate_information.php'],
		['JustZip News', 'http:justZip_news.php'],
	],
	['Services', null, null,
		['Internet Solutions', 'http:internet_solutions.php'],
		['Marketing Solutions', 'http:traditional_marketing_solutions.php'],
		['Advertising', 'http:advertising.php'],
		['Pricing', 'http:pricing.php']
	],
];

