// Gästebuch Popup:
function wp(t){
  gb=window.open('http://www.earthshaker-fest.de/guestbook/guestbook.cgi','gb','width=696,height=450,toolbar=yes,scrollbars=yes,resizable=yes');
  window.gb.focus();
  return true;
}
// Start Popup:
function wpStart(t){
  news=window.open('http://www.earthshaker-fest.de/content/de/popup/news.htm','news','width=400,height=400,toolbar=no,scrollbars=yes,resizable=yes');
  window.news.focus();
  return true;
}
function wc(){
  setTimeout('self.close()',60000);
}
// Start Popup EN:
function wpStartEn(t){
  news=window.open('http://www.earthshaker-fest.de/content/en/popup/news.htm','news','width=400,height=400,toolbar=no,scrollbars=yes,resizable=yes');
  window.news.focus();
  return true;
}
function wc(){
  setTimeout('self.close()',60000);
}