function set_aktion( wert )
{
document.form1.aktion.value=wert;
document.form1.submit();
}
