function einblenden(str_id) {
	if (document.getElementById(str_id).className == 'loginbox-da')
		{
		document.getElementById(str_id).className = 'loginbox-weg';
		}
	else
		{
		document.getElementById(str_id).className = 'loginbox-da';
		}
}


function absenden_profil() {
	document.forms["profil_form"].save.value = "ok";
	document.forms["profil_form"].submit();
}
function absenden() {
	document.forms["head-loginout-form"].save.value = "ok";
	document.forms["head-loginout-form"].submit();
}


function logforAbsenden() {
	var str_check = 'as';
	document.forms["logfor"].feld_kommentar_spam.value = '01' + str_check + 'df';
	document.forms["logfor"].submit();
}

function regforAbsenden() {
	var str_check = 'as';
	document.forms["regfor"].feld_kommentar_spam.value = '01' + str_check + 'df';
	document.forms["regfor"].submit();
}

function passforAbsenden() {
	var str_check = 'as';
	document.forms["passfor"].feld_kommentar_spam.value = '01' + str_check + 'df';
	document.forms["passfor"].submit();
}
