
function senddata(machdas)
{
    document.sendform.machdas.value = machdas;
	document.sendform.action = machdas;
	document.sendform.submit();
}

function sendeform(was,machdas)
{
	document.sendform.machdas.value = was;
	document.sendform.action = machdas;
	document.sendform.submit();
}

function hlink(machdas)
{
window.location.href = machdas;	
}

function schreiben()
{
	document.sendform.submit();
}





