
document.write('<table bgcolor="white" style="font-family:verdana;font-size:80%" width="' + tablewidth + '">')

document.write('<tr>')
document.write('<th colspan="2" style="font-size:200%" bgcolor="' + bg4 +  '">' +  title + '</th>')
document.write('<td rowspan="' + rowspan1 + '" bgcolor="' + bg5 + '">&nbsp;</td>')
document.write('</tr>')

document.write('<tr>')
document.write('<td bgcolor="' + bg1 + '"> &nbsp; </td>')
document.write('<td bgcolor="' + bg2 + '"> &nbsp; </td>')
document.write('</tr>')

document.write('<tr>')
document.write('<td colspan="2" align="center">')

document.write('<table cellpadding=4>')
document.write('<tr style="font-size:80%">')
document.write('<td bgcolor="' + bg1 + '">')
document.write('<a href="' + home + 'index.html">Home</a>')
document.write('</td')
document.write('<td bgcolor="white">&nbsp;</td>')
document.write('<td bgcolor="' + bg1 + '">')
document.write('<a href="' + home + 'research/index.html">Research</a>')
document.write('</td>')

document.write('<td bgcolor="white">&nbsp;</td>')
document.write('<td bgcolor="' + bg1 + '">')
document.write('<a href="' + home + 'briefcv.html">Brief CV</a>')
document.write('</td>')

document.write('<td bgcolor="white">&nbsp;</td>')
document.write('<td bgcolor="' + bg1 + '">')
document.write('<a href="' + home + 'travelphotos/html/index.html">Travel photos</a>')
document.write('</td>')

document.write('<td bgcolor="white">&nbsp;</td>')
document.write('<td bgcolor="' + bg1 + '">')
document.write('<a href="' + home + 'photos/index.html">Photos</a>')
document.write('</td>')

document.write('<td bgcolor="white">&nbsp;</td>')
document.write('<td bgcolor="' + bg1 + '">')
document.write('<a href="' + home + 'poeticmusings/index.html">Poetic musings</a>')
document.write('</td>')


//document.write('<a href="' + home + 'index.html"><img border=0 src="' + home + 'images/page-images/home-tab-pink.jpg"></a> &nbsp;&nbsp;')
//document.write('<a href="' + home + 'research/index.html"><img border=0  src="' + home + 'images/page-images/research-tab-pink.jpg"></a>&nbsp;&nbsp;')
//document.write('<a href="' + home + 'briefcv.html"><img border=0  src="' + home + 'images/page-images/briefcv-tab-pink.jpg"></a>&nbsp;&nbsp;')
//document.write('<a href="' + home + 'travelphotos/html/index.html"><img border=0  src="' + home + 'images/page-images/travelphotos-tab-pink.jpg"></a>&nbsp;&nbsp;')
//document.write('<a href="' + home + 'photos/index.html"><img border=0  src="' + home + 'images/page-images/photos-tab-pink.jpg"></a>&nbsp;&nbsp;')
//document.write('<a href="' + home + 'poeticmusings/index.html"><img border=0  src="' + home + 'images/page-images/poeticmusings-tab-pink.jpg"></a>&nbsp;&nbsp;')
document.write('</tr>')
document.write('</table>')

document.write('</td>')
document.write('</tr>')
