function Sendeplan (plan) {
    if (plan == 'Halloween 2011') {
      window.open('/sendeplan/halloween11/', 'Sendeplan', 'toolbar=no,scrollbars=yes,resizable=no,width=990,height=470');
    }else{
      window.open('/sendeplan/', 'Sendeplan', 'toolbar=no,scrollbars=yes,resizable=no,width=900,height=768');
    }
}

function animecharts () {
      window.open('/charts/anime.php', 'animecharts', 'resizable=no,status=no,location=no,toolbar=no,menubar=no,fullscreen=no,scrollbars=yes,dependent=no,width=535,height=750');
}


function adventskalender () {
      window.open('/advent.php', 'Adventskalender', 'toolbar=no,scrollbars=no,resizable=no,width=962,height=565');
}

function oeffnen (tag) {
      window.open('/advent.php?tag='+tag, 'Oeffnen', 'toolbar=no,scrollbars=yes,resizable=no,width=550,height=700');
}

