/* --- menu items --- */

var MENU_ITEMS = [
	['SoftComplex','/', {'tw' : 'content'},
		['Services','/services.html', {'tw' : 'content'}],
		['Download','/download.html', {'tw' : 'content'}],
		['Order','/order.html', {'tw' : 'content'}],
		['Support','/support.html', {'tw' : 'content'}]
	],
	['Special Targets', null, null,
		['New Window', '/products/tigra_menu/', {'tw' : '_blank'}],
		['Parent Window', '/products/tigra_menu/', {'tw' : '_parent'}],
		['Same Frame', '/products/tigra_menu/', {'tw' : '_self'}]
	],
	['Another Item', null, null,
		['Level 1 Item 0', '/products/tigra_menu/docs/', {'tw' : 'content'}],
		['Level 1 Item 1', '/forum/', {'tw' : 'content'}],
		['Level 1 Item 2', '/products/tigra_menu_pro/', {'tw' : 'content'}],
		['Level 1 Item 3', '/products/tigra_menu_gold/', {'tw' : 'content'}]
	],
	['Home','content.html', {'tw' : 'content'}]
];
