/* --- menu items --- */
var MENU_ITEMS3 = [
	['Inner HTML Demo'],
	['Others scripts of mine', null,
		[pupup(
			'<div style="text-decoration: none; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 13px; color: black; margin: 4px;"><p><a href="http://www.geocities.com/tspicker/" style="color: white; font-weight: bold;">Timestamp Picker</a><br>Popup timestamp picker is a JavaScript that makes it easy for your visitors to fill out the date/time field(s) of your form, by selecting the date from a popup calendar.</p>'+
			'<p><a href="http://menu-pro.softcomplex.com" style="color: white; font-weight: bold;">Tigra Menu PRO v1.0</a><br>Tigra Menu PRO is flexible menu solution for commercial applications offering high reliability and wide browsers support.</p></div>'
), 'http://www.softcomplex.com/products.asp'],
	],
	["Let's cooperate", null,
		[pupup('<div style="text-decoration: none; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 13px; color: black; margin: 4px;"><p><span style="color: white; font-weight: bold;">' + "Let's cooperate" + '</span><br>Got original configuration of Tigra Menu on your site? Want some traffic? <a href="mailto:denis@softcomplex.com?subject=site submission">' + "Mail me</a> and I'll publish your link in coming soon designs library for others to see what creative person can do with Tigra Menu.</p></div>"), 'mailto:denis@softcomplex.com?subject=site submission'],
	],
	['Visit SoftComplex.com', null,
		[pupup('<div style="text-decoration: none; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 13px; color: black; margin: 4px;"><p><a href="http://www.softcomplex.com" style="color: white; font-weight: bold;">Softcomplex</a><br>Contact us at SoftComplex if you need any kind of software solution. For details visit our site at <a href="http://www.softcomplex.com/">www.softcomplex.com</a>. We are open to discuss your needs. You will like our rates.</p></div>'), 'http://www.softcomplex.com'],
	],
];

/*
	This simple function is wrapper. It puts html around text given.
	You can write your own wrappers for higher efficiency and better
	code maintanebility
*/
function pupup (text) {
	return '<table border=0 cellpadding=0 cellspacing=0><tr><td><img border=0 src="img/01.gif" width=9 height=11></td><td background="img/02.gif"><img border=0 src="img/pixel.gif" width=261 height=11></td><td colspan=2 rowspan=2><img border=0 src="img/03.gif" width=89 height=167></td><td><img border=0 src="img/pixel.gif" width=1 height=11></td></tr><tr><td rowspan=2 background="img/04.gif"><img border=0 src="img/pixel.gif" width=9 height=200></td><td rowspan="2" bgcolor="#339933" valign="top" style="font-decoration: none;">'
		+ text + '</td><td><img border=0 src="img/pixel.gif" width=1 height=156></td></tr><tr><td background="img/05.gif"><img border=0 src="img/pixel.gif" width=13 height=70></td><td rowspan="2"><img border=0 src="img/pixel.gif" width=76 height=70></td><td><img border=0 src="img/pixel.gif" width=1 height=70></td></tr><tr><td><img border=0 src="img/06.gif" width=9 height=17></td><td background="img/07.gif"><img border=0 src="img/pixel.gif" width=1 height=17></td><td><img border=0 src="img/08.gif" width=13 height=17></td><td><img border=0 src="img/pixel.gif" width=1 height=17></td></tr></table>';
}