function umfragepop(){
  popup = window.open("umfrage/startsurvey.htm", 'Survey', 'width=930, height=530, top=0, left=0, scrollbars=yes');
  popup.focus();
  closelayer();
}