/*
  --- 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','default.asp'],
	['Company', null, null,
		['Profile', 'history.asp'],
		['Staff', 'staff.asp'],
	],
	['Services', null, null,
		['Distribution & Storage', 'distribution.asp'],
		['Facilities', 'facilities.asp'],
		['Request Info', 'request_info.asp'],
		['Links', 'links.asp'],
	],
	['Online Services', null, {'tw':'_blank'},
		['Log On to Reports', 'http://www.jdgonzalez.com:5000',{'tw' : '_blank'}],
		['Customs Forms', 'customs_forms.asp'],
		['Power of Attorney', 'poa.pdf',{'tw' : '_blank'}],
		['Bridge Cameras Site 1', 'http://www.laredotexas.gov/bridgesys/bridge4cam.html',{'tw' : '_blank'}],
		['Bridge Cameras Site 2', 'http://www.bravo.net/eye.asp',{'tw' : '_blank'}],		
	],
	['Contact', null, null,
		['Location','location.asp'],
	],
];

