

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

}

