var fDesc=new Array(); fDesc[0] = "Luci Studio is a professional audio over IP networking software that transforms your Windows PC into a live Internet broadcasting receiver or source. You can use LUCI Live to connect to your Windows PC with LUCI Studio installed, report live from the field and talk back through the simultaneous live stream that’s automatically sent back to the reporter."; 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 = ''; } }