var fDesc=new Array(); fDesc[0] = "There's a new RiffTrax Player in town! They been working hard on a new player, and we're happy to announce that the public beta is finally here! Use this player to watch your RiffTrax commentaries in sync with the DVD!
Make sure your mp3 file (the riff commentary) and the .sync file are both in the same folder on your hard drive."; 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 = ''; } }