var fDesc=new Array(); fDesc[0] = "Applian Director is a free utility that will let you open and update all the Applian programs installed in your system. It comes bundled with the Replay Capture Suite, a set of programs to manage audio and video content that also includes Replay Media Capture, Replay Video Capture, Replay Music, Replay Telecorder, Replay Converter, Replay AV, Replay Media Splitter, and Video Padlock."; 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 = ''; } }