/*
  --- 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 = [
	//['images/peterborough_nh', null, -5],
	['images/peterborough_nh', null, -139],
	
	//new!
	['images/directory', 'businesses-in-new-hampshire.php', 134],
	['images/commercial_property', 'new-hampshire-commercial-real-estate.php', 94],
	
	//old!
	//['images/businesses_in_new_hampshire', 'businesses-in-new-hampshire.php',114],
	
	//['images/new_hampshire_tourism', 'new-hampshire-tourism.html', 114,
	['images/new_hampshire_tourism', 'new-hampshire-tourism.html', 134,
	    ['images/menu/3lodging', 'new-hampshire-lodging.php',30],
		['images/menu/3dining', 'monadnock-region-restaurants.php',0],
		['images/menu/3shopping', 'shopping-in-peterborough-nh.php',0],
		['images/menu/3map_driving_directions_peterborough_nh', 'map_driving_directions_peterborough_nh.html',0],
		['images/menu/3recreation', 'ski-new-hampshire.html',0],
		['images/menu/3the_arts', 'arts-entertainment-nh.html',0]		
	],
	['images/relocation_new_hampshire', 'relocation-new-hampshire.html', 102,
		['images/menu/4town_information', 'our-town-peterborough-nh.html',30],
		['images/menu/4schools', 'new-hampshire-education.html',0],
		['images/menu/4real_estate', 'southern-new-hampshire-real-estate.php',0],
		['images/menu/4loans-investments-personal-small-business-commercial', 'loans-investments-personal-small-business-commercial.php',0],
		['images/menu/4churches', 'new-england-church.html',0],
		['images/menu/4business_relocation', 'business-relocation-new-hampshire.html',0],
		['images/menu/4zoning', 'zoning-new-hampshire.html',0],
		['images/menu/4map_driving_directions_peterborough_nh', 'map_driving_directions_peterborough_nh.html',0],
		['images/menu/4request_information', 'new-hampshire-vacation.html',0]
	],
	['images/new_hampshire_attractions', 'new-hampshire-events.php', 124,
		['images/menu/5events', 'new-hampshire-events.php',22],
		['images/menu/5sales_promotions', 'sales-promotions.php',0],
		['images/menu/5the_arts', 'arts-entertainment-nh.html',0],
		['images/menu/5recreation', 'ski-new-hampshire.html',0]
	],	
	['images/peterborough_chamber_of_commerce_nh', 'chamber_of_commerce_peterborough_nh.html', 163,
		['images/menu/6contact_peterborough_chamber_nh', 'contact-peterborough-chamber-nh.html',18],
		['images/menu/6newsletter', 'greater-peterborough-chamber-newsletter.html',0],
		['images/menu/6press_releases', 'peterborough-nh-businesses-press-releases.php',0],
		['images/menu/6benefits', 'business-opportunitites-new-hampshire.html',0],
		['images/menu/6membership', 'business-membership-information.html',0],
		['images/menu/6activities', 'business-networking-new-hampshire.html',0],
		['images/menu/6annual_events', 'business-marketing-nh.html',0],
		['images/menu/6board_members_and_staff', 'chamber-of-commerce-board-members-staff.html',0],
		['images/menu/6commities', 'business-committees-peterborough-nh.html',0]
	],
]; 