	var og;
	var otemp = null;
	
	function showHigh(o,link,val)
	{		
		try{		
		og = link;
		try{
			otemp.style.color="#ffffff"
		}catch(e){}
		otemp = o;		
		otemp.style.color="#D4BC83";
		$("barra01").style.top=findPosY(o)+0
		$("barra01").style.left=findPosX(o)-30
		$("barra01").style.visibility="visible"				
		$("linkb1").href = og
		}catch(e){}
	}
	
	function showHighG(o,link,val)
	{		
		try{		
		og = link;
		try{
			otemp.style.color="#ffffff"
		}catch(e){}
		otemp = o;		
		otemp.style.color="#D4BC83";
		$("barra01g").style.top=findPosY(o)+0
		$("barra01g").style.left=findPosX(o)-30
		$("barra01g").style.visibility="visible"				
		$("linkb1g").href = og
		}catch(e){}
	}
	
	function showHighS(o,link,val)
	{
		try{
		og = link;
		$("barra04").style.top=findPosY(o)+0
		$("barra04").style.left=findPosX(o)-10
		$("barra04").style.visibility="visible"
		$("linkb2").href = og
		}catch(e){}
	}

	function showHighSg(o,link,val)
	{
		try{
		og = link;
		$("barra04g").style.top=findPosY(o)+0
		$("barra04g").style.left=findPosX(o)-10
		$("barra04g").style.visibility="visible"
		$("linkb2g").href = og
		}catch(e){}
	}
	
	function showHighPer(o,barraID)
	{
		var exthtml = o.innerHTML
		try{
		$("barra0"+barraID).style.top=findPosY(o)+0;
		$("barra0"+barraID).style.left=findPosX(o)-22;
		var html = $('barra0'+barraID).innerHTML;
		html = html.toString().replace(/&amp;/g,"&");
		exthtml = exthtml.toString().replace(/&amp;/g,"&");
		exthtml = exthtml.toString().split(">")[1];
		exthtml = exthtml.toString().split("<")[0];
		html = "<a href='" + exthtml +"'>" + html.toString().replace(/img/g,"img border=0").replace(/IMG/g,"img border=0") + "</a>";
		$('barra0'+barraID).innerHTML = html;
		$('barra0'+barraID).style.visibility='visible';
		}catch(e){alert(e.message);}
	}
	
	function showHighPerS(o,barraID)
	{
		try{
		$("barra0"+barraID).style.top=findPosY(o)+0
		$("barra0"+barraID).style.left=findPosX(o)-10
		$('barra0'+barraID).style.visibility='visible'}catch(e){}
	}
		
	function hideHigh()
	{
		setTimeout("try{$('barra01').style.visibility='hidden';$('barra01g').style.visibility='hidden';otemp.style.color='#ffffff'}catch(e){}",10);
	}
	
	function hideHigh2()
	{
		setTimeout("try{$('barra04').style.visibility='hidden';$('barra04g').style.visibility='hidden';}catch(e){}",10);
	}
	
	//comprueba()
