function resetmenu() {
  var menutext;
  menutext = "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"170\">";
  menutext += "  <tr valign=\"top\">";
  menutext += "    <td width=\"170\"><a href=\"news_en.html\" onmousedown=\"SwapImage('news',document.newsimage,'1')\" onmouseup=\"SwapImage('news',document.newsimage,'0')\" target=\"szoveg\"><img name=\"newsimage\" src=\"images/menu_news_0.gif\" border=\"0\"></a></td>";
  menutext += "  </tr>";
  menutext += "  <tr valign=\"top\">";
  menutext += "    <td width=\"170\" onclick=\"history_menu();\" onmousedown=\"SwapImage('history',document.historyimage,'1')\" onmouseup=\"SwapImage('history',document.historyimage,'0')\"><img name=\"historyimage\" src=\"images/menu_history_0.gif\" border=\"0\"></td>";
  menutext += "  </tr>";
  menutext += "  <tr valign=\"top\">";
  menutext += "    <td width=\"170\" onclick=\"media_menu();\" onmousedown=\"SwapImage('media',document.mediaimage,'1')\" onmouseup=\"SwapImage('media',document.mediaimage,'0')\"><img name=\"mediaimage\" src=\"images/menu_media_0.gif\" border=\"0\"></td>";
  menutext += "  </tr>";
  menutext += "  <tr valign=\"top\">";
  menutext += "    <td width=\"170\"><a href=\"band_en.html\" onmousedown=\"SwapImage('band',document.bandimage,'1')\" onmouseup=\"SwapImage('band',document.bandimage,'0')\" target=\"szoveg\"><img name=\"bandimage\" src=\"images/menu_band_0.gif\" border=\"0\"></a></td>";
  menutext += "  </tr>";
  menutext += "  <tr valign=\"top\">";
  menutext += "    <td width=\"170\"><a href=\"lyrics_en.html\" onmousedown=\"SwapImage('lyrics',document.lyricsimage,'1')\" onmouseup=\"SwapImage('lyrics',document.lyricsimage,'0')\" target=\"szoveg\"><img name=\"lyricsimage\" src=\"images/menu_lyrics_0.gif\" border=\"0\"></a></td>";
  menutext += "  </tr>";
  menutext += "  <tr valign=\"top\">";
  menutext += "    <td width=\"170\"><a href=\"contact_en.html\" onmousedown=\"SwapImage('contact',document.contactimage,'1')\" onmouseup=\"SwapImage('contact',document.contactimage,'0')\" target=\"szoveg\"><img name=\"contactimage\" src=\"images/menu_contact_0.gif\" border=\"0\"></a></td>";
  menutext += "  </tr>";
  menutext += "  <tr valign=\"top\">";
  menutext += "    <td width=\"170\"><a href=\"links_en.html\" onmousedown=\"SwapImage('links',document.linksimage,'1')\" onmouseup=\"SwapImage('links',document.linksimage,'0')\" target=\"szoveg\"><img name=\"linksimage\" src=\"images/menu_links_0.gif\" border=\"0\"></a></td>";
  menutext += "  </tr>";
  menutext += "</table>";
  document.getElementById('menu').innerHTML=menutext;
}
function history_menu() {
  var menutext;
  menutext = "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"170\">";
  menutext += "  <tr valign=\"top\">";
  menutext += "    <td width=\"170\"><a href=\"biography_en.html\" onmousedown=\"SwapImage('biography',document.biographyimage,'1')\" onmouseup=\"SwapImage('biography',document.biographyimage,'0')\" target=\"szoveg\"><img name=\"biographyimage\" src=\"images/menu_biography_0.gif\" border=\"0\"></td>";
  menutext += "  </tr>";
  menutext += "  <tr valign=\"top\">";
  menutext += "    <td width=\"170\"><a href=\"discography_en.html\" onmousedown=\"SwapImage('discography',document.discographyimage,'1')\" onmouseup=\"SwapImage('discography',document.discographyimage,'0')\" target=\"szoveg\"><img name=\"discographyimage\" src=\"images/menu_discography_0.gif\" border=\"0\"></a></td>";
  menutext += "  </tr>";
  menutext += "  <tr valign=\"top\">";
  menutext += "    <td width=\"170\"><a href=\"guestbook/index_en.php\" onmousedown=\"SwapImage('guestbook',document.guestbookimage,'1')\" onmouseup=\"SwapImage('guestbook',document.guestbookimage,'0')\" target=\"szoveg\"><img name=\"guestbookimage\" src=\"images/menu_guestbook_0.gif\" border=\"0\"></a></td>";
  menutext += "  </tr>";
  menutext += "  <tr valign=\"top\">";
  menutext += "    <td width=\"170\" height=\"156\">&nbsp;</td>";
  menutext += "  </tr>";
  menutext += "  <tr valign=\"top\">";
  menutext += "    <td width=\"170\" onclick=\"resetmenu();\" onmousedown=\"SwapImage('back',document.backimage,'1')\" onmouseup=\"SwapImage('back',document.backimage,'0')\"><img name=\"backimage\" src=\"images/menu_back_0.gif\" border=\"0\"></td>";
  menutext += "  </tr>";
  menutext += "</table>";
  document.getElementById('menu').innerHTML=menutext;
}
function media_menu() {
  var menutext;
  menutext = "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"170\">";
  menutext += "  <tr valign=\"top\">";
  menutext += "    <td width=\"170\"><a href=\"mp3_en.html\" onmousedown=\"SwapImage('mp3',document.mp3image,'1')\" onmouseup=\"SwapImage('mp3',document.mp3image,'0')\" target=\"szoveg\"><img name=\"mp3image\" src=\"images/menu_mp3_0.gif\" border=\"0\"></a></td>";
  menutext += "  </tr>";
  menutext += "  <tr valign=\"top\">";
  menutext += "    <td width=\"170\"><a href=\"video_en.html\" onmousedown=\"SwapImage('video',document.videoimage,'1')\" onmouseup=\"SwapImage('video',document.videoimage,'0')\" target=\"szoveg\"><img name=\"videoimage\" src=\"images/menu_video_0.gif\" border=\"0\"></td>";
  menutext += "  </tr>";
  menutext += "  <tr valign=\"top\">";
  menutext += "    <td width=\"170\"><a href=\"interview_en.html\" onmousedown=\"SwapImage('interview',document.interviewimage,'1')\" onmouseup=\"SwapImage('interview',document.interviewimage,'0')\" target=\"szoveg\"><img name=\"interviewimage\" src=\"images/menu_interview_0.gif\" border=\"0\"></td>";
  menutext += "  </tr>";
  menutext += "  <tr valign=\"top\">";
  menutext += "    <td width=\"170\"><a href=\"pictures_en.html\" onmousedown=\"SwapImage('pictures',document.picturesimage,'1')\" onmouseup=\"SwapImage('pictures',document.picturesimage,'0')\" target=\"szoveg\"><img name=\"picturesimage\" src=\"images/menu_pictures_0.gif\" border=\"0\"></td>";
  menutext += "  </tr>";
  menutext += "  <tr valign=\"top\">";
  menutext += "    <td width=\"170\"><a href=\"review_en.html\" onmousedown=\"SwapImage('review',document.reviewimage,'1')\" onmouseup=\"SwapImage('review',document.reviewimage,'0')\" target=\"szoveg\"><img name=\"reviewimage\" src=\"images/menu_review_0.gif\" border=\"0\"></td>";
  menutext += "  </tr>";
  menutext += "  <tr valign=\"top\">";
  menutext += "    <td width=\"170\" height=\"45\">&nbsp;</td>";
  menutext += "  </tr>";
  menutext += "  <tr valign=\"top\">";
  menutext += "    <td width=\"170\" onclick=\"resetmenu();\" onmousedown=\"SwapImage('back',document.backimage,'1')\" onmouseup=\"SwapImage('back',document.backimage,'0')\"><img name=\"backimage\" src=\"images/menu_back_0.gif\" border=\"0\"></td>";
  menutext += "  </tr>";
  menutext += "</table>";
  document.getElementById('menu').innerHTML=menutext;
}
