/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'http://www.frontrangecomputing.com'],
	['SPECIALS', 'http://www.frontrangecomputing.com/specials.html'],
	['SERVICES', null, null,
		['RESIDENTIAL', 'http://www.frontrangecomputing.com/rservices.html'],
		['COMMERCIAL', 'http://www.frontrangecomputing.com/cservices.html']
		
	],
	['ABOUT US', 'http://www.frontrangecomputing.com/about.html', null,
		['TESTIMONIALS', 'http://www.frontrangecomputing.com/testimonials.html']
	],
	['CONTACT', 'http://www.frontrangecomputing.com/contact.php'],
	
];
// JavaScript Document



