<!--

function highlightLinks1() {
		document.getElementById("tri01").style.background='url(/images/css/flecha.gif) 0 -30px no-repeat';
		document.getElementById("tri02").style.background='url(/images/css/flecha.gif) 0 0 no-repeat';
		document.getElementById("tri03").style.background='url(/images/css/flecha.gif) 0 0 no-repeat';
}

function highlightLinks2() {
		document.getElementById("tri01").style.background='url(/images/css/flecha.gif) 0 0 no-repeat';
		document.getElementById("tri02").style.background='url(/images/css/flecha.gif) 0 -30px no-repeat';
		document.getElementById("tri03").style.background='url(/images/css/flecha.gif) 0 0 no-repeat';
}

function highlightLinks3() {
		document.getElementById("tri01").style.background='url(/images/css/flecha.gif) 0 0 no-repeat';
		document.getElementById("tri02").style.background='url(/images/css/flecha.gif) 0 0 no-repeat';
		document.getElementById("tri03").style.background='url(/images/css/flecha.gif) 0 -30px no-repeat';
}

	function cnt(w) {
		var y=w.value;
		var r = 0;
		a=y.replace(/\s/g,' ');
		a=a.split(' ');
		for (z=0; z<a.length; z++) {if (a[z].length > 0) r++;}
		return r;
	}	
	
//  End -->
