

function changeAction()
{
var x=document.forms.form
var t=x.domain.value
var p="http://www."+ t + "/squirrelmail"
x.action=p

}

