var MENU_ITEMS_XP = [
	[wrap_root('Menu Compatibility'), null, 
			[wrap_parent('Supported Browsers', 'r'), null,
					[wrap_child('Internet Explorer 4.0', 'ie.gif')],
					[wrap_child('Internet Explorer 4.5', 'ie.gif')],
					[wrap_child('Internet Explorer 5.0', 'ie.gif')],
					[wrap_child('Internet Explorer 5.5', 'ie.gif')],
					[wrap_child('Internet Explorer 6.0', 'ie.gif')],
					[wrap_child('Netscape 4.7', 'nn4.gif')],
					[wrap_child('Netscape 4.72', 'nn4.gif')],
					[wrap_child('Netscape 6/6.0', 'nn6.gif')],
					[wrap_child('Netscape 6.2', 'nn6.gif')],
					[wrap_child('Netscape 7.0', 'nn7.gif')],
					[wrap_child('Mozilla 0.9.7', 'mozilla.gif')],
					[wrap_child('Mozilla 1.2', 'moz12.gif')],
					[wrap_child('Opera 5.02', 'opera.gif')],
					[wrap_child('Opera 5.12', 'opera.gif')],
					[wrap_child('Opera 6.0', 'opera.gif')]
			],
			[wrap_parent('Unsupported Browsers', 'r'), null,
					[wrap_child('Lynx')],
					[wrap_child('Hot Java')]
			],
			[wrap_child('Report test results', 'email.gif'), 'mailto:feedback@softcomplex.com?subject=test%20results%20for%20Tigra Menu%20Gold']
	],
	[wrap_root('Other Products'), ['http://www.softcomplex.com/products.html', '_top'],
		[wrap_parent('Scripts', 'r', 'script.gif'), null,
			[wrap_child('Tigra Menu', 'script.gif'), ['http://www.softcomplex.com/products/tigra_menu/', '_top']],
			[wrap_child('Tigra Menu PRO', 'script.gif'), ['http://www.softcomplex.com/products/tigra_menu_pro/', '_top']],
			[wrap_child('Tigra Menu Gold', 'script.gif'), ['http://www.softcomplex.com/products/tigra_menu_gold/', '_top']],
			[wrap_child('Tigra Tree Menu', 'script.gif'), ['http://www.softcomplex.com/products/tigra_tree_menu/', '_top']],
			[wrap_child('Tigra Calendar', 'script.gif'), ['http://www.softcomplex.com/products/tigra_calendar/', '_top']],
			[wrap_child('Tigra Calendar PRO', 'script.gif'), ['http://www.softcomplex.com/products/tigra_calendar_pro/', '_top']],
			[wrap_child('Tigra Tables', 'script.gif'), ['http://www.softcomplex.com/products/tigra_tables/', '_top']],
			[wrap_child('Tigra Tables PRO', 'script.gif'), ['http://www.softcomplex.com/products/tigra_tables_pro/', '_top']],
			[wrap_child('Tigra Scroller', 'script.gif'), ['http://www.softcomplex.com/products/tigra_scroler/', '_top']],
			[wrap_child('Tigra Scroller PRO', 'script.gif'), ['http://www.softcomplex.com/products/tigra_scroller_pro/', '_top']]
		],
		[wrap_parent('Online Services', 'r'), null,
			[wrap_child('Tigra Menu Online Builder'), ['http://www.softcomplex.com/products/tigra_menu/builder/', '_top']]
		],
		[wrap_parent('.NET Components', 'r'), null,
			[wrap_child('CoolLayout.Net'), ['http://www.softcomplex.com/products/coollayout.net/', '_top']],
			[wrap_child('VisualLayout.Net'), ['http://www.softcomplex.com/products/visuallayout.net/', '_top']]
		]
	],
	[wrap_root('Contact'), null,
			[wrap_child('E-mail', 'email.gif'), 'mailto: support@softcomplex.com?subject=Tigra Menu GOLD question'],
			[wrap_child('ICQ: 31599891', 'icq.gif'), null],
			[wrap_child('Y! ID: softcomplex', 'yahoo.gif'), null],
			[wrap_child('AIM ID: softcomplex', 'aol.gif'), null]
	]
]
function wrap_parent (text,pos,icon) {
	var res=[
	'<table cellpadding=1 cellspacing=0 border=0 width=100% height=24><tr><td bgcolor=#EFEDDE>&nbsp;<img height=16 src=' + (icon !=null ? 'icons/' + icon + ' height=16': 'menu_files/pixel.gif width=16') + '>&nbsp;</td><td width=100%><table cellpadding=1 cellspacing=0 border=0 width=100% height=22><tr><td class=a0>&nbsp; ' + text + '</td></tr></table></td><td>&nbsp;<img src=icons/arr.gif width=4 height=7 align="middle" align=absmiddle>&nbsp;</td></tr></table>',
	'<table cellpadding=1 cellspacing=0 border=0 width=100% bgcolor=#93A070><tr><td><table cellpadding=1 cellspacing=0 border=0 width=100% height=22 bgcolor=#CED1C3><tr><td>&nbsp;<img height=16 src=' + (icon !=null ? 'icons/' + icon + ' height=16': 'menu_files/pixel.gif width=16') + '>&nbsp;</td><td width=100% class=a0>&nbsp; ' + text + '</td><td>&nbsp;<img src=icons/arr.gif width=4 height=7 align="middle" align=absmiddle>&nbsp;</td></tr></table></td></tr></table>',
	'<table cellpadding=1 cellspacing=0 border=0 width=100% bgcolor=#93A070><tr><td><table cellpadding=1 cellspacing=0 border=0 width=100% height=22 bgcolor=#CED1C3><tr><td>&nbsp;<img height=16 src=' + (icon !=null ? 'icons/' + icon + ' height=16': 'menu_files/pixel.gif width=16') + '>&nbsp;</td><td width=100% class=a0>&nbsp; ' + text + '</td><td>&nbsp;<img src=icons/arr.gif width=4 height=7 align="middle" align=absmiddle>&nbsp;</td></tr></table></td></tr></table>'
	];
	return res;
}

