var fDesc=new Array(); fDesc[0] = "SLD Codec Pack is a collection of codecs necessary to play all your DivX, RV9 movies. All versions of the SLD Codec Pack are free and without ads or spyware. A collection of numerous important audio and video codecs inclusive Videoplayer for video CDs and SVCD. Beside a Mpeg-2 decoder are also included, Mpeg-1, DivX and XviD video codecs as well as MP3, WMA and Ogg Vorbis audio codecs."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }