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="mss11b"><img src="/images/global/spacer.gif" width="220" height="1"><br><script language="JavaScript">');
document.writeln('');
document.writeln('<!-- //');
document.writeln('var strDay;');
document.writeln('if ((now.getDate() == 1) || (now.getDate() != 11) && (now.getDate() % 10 == 1))');
document.writeln('	strDay = " ";');
document.writeln('else if ((now.getDate() == 2) || (now.getDate() != 12) && (now.getDate() % 10 == 2))');
document.writeln('	strDay = " ";');
document.writeln('else if ((now.getDate() == 3) || (now.getDate() != 13) && (now.getDate() % 10 == 3))');
document.writeln('	strDay = " ";');
document.writeln('else');
document.writeln('	strDay = " ";');
document.writeln('document.write(');
document.writeln('now.getFullYear()');
document.writeln('+');
document.writeln('". "');
document.writeln('+');
document.writeln('monName[now.getMonth()]');
document.writeln('+');
document.writeln('strDay');
document.writeln('+');
document.writeln('now.getDate()');
document.writeln('+');
document.writeln('"., "');
document.writeln('+');
document.writeln('dayName[now.getDay()]');
document.writeln(')');
document.writeln('// -->');
document.writeln('</script></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>--- Főmenü ---</option>');
document.writeln('                  <option>Hírek, Aktualitások</option>');
document.writeln('                  <option>Ország ismertető</option>');
document.writeln('                  <option>EU-csatlakozási népszavazások</option>');
document.writeln('                  <option>Jog</option>');
document.writeln('                  <option>OVB</option>');
document.writeln('                  <option>Naptár</option>');
document.writeln('                  <option>Információk</option>');
document.writeln('                  <option>Szavazóköri információk</option>');
document.writeln('                  <option>Népszavazási Informatikai Ismertető</option>');
document.writeln('                  <option>-------------------------------------------</option>');
document.writeln('                  <option>Napközbeni jelentések</option>');
document.writeln('                  <option>Eredmények</option>');
document.writeln('                  <option>Elemzések</option>');
document.writeln('                  <option>Rendkívüli események</option>');
document.writeln('                  <option>-------------------------------------------</option>');
document.writeln('                  <option>Előző választások</option>');
document.writeln('                  <option>Választás Információs Szolgálatok</option>');
document.writeln('                  <option>Központi VISZ</option>');
document.writeln('                  <option>Levelezés</option></select></td></form>');
document.writeln('            <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);

}
