// JavaScript Document function color (valor) { if (valor=="1") { tfotos1.style.cursor="hand"; tfotos1.style.color= "red"; } if (valor=="2") { tfotos2.style.cursor="hand"; tfotos2.style.color= "red"; } if (valor=="3") { tfotos3.style.cursor="hand"; tfotos3.style.color= "red"; } if (valor=="4") { tfotos4.style.cursor="hand"; tfotos4.style.color= "red"; } if (valor=="5") { tvideo.style.cursor="hand"; tvideo.style.color= "red"; } } function colorforo () { tforo.style.cursor="hand"; tforo.style.color= "red"; } function colornegro () { tforo.style.color= "#000000"; tfotos1.style.color= "#000000"; tfotos2.style.color= "#000000"; tfotos3.style.color= "#000000"; tfotos4.style.color= "#000000"; tvideo.style.color= "#000000"; }