var MENU_ITEMS = [
	['Level 0 Item 0', null, null,
		[[wrap1('Your test for item 0'), wrap1('<font color="white">Mouse over item 0</font>'), wrap1('<font color="red">Mouse click on item 0</font>')], null, null],
	],
	['Level 0 Item 1', null, null,
		[[wrap1('Your test for item 1'), wrap1('<font color="white">Mouse over item 2</font>'), wrap1('<font color="red">Mouse click on item 2</font>')], null, null],
	],
	['Level 0 Item 2', null, null,
		[[wrap1('Your test for item 2'), wrap1('<font color="white">Mouse over item 2</font>'), wrap1('<font color="red">Mouse click on item 2</font>')], null, null],
	]
];

function wrap1 (text) {
	return (
	'<table width="500" border="0" cellpadding="0" cellspacing="0" height="400"><tr><td colspan="10"><img src="bubles_01.gif" width="500" height="30"></td><td><img src="/img/pixel.gif" width="1" height="30"></td></tr><tr><td rowspan="10" height="370"><img src="bubles_02.gif" width="31" height="370"></td><td rowspan="2"><img src="bubles_03.gif" width="15" height="45"></td><td><img src="bubles_04.gif" width="30" height="12"></td><td rowspan="2" height="45"><img src="bubles_05.gif" width="14" height="45"></td><td colspan="6" rowspan="3" height="69"><img src="bubles_06.gif" width="410" height="69"></td><td><img src="/img/pixel.gif" width="1" height="12"></td></tr><tr><td><img src="bubles_07.gif" width="30" height="33"></td><td><img src="/img/pixel.gif" width="1" height="33"></td></tr><tr><td colspan="3"><img src="bubles_08.gif" width="59" height="24"></td><td><img src="/img/pixel.gif" width="1" height="24"></td></tr><tr><td colspan="3" rowspan="7" height="301"><img src="bubles_09.gif" width="59" height="301"></td><td colspan="3"><img src="bubles_10.gif" width="132" height="22"></td><td colspan="3" rowspan="2" height="50"><img src="bubles_11.gif" width="278" height="50"></td><td height="22"><img src="/img/pixel.gif" width="1" height="22"></td></tr><tr><td rowspan="2"><img src="bubles_12.gif" width="24" height="69"></td><td rowspan="2"><img src="bubles_13.gif" width="75" height="69"></td><td rowspan="2" height="69"><img src="bubles_14.gif" width="33" height="69"></td><td height="28"><img src="/img/pixel.gif" width="1" height="28"></td></tr><tr><td rowspan="3" height="208"><img src="bubles_15.gif" width="56" height="208"></td><td><img src="bubles_16.gif" width="164" height="41"></td><td rowspan="4"><img src="bubles_17.gif" width="58" height="214"></td><td><img src="/img/pixel.gif" width="1" height="41"></td></tr><tr><td colspan="3"><img src="bubles_18.gif" width="132" height="21"></td><td rowspan="2" bgcolor="#3366cc" align="center">'
	+ text + '</td><td><img src="/img/pixel.gif" width="1" height="21"></td></tr><tr><td colspan="3" rowspan="3" height="189"><img src="bubles_20.gif" width="132" height="189"></td><td height="146"><img src="/img/pixel.gif" width="1" height="146"></td></tr><tr><td rowspan="2" height="43"><img src="bubles_21.gif" width="56" height="43"></td><td rowspan="2" height="43"><img src="bubles_22.gif" width="164" height="43"></td><td height="6"><img src="/img/pixel.gif" width="1" height="6"></td></tr><tr><td height="37"><img src="bubles_23.gif" width="58" height="37"></td><td height="37"><img src="/img/pixel.gif" width="1" height="37"></td></tr></table>');
}

