var MENU1_ITEMS =[
	[wrap_blue('Tigra Menu GOLD Demos'), null, {'sw':176, 'bw':176},
		['Previous demo', '../3dbuttons/index.html'],
		['Functionality', null, null, 
			['Multiple', '../multiple/index.html', {'tt':'multiple instances (vertical and horizontal menu bars, styles, rollovers)'}],
			['Cross-framed', '../frames/index.html', {'tt':'cross framed (horizontal menu bar, styles, relative positioning, rollovers)'}],
			['Select-boxes', '../selects/index.html', {'tt':'select-boxes overlaping (horizontal menu bar, styles, relative positioning, rollovers)'}],
			['Effects', '../effects/index.html', {'tt':'transitions (horizontal menu bars, styles, rollovers, inner html, transitions, transparency)'}]
		],
		['Design', null, null, 
			['Icons &amp; arrows', '../icons/index.html', {'tt' : 'strict blue design with icons and arrows (horizontal menu bar, styles, relative positioning, smart relocation, rollovers, inner html, tooltips, status bar messages)', 'sb' : 'Design demo'}],
			['Idea!', '../idea/index.html', {'tt' : 'alternative design (horizontal menu bar, styles, relative positioning, smart relocation, graphic rollovers, inner html, transitions)', 'sb' : ' demo'}],
			['Hi there!', '../hithere/index.html', {'tt' : 'yet another design (horizontal menu bar, styles, relative positioning, smart relocation, rollovers, animation, inner html, transitions)', 'sb' : 'Hi there! demo'}],
			['Matrix', '../matrix/index.html', {'tt' : 'underground design (horizontal menu bar, styles, relative positioning, smart relocation, rollovers, animation, inner html, transitions)', 'sb' : 'Matrix demo'}],
			['MS Style', '../msstyle/index.html', {'tt' : 'Microsoft<sup>&reg;</sup> site style menu (horizontal menu bar, styles, relative positioning, rollovers)', 'sb' : 'MS Style demo'}],
			['XP', '../xp/index.html', {'tt' : 'XP style menu (horizontal menu bar, styles, relative positioning, rollovers, transitions)', 'sb' : 'XP demo'}],
			['Dots', '../dots/index.html', {'tt' : 'Simple graphical menu (horizontal menu bar, graphical items, relative positioning, rollovers)', 'sb' : 'Dots demo'}],
			['3D-Buttons', '../3dbuttons/index.html', {'tt' : 'Nice looking Arcanoid style 3D buttons (multiple instances, vertical and horizontal menu bars, graphical items, relative positioning, rollovers)', 'sb' : '3D-Buttons demo'}],
			['Tabs', '../tabs/index.html', {'tt' : 'Double-decka menu of cool 3D tabs (multiple instances, wrappers, relative positioning, rollovers, semi-transparensy)', 'sb' : 'Tabs demo'}]
		]
	],
	[wrap_blue('SoftComplex'), null, null,
		['About us', 'http://www.softcomplex.com/index.html'],
		['Services', 'http://www.softcomplex.com/services.html'],
		['Download', 'http://www.softcomplex.com/download.html'],
		['Order', 'http://www.softcomplex.com/order.html'],
		['Support', 'http://www.softcomplex.com/support.html']
	],
	[wrap_blue('Comparison Table of Menus'), 'http://www.softcomplex.com/products/tigra_menu/docs/compare_menus.html', {'tt': 'Tigra Menus comparison table', 'sw':196}]
];

function wrap_blue (text) {
	var res=[];
	for (var i=0; i<3; i++)
		res[i]=['<table cellpadding="0" cellspacing="0" border="0"><tr><td><img src="img/blue',
			(i?2:1),'_l.gif" width="8" height="23" border="0"></td><td background="img/blue',
			(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/blue',
			(i?2:1),'_r.gif" width="8" height="23" border="0"></td></tr></table>'
		].join('');
	return res;
}