function cambiaCssAStoriaCorrente(storyName){ var obj = document.getElementById('tr_'+storyName); if( obj != null ) obj.className = "bkgq"; obj = document.getElementById('span_'+storyName); if( obj != null ){ obj.className = "txtrob11"; } var img = document.getElementById('img_'+storyName); if( img != null ){ img.src = "/images/2002/fisse/grey_arrow_to_right.gif"; } }