function ChangeCUY(form_id){
		var elem_form = document.getElementById(form_id);
		elem_form.setAttribute('action', '');
		elem_form.submit();
}