var fDesc=new Array(); fDesc[0] = "The Avaya Dialog Designer is a Java-based tool for creating speech and call control
applications that comply with VoiceXML v2.1 or CCXML v1.0 .Dialog Designer is designed as an Eclipse plug-in. It provides an integrated GUI for the designand implementation of speech applications that can operate with Avaya IR and Avaya VoicePortal 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 = ''; } }