function goStudy(select) {
  			var sel = select.options[select.options.selectedIndex].value;
  			if((sel == 'Azubi') || (sel == 'Berufsstarter')){
  				document.location.href = 'http://www.aubi-plus.de/community/registrieren.html';
  			}
		}