// JavaScript Document
function formValidate(frm){
frm.domain.value = frm.domname.value + frm. domext.value;
return true;
}