var fDesc=new Array(); fDesc[0] = "SSP is a SIP based IVR platform. It fully implements VXML 2.1 specifications, integrates with a number of 3rd party MRCP (v1 and v2) servers and is a self contained IVR system. It includes a set of extensions to the VXML 2.1 specifications to provide traditional IVR (recorded prompts and DTMFs) without external MRCP servers. Thus it includes everything that is required to provide an IVR platform with recorded prompts and DTMFs."; 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 = ''; } }