var fDesc=new Array(); fDesc[0] = "Avenue PC allows you to control and monitor all modules in the system from one or many locations, easily adjust video levels, timing, audio delay and other parameters, store module configurations to another module of the same type, set user-defined alarms to alert you at any time when a fault condition has occurred and to maintain logs. Set email and pager alerts and more."; 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 = ''; } }