var fDesc=new Array(); fDesc[0] = "Bill's Voice Commander started as an add-on to X10's Active Home Pro home automation software. Don't get it wrong, AHP is great by itself, but as George Jetson used to complain; "My button pushing finger is sore!" Well, welcome to the 21st century, where your lips can do the walking and give your sore fingers a rest!"; 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 = ''; } }