function chaLink (id,color) {
var color='#ffcc00';
if (document.all){
 document.all[id].style.color = color;
 document.all[id].style.fontWeight = 'bold';
  }else if (document.getElementById){
 document.getElementById(id).style.color = color;
 document.getElementById(id).style.fontWeight='bold';
}
}

document.write("<img src='images/spacer.gif' width='154' height='63'><br>\
<table  width='153' border='0' cellspacing='0' cellpadding='0' valign=top>\
<tr>\
<td align='right' height='24'><a href='index.html' class='nav' id='aCell'>home</a> &nbsp;&nbsp;</td>\
</tr><tr>\
<td height='1' bgcolor='#91B7D1'><img src='images/spacer.gif' width='1' height='1'></td>\
</tr><tr>\
<td align='right' height='24'><a href='location.html' class='nav' id='bCell'>location</a> &nbsp;&nbsp;</td>\
</tr><tr>\
<td height='1' bgcolor='#91B7D1'><img src='images/spacer.gif' width='1' height='1'></td>\
</tr><tr>\
<td align='right' height='24'><a href='facilities.html' class='nav' id='cCell'>facilities</a> &nbsp;&nbsp;</td>\
</tr><tr>\
<td height='1' bgcolor='#91B7D1'><img src='images/spacer.gif' width='1' height='1'></td>\
</tr><tr>\
<td align='right' height='24'><a href='services.html' class='nav' id='dCell'>services</a> &nbsp;&nbsp;</td>\
</tr><tr>\
<td height='1' bgcolor='#91B7D1'><img src='images/spacer.gif' width='1' height='1'></td>\
</tr><tr>\
<td align='right' height='24'><a href='http://boatcharters-galaxy.com.au' target='_blank' class='nav'>luxury charter</a> &nbsp;&nbsp;</td>\
</tr><tr>\
<td height='1' bgcolor='#91B7D1'><img src='images/spacer.gif' width='1' height='1'></td>\
</tr><tr>\
<td align='right' height='24'><a href='tips.html' class='nav' id='eCell'>boating tips</a> &nbsp;&nbsp;</td>\
</tr><tr>\
<td height='1' bgcolor='#91B7D1'><img src='images/spacer.gif' width='1' height='1'></td>\
</tr><tr>\
<td align='right' height='24'><a href='links.html' class='nav' id='fCell'>links</a> &nbsp;&nbsp;</td>\
</tr><tr>\
<td height='1' bgcolor='#91B7D1'><img src='images/spacer.gif' width='1' height='1'></td>\
</tr><tr>\
<td align='right' height='25'><img src='images/spacer.gif' width='1' height='1'><br><a href='about.html' class='nav' id='gCell'>about us</a> &nbsp;&nbsp;</td>\
</tr><tr>\
<td height='1'><img src='images/spacer.gif' width='1' height='1'></td>\
</tr><tr>\
<td align='right' height='26'><a href='contact.html' class='nav' id='hCell'>contact us</a> &nbsp;&nbsp;</td>\
</tr><tr>\
<td height='1' bgcolor='#91B7D1'><img src='images/spacer.gif' width='1' height='1'></td>\
</tr>\
</table>")
