/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Services', 'services.html', {'tw':'content'},
		['Architectural', 'architectural.html', {'tw':'content'},
			['Remodeling', 'remodeling.html', {'tw':'content'}],
			['Additions', 'additions.html', {'tw':'content'}],
			['New Construction', 'newconstruction.html', {'tw':'content'}]
		],
		['Mechanical', 'mechanical.html', {'tw':'content'},
			['2D', '2d.html', {'tw':'content'}],
			['3D', '3d.html', {'tw':'content'}]
		],
		['Digital Conversion', 'digitalconversion.html', {'tw':'content'},
			['Map Conversion', 'mapconversion.html', {'tw':'content'}],
			['GIS', 'gis.html', {'tw':'content'}]
		]
	],
	['Company Profile', 'profile.html', {'tw':'content'},
		['Design Process', 'process.html', {'tw':'content'}],
		['Supports', 'supports.html', {'tw':'content'}],
		['Scope', 'scope.html', {'tw':'content'}]
	],
	['Contact', 'contact.html', {'tw':'content'},
		['Office', 'office.html', {'tw':'content'}],
		['Staff', 'staff.html', {'tw':'content'}],
		['Partners', 'partners.html', {'tw':'content'}]
	],
	['Home', 'index.html', {'tw':'_top'}]
];


/* Tigra Menu items structure */
var MENU_ITEMS_side = [
	['News', 'news.shtml', {'tw':'content'}],
	['Permit', 'permit.html', {'tw':'content'}],
	['Contractors', 'contractors.html', {'tw':'content'}],
	['Financing', 'financing.html', {'tw':'content'},
		['Project Price', 'price.html', {'tw':'content'}],
		['Estimate', 'estimate.html', {'tw':'content'}],
		['Payments', 'payment.html', {'tw':'content'}]
	],
	['Employment', 'employment.html', {'tw':'content'}]
];
