function menuu() {

document.writeln('<table width="799" border="0" cellspacing="5" cellpadding="0" align="center">');
document.writeln('          <tr valign="top"> ');
document.writeln('              <td width="107"></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>--- Főmenü ---</option>');
document.writeln('                  <option>Országismertető</option>');
document.writeln('                  <option>Jog</option>');
document.writeln('                  <option>OVB</option>');
document.writeln('                  <option>Naptár</option>');
//document.writeln('                  <option>Választókerületek és szavazókörök</option>');
document.writeln('                  <option>Jelöltek/listák</option>');
document.writeln('                  <option>Részvételi adatok</option>');
document.writeln('                  <option>Rendkívüli események</option>');
document.writeln('                  <option>Eredmények</option>');
//document.writeln('                  <option>Választásinformációs szolgálatok</option>');
document.writeln('                  <option>Központi VISZ</option>');
document.writeln('                  <option>Előző választások</option>');
document.writeln('                  <option>Letölthető Nyomtatványok</option>');
//document.writeln('                  <option>Levelezés</option>');
//document.writeln('                  <option>Linkek</option>');
document.writeln('                  </select></td></form>');
document.writeln('                  </select></td></form>');
document.writeln('            <form name="f2" method="post" onSubmit="return false;">');
document.writeln('              <td width="323" class="mss11b"><nobr><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);"></nobr></td></form></tr></table>');

relate(document.f1, 0, document.f1.m1.selectedIndex);

}



