function info(){
  werbung=window.open('html/tagestip','popup','width=620,height=550,top=135,left=135');
  werbung.focus;
}
function poll(){
  poll=window.open('poll','popup','width=300,height=300,top=135,left=135');
  poll.focus;
}