function abfrage()
			{
			document.all.form1.action.value='abfrage';
			document.all.form1.submit();
			//alert("huhu");
			}


