function territorio(a,n){
	document.frmTer.nId.value=a
	document.frmTer.sNombre.value=n
	document.frmTer.submit()	
}
