function becas_form(){
//FORM	
	alert ('Thank you for submitting your form. Your request will be attended inmediately');
	document.becas.submit();
}