var fDesc=new Array(); fDesc[0] = "This software allows SL-1 Shift Light users to setup system parameters. The SL-1 connects to your PC by means of a USB interface. A USB cable is supplied with the unit. The PC must have a free USB port. If you have an older PC without USB capability, you cannot use the unit."; 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 = ''; } }