/*
  --- 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 = [
	['Home', 'http://www.torontohardwoodfloors.com', 'Home'
	],
	['About Us', 'http://www.torontohardwoodfloors.com/about', 'About Us',
			['Company History', 'http://www.torontohardwoodfloors.com/about'],
			['Jobs', 'http://www.torontohardwoodfloors.com/about/jobs.html']
	],
	['Flooring Services', 'http://www.torontohardwoodfloors.com/services/index.html', 'Flooring Services',
			['Floor Installation', 'http://www.torontohardwoodfloors.com/services/installation.html'],
			['Floor Refinishing', 'http://www.torontohardwoodfloors.com/services/refinishing.html'],
			['Stairs Repairs', 'http://www.torontohardwoodfloors.com/services/stairs.html'],
	],
	['Flooring Gallery', 'http://www.torontohardwoodfloors.com/ourwork', 'Flooring Gallery',
	],
	['Flooring Advice', 'http://www.torontohardwoodfloors.com/tips', 'Flooring Advice'
	],
	['Contact Us', 'http://www.torontohardwoodfloors.com/contact', 'Contact Us'
	],
];

