var fDesc=new Array(); fDesc[0] = "Visual Home Commander is a software solution that provides an easy to use graphical interface for X10's FireCracker (CM17A or CK18A kit). It runs on Microsoft Windows(R) 95, 98, 2k, NT, ME & XP. Visual Home Commander (or VHCommander) is designed to be easy to use without sacrificing power or features. No programming experience is needed."; 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 = ''; } }