/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Home', 'http://www.unibiz.com', null,
		
	],
	['Products', null, null,
		['R2 Rental Software', 'http://www.unibiz.com/r2/r2.html'],
				
		['Video Store Rental Software', null, null,
				['V3 Plus','http://www.unibiz.com/v3/v3.html'],
				['VideoTrace','http://www.unibiz.com/vt/videotrace.html'],
				['V3 Link','http://www.unibiz.com/v3link/v3link.html'],
				
		],
		['CrewManager', 'http://www.unibiz.com/cm/cm_utilities.html'],
		
	],
	['Company', null, null,
		['Company Profile', 'http://www.unibiz.com/company/aboutubs.html'],
		['Executive Team', 'http://www.unibiz.com/company/executives.html'],
		['Company Philosphy', 'http://www.unibiz.com/company/philosophy.html'],
		['Major Customers', 'http://www.unibiz.com/company/customers.html'],
		['Jobs at UBS', 'http://www.unibiz.com/company/jobs.html'],

		
	],
	['Contact Us', 'http://www.unibiz.com/contactus.html', null,
	],
	['Site Map', 'http://www.unibiz.com/site_map.html', null,
	],

];

