window.defaultStatus=" RESSOL .:. Hilados Biete, S.L."; function fuera(nm,img){ eval("document."+nm+".src='"+img+"'") } function dentro(nm,img){ eval("document."+nm+".src='"+img+"'") } //funcion de colores para el menú de los canales var activo = ""; var t; function menOver(src,clrOver,a,t) { if (activo!=a) { src.style.cursor = 'hand'; src.bgColor = clrOver; if(t==1){ src.style.color = '#FFFFFF'; }else { src.style.color = '#000000'; } } } function menClick(src,clrIn,a,t) { if (activo!= ""){ eval(activo+".bgColor = '#202A36'"); eval(activo+".style.color = '#CCCCCC'"); } activo=a; src.bgColor = clrIn; src.style.cursor = 'hand'; if(t==1){ src.style.color = '#FFFFFF'; }else { src.style.color = '#000000'; } } function menOut(src,clrIn,a,t) { if (activo!=a) { src.style.cursor = 'hand'; src.bgColor = clrIn; src.style.color = '#FFFFFF'; } } //función de cambio color celda contenido editorial y demás function mOver(src,clrOver) { if (!src.contains(event.fromElement)) { src.style.cursor = 'hand'; src.bgColor = clrOver; src.style.color = '#FFFFFF'; } } function mOut(src,clrIn) { if (!src.contains(event.toElement)) { src.style.cursor = 'hand'; src.bgColor = clrIn; } }