function TopTable(pagetitle){
document.write('<table width="100%" border="0" cellspacing="0" cellpadding="4">');
document.write('<tr height="25"> <th colspan="7" width="100%" align="left" bgcolor="#664400"> <span class="head_1">');
document.write(' Frequency Finder UK </span> </th> </tr>');
document.write('<tr height="16" align="center">  <td width ="14.3%" bgcolor="#bbff88" align="center" > <a href="index.html"> Home </td>');
document.write('<td width="14.3%" bgcolor="#ffbb44"> <a href="town_city.html"> Select town/city </a> </td>');
document.write('<td width="14.3%" bgcolor="#ee7744"> <a href="frequency.html"> Frequency order  </a></td>');
document.write('<td width="14.3%" bgcolor="#ff4455"> <a href="station.html"> Station directory</a></td>'); 
document.write('<td width="14.3%" bgcolor="#cc44ff"> <a href="digital.html"> Digital radio </a></td>'); 
document.write('<td width="14.3%" bgcolor="#44aacc"> <a href="features.html"> Features </a></td>'); 
document.write('<td width="14.3%" bgcolor="#44cc55"> <a href="links.html"> Links </a> </td></tr>'); 
document.write('<tr height="3" cellpadding="0" bgcolor="#ddffee"> <td colspan="7"> <span class ="sma1"> . </span>  </td> </tr>');
document.write('<tr height="25"> <td colspan="7" width="100%" align="left"> <span class="head_2">');
document.write(pagetitle+'</span> </td> </tr>');
document.write('</table>');
return
}
