var MENU2_ITEMS = [
	[wrap_gold('Menu Compatibility'), null, {'sw':140},
		['Win32 platform', null, null, 
			['Internet Explorer 4.0+'],
			['Netscape 4.02+'],
			['Mozilla 0.9.5+'],
			['Opera 5.02+']
		],
		['Macintosh platform', null, null, 
			['Internet Explorer 5.0+'],
			['Netscape 4.7+']
		],
		['Unsupported Browsers', null, null,
			['Lynx'],
			['Hot Java']
		],
		['Report test results', 'http://www.softcomplex.com/support.html']
	],
	[wrap_gold('Docs & Info'), null, null,
		['Documentation', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/', null,
			['Description', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#description'],
			['Features', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#features'],
			['Compatibility List', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#compatibility'],
			['Files', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#files'],
			['Building menu hierarchy', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#items', null,
				['Item caption', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#items_caption'],
				['Item link', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#items_link'],
				['Submenu block items ', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#items_subitems']
			],
			['Menu level scope settings', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#level_scope', null,
				['Sizes and offsets', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#sizes'],
				['Block orientation', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#orient'],
				['Outer table', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#table'],
				['Wise block positioning', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#wise'],
				['Transition effects', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#trans'],
				['Setting styles', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#styles']
			],
			['Item scope settings', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#item_scope'],
			['Using inner html', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#innerhtml', null,
				['Writing wrappers', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#innerhtml_wrappers']
			],
			['Styles vs. inner html', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#stvsih'],
			['Initialization', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#construct', null,
				['Hiding forms', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#construct_forms'],
				['Symbolic name', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#construct_name'],
				['Page without frames', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#construct_sframe'],
				['Page with frames', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#construct_mframe']
			],
			['Terms and Conditions', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#terms_cond', {'bw':200},
				['Regular License', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#regular_license'],
				['Developer License', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#developer_license'],
				['Discounts', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#discounts'],
				['Usage', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#usage'],
				['Technical Support', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#support'],
				['Violations of Terms and Conditions', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#violations']
			],
			['Links and References', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#links_and_references']
		],
		['Forums', 'http://www.softcomplex.com/forum/forumdisplay.php?fid=51'],
		['Product page', 'http://www.softcomplex.com/products/tigra_menu_gold/'],
		['Welcome page', '../']
	],
	[wrap_gold('Contact'), null, {'sw' : 54},
		['E-mail', 'http://www.softcomplex.com/support.html'],
		['ICQ: 31599891'],
		['Y! ID: softcomplex'],
		['AIM ID: softcomplex']
	]
];

function wrap_gold (text) {
	var res=[];
	for (var i=0; i<3; i++)
		res[i]=['<table cellpadding="0" cellspacing="0" border="0"><tr><td><img src="img/gold',
			(i?2:1),'_l.gif" width="8" height="23" border="0"></td><td background="img/gold',
			(i?2:1),'_m.gif" style="font-face: tahoma, verdana, arial; font-size: 11px; font-weight: bold; color: #105D94" width="100%">',text,'</td><td><img src="img/gold',
			(i?2:1),'_r.gif" width="8" height="23" border="0"></td></tr></table>'
		].join('');
	return res;
}
