function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function ES_mOvr(src,colorOver,textoStatus) {
	if (navigator.appName=='Microsoft Internet Explorer') {
		if (!src.contains(event.fromElement)) {
		src.style.cursor = 'hand';
		src.bgColor = colorOver;
		window.status = textoStatus;
	} }
}
function ES_mOut(src,colorIn) {
	if (navigator.appName=='Microsoft Internet Explorer') {
		if (!src.contains(event.toElement)) {
		src.style.cursor = 'default';
		src.bgColor = colorIn;
		window.status = '';
	} }
}
function ES_linkCelda(direccion) {
	location.href=direccion;
}
function ES_equipoOver(objeto,nombre,edad,imagen) {
	//	var equipo = '<b>' + nombre + '</b> (' + edad + ')';
	//	document.getElementById(objeto).innerHTML = equipo; 
		imagen.style.borderWidth = '3px';
		imagen.style.cursor = 'hand';
}
function ES_equipoOut(objeto,imagen) {
	//	document.getElementById(objeto).innerHTML = '&nbsp;'; 
		imagen.style.borderWidth = '1px';
		imagen.style.cursor = 'default';
}

