var MENU_ITEMS_XP = [
	 

	[wrap_root('Home'), 'http://goertzel.org', null,
			[wrap_child('Biography'), 'http://goertzel.org/bio.htm'],
			[wrap_child('Resumé/CV'), 'http://goertzel.org/resume.htm'],
			[wrap_child('Fiction Writings'), 'http://goertzel.org/fiction.htm'],
			[wrap_child('Music'), 'http://goertzel.org/music.htm'],
			[wrap_child('Blog'), 'http://www.goertzel.org/blog/blog.htm'],
			[wrap_child('Family'), 'http://goertzel.org/family.htm'],
			[wrap_child('Photo Album'), 'http://picasaweb.google.com/bengoertzel'],
			[wrap_child('Quotes'), 'http://goertzel.org/quotes.htm'],
			[wrap_child('Contact'), 'http://goertzel.org/contact.htm']
	],

			[wrap_root('Research'), 'http://goertzel.org/res.htm', null,
			[wrap_child('Books'), 'http://goertzel.org/books.htm'],
			[wrap_child('Papers'), 'http://goertzel.org/research.htm'],
			[wrap_child('Essays'), 'http://goertzel.org/essays.htm'],
			[wrap_child('Journalism'), 'http://goertzel.org/journalism.htm']

	]

]; 
var ii0 = new Image(); ii0.src = 'icons/arr.gif';
var ii1 = new Image(); ii1.src = 'icons/i.gif';
var ii2 = new Image(); ii2.src = 'icons/n7.gif';
var ii3 = new Image(); ii3.src = 'icons/m12.gif';
var ii4 = new Image(); ii4.src = 'icons/o.gif';
var ii5 = new Image(); ii5.src = 'icons/email.gif';
var ii6 = new Image(); ii6.src = 'icons/icq.gif';
var ii7 = new Image(); ii7.src = 'http://www.goertzel.org/menu_filesicons/yahoo.gif';
var ii8 = new Image(); ii8.src = 'http://www.goertzel.org/menu_filesicons/aol.gif';
var ii9 = new Image(); ii9.src = 'http://www.goertzel.org/menu_files/pixel.gif';

function wrap_parent (text,icon) {
	return [['<table cellpadding=1 cellspacing=0 border=0 width=100%><tr><td bgcolor=#D1D1D1><img height=16 src=', icon !=null ? 'icons/' + icon: 'http://www.goertzel.org/menu_files/pixel.gif width=16', ' hspace=3></td><td width=100%><table cellpadding=1 cellspacing=0 border=0 width=100% height=22><tr><td class=a0>&nbsp; ', text, '</td></tr></table></td><td><img src=icons/arr.gif width=4 height=7 align="middle" align=absmiddle hspace=3></td></tr></table>'].join(''),
	['<table cellpadding=1 cellspacing=0 border=0 width=100% bgcolor=#D1D1D1><tr><td><table cellpadding=1 cellspacing=0 border=0 width=100% height=22 bgcolor=#DADADA><tr><td><img height=16 src=', icon !=null ? 'icons/' + icon: 'http://www.goertzel.org/menu_files/pixel.gif width=16', ' hspace=3></td><td width=100% class=a0>&nbsp; ', text, '</td><td><img src=icons/arr.gif width=4 height=7 align="middle" align=absmiddle hspace=3></td></tr></table></td></tr></table>'].join(''),
	['<table cellpadding=1 cellspacing=0 border=0 width=100% bgcolor=#D1D1D1><tr><td><table cellpadding=1 cellspacing=0 border=0 width=100% height=22 bgcolor=#CED1C3><tr><td><img height=16 src=', icon !=null ? 'icons/' + icon: 'http://www.goertzel.org/menu_files/pixel.gif width=16', ' hspace=3></td><td width=100% class=a0>&nbsp; ', text, '</td><td><img src=icons/arr.gif width=4 height=7 align="middle" align=absmiddle hspace=3></td></tr></table></td></tr></table>'].join('')
	];
}

function wrap_child (text,icon) {
	return [['<table cellpadding=1 cellspacing=0 border=0 width=100%><tr><td bgcolor=#D1D1D1><img height=16 src=', icon !=null ? 'icons/' + icon: 'http://www.goertzel.org/menu_files/pixel.gif width=15', ' hspace=3></td><td width=100%><table cellpadding=1 cellspacing=0 border=0 width=100% height=22><tr><td class=a0>&nbsp; ', text, '</td></tr></table></td></tr></table>'].join(''),
	['<table cellpadding=1 cellspacing=0 border=0 width=100% bgcolor=#D1D1D1><tr><td><table cellpadding=1 cellspacing=0 border=0 width=100% height=22 bgcolor=#DADADA><tr><td><img height=16 src=', icon !=null ? 'icons/' + icon: 'http://www.goertzel.org/menu_files/pixel.gif width=16', ' hspace=3></td><td width=99% class=a0>&nbsp; ', text, '</td></tr></table></td></tr></table>'].join(''),
	['<table cellpadding=1 cellspacing=0 border=0 width=100% bgcolor=#D1D1D1><tr><td><table cellpadding=1 cellspacing=0 border=0 width=100% height=22 bgcolor=#CED1C3><tr><td><img height=16 src=', icon !=null ? 'icons/' + icon: 'http://www.goertzel.org/menu_files/pixel.gif width=16', ' hspace=3></td><td width=99% class=a0>&nbsp; ', text, '</td></tr></table></td></tr></table>'].join('')
	];
}

function wrap_root (text) {
	return [
	'<table cellpadding=1 cellspacing=0 border=0 width=100%><tr><td><table cellpadding=0 cellspacing=0 border=0 width=100% height=21><tr><td width=100% class=a0 align="center">&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>',
	'<table cellpadding=1 cellspacing=0 border=0 width=100% bgcolor=#D1D1D1><tr><td><table cellpadding=0 cellspacing=0 border=0 width=100% height=21><tr><td width=100% class=a1 align="center">&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>',
	'<table cellpadding=1 cellspacing=0 border=0 width=100% bgcolor=#D1D1D1><tr><td><table cellpadding=0 cellspacing=0 border=0 width=100% height=21><tr><td width=100% class=a1 align="center">&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>'
	];
}
