//<!---Begin
var nn4 = 0;
if(document.images) nn4 = (document.layers);
if(nn4){
strg1='<td bgcolour="maroon" width="60"><font color="#ffff00"><b><a href=';
strg2='</b></a></font></td>';
strg3='<td width="60" border="2" bgcolor="maroon"><A href=';
strg4='><font color="#ffff00" size="4"><b>';
strg5='<td width="60" border="2" bgcolor="navy"><A href=';
strg6='><font color="#ffff00" size="4"><b>';
}
else {
strg1='<td class="tditem"><b>';
strg2='</b></font></b></td>';
strg3='<td class="tditem" onmouseover="bgColor='+"'red'"+'" onClick="window.location=';
strg4='" style="cursor:hand" onmouseout="bgColor='+"'maroon'"+'" bgcolor="maroon"><b>';
strg5='<td class="tditem" onmouseover="bgColor='+"'blue'"+'" onClick="window.location=';
strg6='" style="cursor:hand" onmouseout="bgColor='+"'navy'"+'" bgcolor="navy"><b>';
}

document.write('<P align="CENTER">');
/*if(nn4) document.write('<table border="4" bordercolor="#FFFFCC" align="CENTER">');
else */

document.write('<table border="5" align="CENTER" cellpadding="5" cellspacing="8" bgcolor="#ffffcc" bordercolordark="maroon" bordercolorlight="maroon">');
document.write('<tr>');
//document.write(strg5+"'#top'"+strg6+"Top"+strg2);
document.write(strg3+"'index.html'"+strg4+"Home"+strg2);
document.write(strg3+"'newsitem.html'"+strg4+"<i>News Flash</i>"+strg2);
document.write(strg3+"'events.html'"+strg4+"Programme"+strg2);
document.write(strg3+"'rdaysout.html'"+strg4+"Days Out"+strg2);
document.write(strg3+"'news.html'"+strg4+"Newsletter"+strg2);
document.write(strg3+"'clublist.html'"+strg4+"Other Clubs"+strg2);
document.write(strg3+"'contact.html'"+strg4+"Contact"+strg2);
document.write(strg5+"'http://www.engineerswalk.co.uk/index.html'"+strg6+"Engineers Walk"+strg2);
document.write('</tr></table><br>');
//End--->
