function top(){

var htmlcode = "";


htmlcode =   


      "<table width='978' border='0' cellspacing='0' cellpadding='0'>" +
      "  <tr> " +
      "    <td width='204' rowspan='2'><img src='../images/logo.gif' width='204' height='100' border='0' usemap='#bi'></td>" +
      "    <td width='600' height='20' align='right' background='../images/top_left_back.gif'><img src='../images/top_edge.gif' width='22' height='20'></td>" +
      "    <td width='174' background='../images/top_menu_back.gif'><a href='../common/index.aspx'><img src='../images/b_home.gif' width='75' height='20' border='0'></a><a href='../common/sitemap.html'><img src='../images/b_sitemap.gif' width='93' height='20' border='0'></a></td>" +
      "  </tr>" +
      "  <tr> " +
      "    <td colspan='2'>" +
      "	<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='774' height='80'>" +
      "          <param name='movie' value='../swf/main_menu.swf'>" +
      "          <param name='quality' value='high'>" +
      "          <embed src='../swf/main_menu.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='774' height='80'></embed>" +
      "	</object></td>" +
      "  </tr>" +
      "</table>" +

      "<map name='bi'>" +
      "  <area shape='rect' coords='34,6,196,70' href='../common/index.aspx'>" +
      "</map>"

document.write(htmlcode);

}
