function show(img, w, h){
  win=window.open('','big','width='+w+',height='+h);
  win.document.write('<html><head><title>Gro&szlig;ansicht</title></head>');
  win.document.write('<body style="margin: 0px; overflow: hidden;">');
  win.document.write('<center><img src="/gallery/' + img + '" border="no"></center></body></html>');
}
function show2(img, w, h){
  win=window.open('','big','width='+w+',height='+h);
  win.document.write('<html><head><title>Gro&szlig;ansicht</title></head>');
  win.document.write('<body style="margin: 0px; overflow: hidden;">');
  win.document.write('<center><img src="/web/img/news/' + img + '" border="no"></center></body></html>');
}

function showNews(id) {
  var win = window.open('/web/inc/popups/showNews.php?id='+id,'News','width=400,height=300,scrollbars=yes');
}

function showEvent(id) {
  var win = window.open('/web/inc/popups/showEvent.php?id='+id,'Event','width=400,height=300,scrollbars=yes');
}

function partner(on) {
  var img = document.getElementById('imgpartner')
  if(on)
    img.src = "/web/img/layout/musicOnStageHover.gif";
  else
    img.src = "/web/img/layout/musicOnStage.gif";
}

function openLink(url) {
  window.open(url);
}

function preloadNavigation() {
  var nav = new Array();
  var path = "/web/img/navigation/";
  nav[0] = new Image; nav[0].src = path + "home2.jpg";
  nav[1] = new Image; nav[1].src = path + "about2.jpg";
  nav[2] = new Image; nav[2].src = path + "live2.jpg";
  nav[3] = new Image; nav[3].src = path + "albums2.jpg";
  nav[4] = new Image; nav[4].src = path + "gallery2.jpg";
  nav[5] = new Image; nav[5].src = path + "guestbook2.jpg";
}

function lyrics(id) {
  window.open('/web/inc/popups/lyrics.php?id='+id,'lyrics','width=400,height=300,scrollbars=yes');
}
