var MENU_ITEMS1 = [
	['Frames Demo', null, null,
		['Softcomplex', ['http://www.softcomplex.com/', 'content', 'Opens Softcomplex Site in right frame']],
		['Tigra Menu PRO', ['http://www.softcomplex.com/products/tigra_menu_pro/', 'content', 'Opens Tigra Menu PRO Site in right frame']],
		['Menu Builder', ['http://www.javascriptmenubuilder.com/', 'content', 'Opens Tigra Menu Online Builder in right frame']],
		['Reset Demo', ['content.html', 'content', 'Restores ofiginal state of the demo']],
	],
	['Targets Demo', null, null,
		['Blank Demo', ['content.html', '_blank', 'Opens Page in blank window'], null],
		['Parent Demo', ['nav.html', '_parent', 'Opens navigation page in parent window - removes frames'], null],
		['Self Demo', ['http://www.softcomplex.com/', '_self', 'Opens Softcomplex Page in same window'], null],
	],
];


