function LineaSubmit(Linea){
	xGetElementById('lineaID').value = Linea;
	document.forms['LineasForm'].submit();
}