var MENU_ITEMS = [
	['Level 0 Item 0', null, null,
		['Level 1 Item 0', null, null],
		['Level 1 Item 1', null, null,
			['Level 2 Item 0', null, null],
			['Level 2 Item 1', null, null,
				['Level 3 Item 3', null, null],
			],
			['Level 2 Item 2', null, null],
			['Level 2 Item 3', null, null],
		],
		['Level 1 Item 2', null, null],
		['Level 1 Item 3', null, null],
	],
	['Level 0 Item 1', null, null],
	['Level 0 Item 2', null, null],
	['Demos', null, null,
		['Depth', 'http://www.softcomplex.com/products/tigra_menu_pro/demo/depth_demo/', [null,null,140]],
		['Geometry', 'http://www.softcomplex.com/products/tigra_menu_pro/demo/geometry_demo/', [null,null,140]],
		['Inner HTML', 'http://www.softcomplex.com/products/tigra_menu_pro/demo/innerhtml_demo/', [null,null,140]],
		['Targeting', 'http://www.softcomplex.com/products/tigra_menu_pro/demo/targeting_demo/', [null,null,140]],
		['Static positioning', 'http://www.softcomplex.com/products/tigra_menu_pro/demo/static_positioning_demo/', [null,null,140]],
	],
];


