function entrada_pos_grad(url,nameform){
	document.getElementById(nameform).url.value=url;
	document.getElementById(nameform).submit();
}