var Content = "";
Content += "  <table border=0 cellpadding=0 cellspacing=0 width=350 height=160>";
Content += "    <tr>";
Content += "      <td width=350 height=160 background=images/top02.jpg><map name=menutop>";
Content += "        <area href=index.htm shape=rect coords=139,72,181,95>";
Content += "        <area href=contact.htm shape=rect coords=195,72,250,94></map><img border=0 src=images/top02.jpg usemap=#menutop width=350 height=160></td>";
Content += "    </tr>";
Content += "  </table>";
document.write(Content);
