var MENU_ITEMS0 = [
	[wrap_root('Menu Compatibility'), null, null,
		[wrap_child('Supported Browsers'), null, null,
			[wrap_child('Win32 platform'), null, {'bl':140},
				[wrap_child('Internet Explorer 4.0+')],
				[wrap_child('Netscape 4.02+')],
				[wrap_child('Mozilla 0.9.5+')],
				[wrap_child('Opera 5.02+')]
			],
			[wrap_child('Macintosh platform'), null, {'bl':140},
				[wrap_child('Internet Explorer 5.0+')],
				[wrap_child('Netscape 4.7+')]
			]
		],
		[wrap_child('Unsupported Browsers'), null, null,
			[wrap_child('Lynx')],
			[wrap_child('Hot Java')]
		],
		[wrap_child('Report test results'), 'http://www.softcomplex.com/support.html']
	],
	[wrap_root('Docs & Info'), null, null,
		[wrap_child('Documentation'), null, null],
		[wrap_child('Forums'), 'http://www.softcomplex.com/forum/forumdisplay.php?fid=51', null],
		[wrap_child('Product page'), 'http://www.softcomplex.com/products/tigra_menu_gold/', null]
	],
	[wrap_root('Contact'), null, null,
		[wrap_child('E-mail'), 'http://www.softcomplex.com/support.html'],
		[wrap_child('ICQ: 817108')],
		[wrap_child('Y! ID: softcomplex')],
		[wrap_child('AIM ID: softcomplex')]
	]
]

l1 = new Image(); l1.src = "img/m_face_0.gif";
l2 = new Image(); l2.src = "img/m_face_1.gif";
l3 = new Image(); l3.src = "img/m_face_2.gif";
l4 = new Image(); l4.src = "img/m_face2_0.gif";
l5 = new Image(); l5.src = "img/m_face2_1.gif";
l6 = new Image(); l6.src = "img/m_face2_2.gif";

function wrap_child (text) {
	var res=[];for (var i=0; i<3; i++)
		res[i]='<table border=0 cellspacing=0 cellpadding=0 width=169 height=38><tr><td valign=top align=right width=1><img src="img/m_face2_' + i + '.gif" width=38 height=39></td><td width=142 background=img/m_bg2.gif class="a' + i + '">&nbsp;' + text + '</td></tr></table>'
	return res;
}

function wrap_root (text) {
	var res=[];for (var i=0; i<3; i++)
		res[i]='<table border=0 cellspacing=0 cellpadding=0 width=169 height=38><tr><td valign=top align=right width=1><img src="img/m_face_' + i + '.gif" width=38 height=39></td><td width=142 background=img/m_bg.gif class="a' + i + '">&nbsp;' + text + '</td></tr></table>'
	return res;
}
