//Nulstil en formular
function ClearForm(formname) { 
    document.forms[formname].reset()
    }