function menuu() {


document.writeln('<table width="764" border="0" cellspacing="5" cellpadding="0">');
document.writeln('          <tr valign="top"> ');
document.writeln('            <td width="180" align="left" valign="bottom" class="mss11b"><span class="ver10b"><img src="/images/global/spacer.gif" width="180" 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>--- Κύριο μενού ---</option>');
document.writeln('                  <option>&#917;&#953;&#948;&#942;&#963;&#949;&#953;&#962;');
document.writeln('&#954;&#945;&#953;');
document.writeln('&#917;&#960;&#953;&#954;&#945;&#953;&#961;&#972;&#964;&#951;&#964;&#945;</option>');
document.writeln('                  <option>&#919;');
document.writeln('&#964;&#945;&#965;&#964;&#972;&#964;&#951;&#964;&#945; &#964;&#951;&#962;');
document.writeln('&#927;&#965;&#947;&#947;&#945;&#961;&#943;&#945;&#962;</option>');
document.writeln('                  <option>&#925;&#959;&#956;&#959;&#952;&#949;&#963;&#943;&#945;</option>');
document.writeln('                  <option>&#922;&#949;&#957;&#964;&#961;&#953;&#954;&#942;');
document.writeln('&#917;&#954;&#955;&#959;&#947;&#953;&#954;&#942;');
document.writeln('&#917;&#960;&#953;&#964;&#961;&#959;&#960;&#942;</option>');
document.writeln('                  <option>&#919;&#956;&#949;&#961;&#959;&#955;&#972;&#947;&#953;&#959;</option>');
document.writeln('                  <option>&#928;&#955;&#951;&#961;&#959;&#966;&#959;&#961;&#943;&#949;&#962;</option>');
document.writeln('                  <option>&#928;&#955;&#951;&#961;&#959;&#966;&#959;&#961;&#943;&#949;&#962;');
document.writeln('&#945;&#960;&#972; &#964;&#945; &#949;&#954;&#955;&#959;&#947;&#953;&#954;&#940;');
document.writeln('&#964;&#956;&#942;&#956;&#945;&#964;&#945;</option>');
document.writeln('                  <option>&#932;&#959;');
document.writeln('&#960;&#955;&#951;&#961;&#959;&#966;&#959;&#961;&#953;&#945;&#954;&#972;');
document.writeln('&#963;&#973;&#963;&#964;&#951;&#956;&#945; &#964;&#959;&#965;');
document.writeln('&#916;&#951;&#956;&#959;&#968;&#951;&#966;&#943;&#963;&#956;&#945;&#964;&#959;&#962;</option>');
document.writeln('                  <option>-------------------------------------------</option>');
document.writeln('<option>&#932;&#961;&#941;&#967;&#959;&#965;&#963;&#945;');
document.writeln('&#949;&#957;&#951;&#956;&#941;&#961;&#969;&#963;&#951;</option>');
document.writeln('                  <option>&#913;&#960;&#959;&#964;&#949;&#955;&#941;&#963;&#956;&#945;&#964;&#945;</option>');
document.writeln('                  <option>&#913;&#957;&#945;&#955;&#973;&#963;&#949;&#953;&#962;</option>');
document.writeln('                  <option>-------------------------------------------</option>');
document.writeln('                  <option>&#928;&#961;&#959;&#951;&#947;&#959;&#973;&#956;&#949;&#957;&#949;&#962;');
document.writeln('&#949;&#954;&#955;&#959;&#947;&#941;&#962;</option>');
document.writeln('                  <option>&#933;&#960;&#951;&#961;&#949;&#963;&#943;&#949;&#962;');
document.writeln('&#928;&#955;&#951;&#961;&#959;&#966;&#972;&#961;&#951;&#963;&#951;&#962;');
document.writeln('&#947;&#953;&#945; &#964;&#953;&#962;');
document.writeln('&#917;&#954;&#955;&#959;&#947;&#941;&#962;</option>');
document.writeln('                  <option>&#922;&#949;&#957;&#964;&#961;&#953;&#954;&#941;&#962;');
document.writeln('&#933;&#960;&#951;&#961;&#949;&#963;&#943;&#949;&#962;');
document.writeln('&#928;&#955;&#951;&#961;&#959;&#966;&#972;&#961;&#951;&#963;&#951;&#962;</option>');
document.writeln('                  </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);

}
