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 class="mss11b"> ');
document.writeln('                <select name="m1" id="m1" onChange="relate(this.form,0,this.selectedIndex)" class="mss11b">');
document.writeln('                  <option selected>--- Peamenüü ---</option>');
document.writeln('          <option>Uudised, aktuaalset</option>');
document.writeln('          <option>Riigiinfo</option>');
document.writeln('          <option>Õigus</option>');
document.writeln('          <option>Riiklik Valimiskomisjon</option>');
document.writeln('          <option>Kalender</option>');
document.writeln('          <option>Informatsioon</option>');
document.writeln('          <option>Rahvahääletuse infotutvustus</option>');
document.writeln('          <option>-------------------------------------------</option>');
document.writeln('          <option>Päevased teadaanded</option>');
document.writeln('          <option>Tulemused</option>');
document.writeln('          <option>Analüüs</option>');
document.writeln('          <option>-------------------------------------------</option>');
document.writeln('          <option>Eelmised valimised</option>');
document.writeln('          <option>Valimiste Infoteenistus</option>');
document.writeln('          <option>Keskne Valimiste Infoteenistus</option>');
document.writeln('          </select></td></form>');
document.writeln('			  <form name="f2" method="post" onSubmit="return false;">');
document.writeln('              <td width="360" class="mss11b"> ');
document.writeln('                <select name="m2" id="m2" class=mss11b onChange="jmp(this.form,0)">');
document.writeln('                  <option selected>---------------</option></select>');
document.writeln('                <img src="/images/global/spacer.gif" width="1" height="1"><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);

}
