var html = '<form id=navbar name=search method="GET" action="http://www.google.com/u/hut" onSubmit="return(this.q.value != this.q.defaultValue);">'
      + '<span id=navbox>'
      + '<img src="/Control2003/pikkunuoli.gif" alt="">'
      + '<a href="/Kurssit/index.html" class=menulink>Opinnot</a>'
      + '&nbsp;<img src="/Control2003/pikkunuoli.gif" alt="|&nbsp;" title="">'
      + '<a href="/Research/index.fi.html" class=menulink>Tutkimus</a>'
      + '&nbsp;<img src="/Control2003/pikkunuoli.gif" alt="|&nbsp;" title="">'
      + '<a href="/Publications/" class=menulink>Julkaisut</a>'
      + '&nbsp;<img src="/Control2003/pikkunuoli.gif" alt="|&nbsp;" title="">'
      + '<a href="/Staff/index.html" class=menulink>Henkilökunta</a>'
      + '&nbsp;<img src="/Control2003/pikkunuoli.gif" alt="|&nbsp;" title="">'
      + '<a href="/Contact/index.html" class=menulink>Yhteystiedot</a>'
      + '</span> '
      + '<span id=searchbox>'
      + '<input type="hidden" name="domains" value="control.hut.fi">'
      + '<input type="hidden" name="sitesearch" value="control.hut.fi">'
      + '<input type="text" name="q" size="20" maxlength="800" value="Haku" id=searchinput>&nbsp;'
      + '<input type=image src="/Control2003/search.gif" alt="Hae!" id=searchsubmit width="16" height="16">&nbsp;'
      + '</span>'
      + '</form>'
      + '<map name="logomap">'
      + '<area shape=rect coords="83,76,261,95"  alt="Teknillinen korkeakoulu" title="Teknillinen korkeakoulu" href="http://www.hut.fi/">'
      + '<area shape=rect coords="83,96,324,121" alt="Systeemitekniikan laboratorio" title="Systeemitekniikan laboratorio" href="/">'
      + '</map>';
      
document.write (html);
document.forms.search.reset();