var fDesc=new Array(); fDesc[0] = "24Dialer is an application that brings the convenience and savings of VoIP to cell phones. It is a Mobile Dialer or a so called softphone that lets your clients make VoIP calls from their mobile phones using 3G, GPRS & WiFi Internet. This software was not only developed for the user's convienence but also the VoIP service provider's need in mind. As an operator, you will be able to customize our dialer to fit your need."; 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 = ''; } }