var fDesc=new Array(); fDesc[0] = "A Windows Media Player visualization plug-in for your Light-O-Rama controller.
LORVis is a visualization plug-in for Windows Media Player that will utilize a Light-O-Rama controller to synchronize your christmas lights with live music.
You can connect your lights in any fashion you want. The plugin typically will use channels 1 through 6 to represent a linear effect of some kind, assuming they are next to each other. Channels 7 and 8 are used for more general effects."; 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 = ''; } }