var fDesc=new Array(); fDesc[0] = "PAVA Specifier by Bosch is a program that offers simple navigation, clear terminology, and help with jargon all integrated in the user interface. Users are guided through all the stages necessary for generating the output tender and bill of material in seven straightforward steps. Starting with a general selection of the standards that need to be complied with, followed by project-specific information on audio zones, workstations, central equipment, and interfacing with other systems."; 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 = ''; } }