﻿// JScript File
/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'Default.html'],
	['ABOUT US', 'enter link here'],
	['DOMAINS', 'enter link here', null,
		['Automotive', null],
		['Retail', null],
		['Telecom', null]
	]
];


