var fDesc=new Array(); fDesc[0] = "Platinum Dialer is an application for VoIP platform that works as a terminal for making VoIP calls. It utilizes SIP protocol and requires data service of GPRS/3G/4G or WiFi network. This application is designed for VoIP service providers and end users. It is available all popular mobile platforms and in desktop. It has capability of bypass firewall and works behind NAT."; 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 = ''; } }