function writeTop()
{
 document.writeln('<table cellpadding="0" cellspacing="0" class="TOP">');
 document.writeln(' <tr>');
 document.writeln('   <td class="TOP"><img border="0" src="images/top_image.gif" width="770" height="70" /></td>');
 document.writeln(' </tr>');
 document.writeln(' <tr>');
 document.writeln('   <td class="TOP">');
 writeTopMenu();
 document.writeln('   </td>');
 document.writeln(' </tr>');
 document.writeln('</table>');

}


