//Anti frame grabbing
if (parent.location.href != location.href)
{

parent.location.href = location.href;
}




function checkReset(myForm)
{
if (confirm('Wollen Sie Ihre Eingaben wirklich löschen?'))
myForm.reset();
}

function PutStatus(myText)
{
window.status=myText;
}

function ClearStatus()
{
window.status='';
}

