document.writeln('<TABLE border=0 width="80%" bgcolor="#222222" cellpadding="5">')
document.writeln('<tr valign="center" align="center">')

txt = '<td class="menu" width="16%">[ <a href="http://tofte.org"         			target="_top">Home</a> ]</td>\n'
txt+= '<td class="menu" width="16%">[ <a href="http://tofte.org" 			target="_top">Photo Gallery</a> ]</td>\n'
txt+= '<td class="menu" width="20%">[ <a href="http://tofte.org/resume" 		target="_top">Curriculum Vitae</a> ]</td>\n'
txt+= '<td class="menu" width="16%">[ <a href="http://tofte.org/myself.html"  			target="_top">Myself</a> ]</td>\n'

document.writeln(txt)

document.writeln('</tr></table><br>')
