function menuu() {


document.writeln('		<table width="764" border="0" cellspacing="5" cellpadding="0">');
document.writeln('          <tr valign="top"> ');
document.writeln('            <td width="220" align="left" valign="bottom" class="mss11b"><span class="ver10b"><img src="/images/global/spacer.gif" width="220" height="1"><br></span></td>');
document.writeln('            <form name="f1" method="post" onSubmit="return false;">');
document.writeln('              <td width="198" class="mss11b"><select name="m1" id="m1" onChange="relate(this.form,0,this.selectedIndex)" class="mss11b">');
document.writeln('                  <option selected>--- Päävalikko ---</option>');
document.writeln('                  <option>Uutiset, ajankohtaista</option>');
document.writeln('                  <option>Tietopaketti Unkarista</option>');
document.writeln('                  <option>Laki</option>');
document.writeln('                  <option>Valtakunnallinen vaalilautakunta</option>');
document.writeln('                  <option>Kalenteri</option>');
document.writeln('                  <option>Lisätietoja</option>');
document.writeln('                  <option>Tietoja vaalipiireittäin</option>');
document.writeln('                  <option>Kansanäänestyksen tiedotusjärjestelmän esittely</option>');
document.writeln('                  <option>-------------------------------------------</option>');
document.writeln('                  <option>Väliaikatietoja</option>');
document.writeln('                  <option>Tulokset</option>');
document.writeln('                  <option>Analysointeja</option>');
document.writeln('                  <option>-------------------------------------------</option>');
document.writeln('                  <option>Edelliset vaalit</option>');
document.writeln('                  <option>Vaalien tiedotuspalvelut</option>');
document.writeln('                  <option>Tiedotuspalvelukeskus</option>');
document.writeln('                </select></td></form><form name="f2" method="post" onSubmit="return false;">');
document.writeln('              <td width="323" class="mss11b"><select name="m2" id="m2" class=mss11b onChange="jmp(this.form,0)">');
document.writeln('                  <option selected>---------------</option>');
document.writeln('                </select><img src="/images/global/spacer.gif" width="1" height="1"> ');
document.writeln('                <input name="Submit" type="submit" class=mss11b value="Go" onClick="jmp(this.form,0);"></td></form></tr></table>');


relate(document.f1, 0, document.f1.m1.selectedIndex);

}
