/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'default.aspx', {'sb':'Home'}],
	['About Us', 'about_us.aspx', {'sb':'About Us'}],
	['Services', 'services.aspx', {'sb':'Services'}],
	['Certifications', 'certifications.aspx', {'sb':'Certifications'}],
	['Lifetime Warranty', 'warranty.aspx', {'sb':'Lifetime Warranty'}],
	['Useful Info', 'useful.aspx', {'sb':'Useful Information'}],
	
	['Expert Staff', null, {'sb':'Expert Staff'},
		['Meet our Staff', 'staff.aspx', {'sb':'Meet our Staff'}],
		['Techs at Work', 'technicians.aspx', {'sb':'Techs at Work'}]
	],
	['Our Facilities', null, {'sb':'Our Facilities'},
		['Our Facilities', 'tour.aspx', {'sb':'Our Facilities'}],
		['The Process', 'believe.aspx', {'sb':'The Process'}]
	],
	['Estimates/Status', null, {'sb':'Estimates/Status'},
		['FREE Estimates', 'estimate.aspx', {'sb':'Schedule a FREE Estimate'}],
		['Check on Your Vehicle', 'showjob.aspx', {'sb':'Check on Your Vehicle'}]
	],
	['Contact Us', null, {'sb':'Contact Us'},
		['Contact Us', 'contact_us.aspx', {'sb':'Contact Us'}],
		['FREE Estimate', 'estimate.aspx', {'sb':'Schedule a FREE Estimate'}]
	],
	['Testimonials', 'testimonials.aspx', {'sb':'Testimonials'}],
	['Hours & Location', 'map_hours.aspx', { 'sb': 'Hours & Location'}],
    ['<img src="App_Themes/collision_black/menu_files/dupont_logo2.jpg" align="absmiddle">', 
        'http://www.performancecoatings.dupont.com',
        { 'tw': '_blank', 'sb': 'Dupont Performance Alliance'}],
       
	['Admin', 'App_Admin/Default.aspx', {'sb':'Admin'}]

];