function wrap_child (text,icon) {
	var res=[
	'<table cellpadding=1 cellspacing=0 border=0 width=100%><tr><td bgcolor=#EFEDDE>&nbsp;<img height=16 src=' + (icon !=null ? 'icons/' + icon + ' height=16': 'menu_files/pixel.gif width=15') + '>&nbsp;</td><td width=100%><table cellpadding=1 cellspacing=0 border=0 width=100% height=22><tr><td class=a0>&nbsp; ' + text + '</td></tr></table></td></tr></table>',
	'<table cellpadding=1 cellspacing=0 border=0 width=100% bgcolor=#93A070><tr><td><table cellpadding=1 cellspacing=0 border=0 width=100% height=22 bgcolor=#CED1C3><tr><td>&nbsp;<img height=16 src=' + (icon !=null ? 'icons/' + icon + ' height=16': 'menu_files/pixel.gif width=16') + '>&nbsp;</td><td width=99% class=a0>&nbsp; ' + text + '</td></tr></table></td></tr></table>',
	'<table cellpadding=1 cellspacing=0 border=0 width=100% bgcolor=#93A070><tr><td><table cellpadding=1 cellspacing=0 border=0 width=100% height=22 bgcolor=#CED1C3><tr><td>&nbsp;<img height=16 src=' + (icon !=null ? 'icons/' + icon + ' height=16': 'menu_files/pixel.gif width=16') + '>&nbsp;</td><td width=99% class=a0>&nbsp; ' + text + '</td></tr></table></td></tr></table>'
	];
	return res;
}

function wrap_root (text) {
	var res=[
	'<table cellpadding=1 cellspacing=0 border=0 width=100%><tr><td><table cellpadding=0 cellspacing=0 border=0 width=100% height=21><tr><td width=100% class=a0>&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>',
	'<table cellpadding=1 cellspacing=0 border=0 width=100% bgcolor=#93A070><tr><td><table cellpadding=0 cellspacing=0 border=0 width=100% height=21><tr><td width=100% class=a1>&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>',
	'<table cellpadding=1 cellspacing=0 border=0 width=100% bgcolor=#93A070><tr><td><table cellpadding=0 cellspacing=0 border=0 width=100% height=21><tr><td width=100% class=a1>&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>'
	];
	return res;
}
