/*  --- 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', 'http://chamberinfo.peterboroughchamber.com/list/', 134],	['images/commercial_property', 'new-hampshire-commercial-real-estate.php', 94],		//old!	//['images/businesses_in_new_hampshire', 'http://chamberinfo.peterboroughchamber.com/list/',114],		//['images/new_hampshire_tourism', 'new-hampshire-tourism.html', 114,	['images/new_hampshire_tourism', 'new-hampshire-tourism.html', 134,	    ['images/menu/3lodging', 'http://chamberinfo.peterboroughchamber.com/list/cat/lodging.htm',30],		['images/menu/3dining', 'http://chamberinfo.peterboroughchamber.com/list/cat/restaurants.htm',0],		['images/menu/3shopping', 'http://chamberinfo.peterboroughchamber.com/list/QL/shopping-specialty-retail.htm',0],		['images/menu/3map_driving_directions_peterborough_nh', 'map_driving_directions_peterborough_nh.html',0],		['images/menu/3recreation', 'http://chamberinfo.peterboroughchamber.com/list/category/ski-resorts',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', 'http://chamberinfo.peterboroughchamber.com/list/QL/real-estate-moving-storage.htm',0],		['images/menu/4loans-investments-personal-small-business-commercial', 'http://chamberinfo.peterboroughchamber.com/list/cat/financial-planning-consultants-services.htm',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', 'http://chamberinfo.peterboroughchamber.com/events/', 124,		['images/menu/5events', 'http://chamberinfo.peterboroughchamber.com/events/',22],		['images/menu/5hot_deals', 'http://chamberinfo.peterboroughchamber.com/hotdeals/',0],		['images/menu/5the_arts', 'arts-entertainment-nh.html',0],		['images/menu/5recreation', 'http://chamberinfo.peterboroughchamber.com/list/category/ski-resorts',0]	],		['images/peterborough_chamber_of_commerce_nh', 'chamber_of_commerce_peterborough_nh.html', 163,		['images/menu/6contact_peterborough_chamber_nh', 'http://chamberinfo.peterboroughchamber.com/contact/',18],		['images/menu/6newsletter', 'greater-peterborough-chamber-newsletter.html',0],		['images/menu/6chamber_news', 'http://chamberinfo.peterboroughchamber.com/news/',0],		['images/menu/6member_news', '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]	],		['images/southern_nh_events', 'http://chamberinfo.peterboroughchamber.com/events/', 109,	],]; 
