var fDesc=new Array(); fDesc[0] = "AVWorks software allows you to add and manage multiple appliances in one system.
AVWorks software is designed for easy installation and operation. Auto-discovery of appliances lets you deploy new equipment in minutes. Wizard-based installation and online help simplify initial system configuration. The intuitive graphical interface makes managing and updating simple and straightforward."; 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 = ''; } }