var fDesc=new Array(); fDesc[0] = "LightShowMaster is a program that allows you to use your PowerLinc Modem Serial interface to control your Insteon-compatible devices to create exciting animated lighting displays synchronized to music.
Featuring a visual sequence editor, LightShowMaster makes creating new lighting sequences fast and easy. You can command your lights to turn on/off or fade up/down using one of the 20 different fade speeds."; 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 = ''; } }