/*
  --- 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 = [
	['&nbsp;Home', 'index.php'],
	['&nbsp;&nbsp;Departments', null, null,
		['Construction Equipment', 'constr.php'],
		['Party Equipment', 'party.php']
        ],
	['&nbsp;&nbsp;Experts Corner', null, null,
		['Concrete Estimator', 'index.php?action=calculate'],
		 ['Rental News Articles', 'rentalHQ-news.php', null,
		     ['Construction', 'news-constr.php'],
		     ['Party', 'news-party.php'],
		     ['Tools', 'news-tools.php'],
		     ['Weddings', 'news-weddings.php']
                 ]
	],
	['&nbsp;&nbsp;Customer Service', null, null,
		['Product Reservations' , 'rentalHQ-list.php'],
		['FAQs', 'faq.php']
        ],
	['&nbsp;&nbsp;Store Locations', null, null,
		['Party Store', 'location-p.php'],
		['Construction Store', 'location-c.php']
        ],
	['&nbsp;&nbsp;Brochures', null, null,
		['Backhoe Benefits', 'pdf/Backhoe1.pdf'],
		['Backhoe Specs', 'pdf/Backhoe2.pdf'],
		['Construction - General', 'pdf/brochure1a.pdf'],
                ['Centerpiece Pg.1', 'pdf/centerpcs-pg1.pdf'],
		['Centerpiece Pg.2', 'pdf/centerpcs-pg2.pdf'],
                ['16" Concrete Saw', 'pdf/HRA_DoubleCutSaw.pdf'],
                ['Core Drills', 'pdf/coredrill.pdf'],
		['Diamond Grinder', 'pdf/diamondgrinder.pdf'],
		['Game List', 'pdf/game-list.pdf'],
		['Man-Lift Ad', 'pdf/manlift_ad.pdf'],
		['New Constr. Equip.', 'pdf/newconstructionequip.pdf'],
		['Party Games', 'pdf/party_adv1.pdf'],
		['Party Price List Pg.1', 'pdf/mainlist-pg1.pdf'],
		['Party Price List Pg.2', 'pdf/mainlist-pg2.pdf'],
		['Rideon Tile Stripper', 'pdf/HRA_TileStripper_D.pdf']
        ]
];
