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

}
