var fDesc=new Array(); fDesc[0] = "VoipEmulator is a MEGACO signaling testing tool, offers developers and QA testers the ability to perform sophisticated Megaco (H.248) signaling functionality testing (Fax, T.38, 3WayCalling, Basic call...). Easily emulates any Media Gateway Controller (Soft Switch) behavior, thereby increase interoperability with a large scale of VoIP implementations."; 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 = ''; } }