var fDesc=new Array(); fDesc[0] = "Select which devices you want TV Scheduler Pro to use is the first thing you need to do, this lets TV Scheduler Pro know what devices you have installed in your system and which of these devices you want TV Scheduler Pro to use. In the case where you have more than one device installed in your system you will be able to select multiple devices and also set the order that TV Scheduler Pro uses them in. The card selection is done on the Device Selection page."; 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 = ''; } }