  function los() {
  
		if (document.formular.log.value == "199410") {
			window.open("vertraulich_feb12.pdf","Text","height=620,width=500,left=5,top=5,scrollbars=yes,status=no,resizable=yes");
		}
		else {
   alert("Bitte das korrekte Login eingeben!");			
		}

	}

	


