// JavaScript Document

function is_check(form){

	form.registrarse.disabled=!form.terms.checked;
}
	