var fDesc=new Array(); fDesc[0] = "MyHarmony is an application that allows you to set up or make changes to your Harmony remote. With this program you can set up your Harmony Ultimate, Harmony Ultimate Hub, Harmony Smart Control, Harmony Touch, Harmony Ultimate One, Harmony One , Harmony 700,650, 600, 300, 200, 350 and Harmony Link. To begin setting up your Harmony Remote or Harmony Hub, you must first connect it to your computer using the supplied USB cable."; 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 = ''; } }