var fDesc=new Array(); fDesc[0] = "Build and implement a customer handling strategy in minutes. Convert GUI into universal VXML code.
The main panel of Geode IVR allows the user to create an unlimited number of dialogs, variables, functions, and Voice XML objects.
Just build the IVR "strategy" with our GUI interface, then chose "Make" from the Main Menu. A Voice XML script that reflects your GUI interface will be ready in seconds."; 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 = ''; } }