//2007.09.29, Dfs, 2008.03.06

function LocalMenu(sel) {
  document.write("<TABLE WIDTH=106 CELLPADDING=0 CELLSPACING=0 BORDER=0>");
  document.write("<TR><TD CLASS='brd'><DIV ID='menu'><UL>");
  document.write("  <LI CLASS='vdef",(sel == "login" ? "s" : ""),"'><A HREF='/public/login/index.htm'>Saját login</A></LI>");
  document.write("  <LI CLASS='vdef",(sel == "leirasok" ? "s" : ""),"'><A HREF='/mirror/index.htm'>Leírások</A></LI>");
  document.write("  <LI CLASS='vdef",(sel == "humor" ? "s" : ""),"'><A HREF='/public/humor/index.htm'>Humor</A></LI>");
  document.write("  <LI CLASS='vdef",(sel == "brain" ? "s" : ""),"'><A HREF='/brain/index.htm'>Brain</A></LI>");
  document.write("</UL></DIV></TD></TR>");
  document.write("<TR><TD HEIGHT=6></TD></TR>");
  document.write("<TR><TD CLASS='brd'><DIV ID='menu'><UL>");
  document.write("  <LI CLASS='vdef",(sel == "netikett" ? "s" : ""),"'><A HREF='/public/netikett/index.htm'>Netikett</A></LI>");
  document.write("  <LI CLASS='vdef",(sel == "keresok" ? "s" : ""),"'><A HREF='/public/linkek/keresok.htm'>Keresők</A></LI>");
  document.write("</UL></DIV></TD></TR>");
  document.write("<TR><TD HEIGHT=6></TD></TR>");
  document.write("<TR><TD CLASS='brd'><DIV ID='menu'><UL>");
  document.write("  <LI CLASS='vdef'><A HREF='http://moodle.kando-kkt.sulinet.hu'>Moodle</A></LI>");
  document.write("</UL></DIV></TD></TR>");
  document.write("</TABLE>");
}
