/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS3 = [
	['簡歷', null, null,
		[pupup(
			'<div style="text-decoration: none; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 18px; color: black; margin: 4px;"><p><a style="color: white; font-weight: bold;font-size: 18px">簡歷:</a><ul><a style="color: black;font-size: 16px">做了15期化療和2期電療後，終於知道是</a><font color="#FFFF00" size="4">肺癌中的"非細小細胞"</font><a style="color: black;font-size: 16px">。剛完成了22期化療但仍需繼續，亦未知幾時完。<br><br>生命中的苦，我們逃避不了，記然如此，《見招拆招》吧。</a><ul></p></ul></ul></div>'

), 'http://www.softcomplex.com/products/tigra_menu_pro/'],
	],
];

/*
	This simple function is wrapper. It puts html around text given.
	You can write your own wrappers for higher efficiency and better
	code maintanability
*/
function pupup (text) {
	return '<table border=0 cellpadding=0 cellspacing=0 height="127"><tr><td height="1"><img border=0 src="./01.gif" width=9 height=11></td><td background="./02.gif" height="1"><img border=0 src="./pixel.gif" width=261 height=11></td><td colspan=2 rowspan=2 valign="top" height="80"><img border=0 src="./03.gif" width=89 height=170></td><td height="1"><img border=0 src="./pixel.gif" width=1 height=11></td></tr><tr><td rowspan=2 background="./04.gif" height="214"></td><td rowspan="2" bgcolor="#339933" valign="top" style="font-decoration: none" height="214">'	+ text + '</td><td height="106"><img border=0 src="./pixel.gif" width=1 height=156></td></tr><tr><td background="./05.gif" height="108"></td><td rowspan="2" height="47"><img border=0 src="./pixel.gif" width=76 height=121></td><td height="108"></td></tr><tr><td height="1"><img border=0 src="./06.gif" width=9 height=17></td><td background="./07.gif" height="1"><img border=0 src="./pixel.gif" width=1 height=17></td><td height="1"><img border=0 src="./08.gif" width=13 height=17></td><td height="1"><img border=0 src="./pixel.gif" width=1 height=17></td></tr></table>';
}
