// tekst i forms før focus
function formtext(navn,text)
{
if (event.srcElement.tagName=="INPUT")
document.email.elements[navn].value = text
}

