﻿/* Tigra Menu items structure */
var MENU_ITEMS = [
    ['Countertops', '/countertops/Default.aspx', null,
		['Laminate', '/countertops/Laminate.aspx', null,
			['Samples', '/countertops/Samples.aspx?countertype=laminate'],
			['Profiles', '/countertops/Profiles.aspx?type=L']
		],
		['Granite', '/countertops/Granite.aspx',null,
		    ['Samples', '/countertops/Samples.aspx?countertype=granite']
		],
		['Quartz', '/countertops/Quartz.aspx'],
		['Solid Surface', '/countertops/SolidSurface.aspx'],
		['Wood Veneer', '/countertops/WoodVeneer.aspx', null, 
		    ['Profiles', '/countertops/Profiles.aspx?type=W'],
		    ['Specifications', '/countertops/VeneerSpecs.aspx']
		]
	],
	['Showroom Tour', '/showroom/Default.aspx'],
	['Services', '/services/Default.aspx', null,
		['Usage and Care', '/services/UsageCare.aspx'],
		['Warranty', '/services/Warranty.aspx'],
		['Laminate Order Form', '/services/OrderLaminate.aspx'],
		['Veneer Order Form', '/services/OrderVeneer.aspx']
	],
	['Our Company','/Default.aspx', null,
        ['FAQ','/ourcompany/FAQ.aspx'],
        ['Testimonials','/ourcompany/Testimonials.aspx']
    ]
];


