var fDesc=new Array(); fDesc[0] = "MIM-VOICE is a dialer software which allows you to call using VOIP technology. The software requires an active username and password so the connection will be successful established between the client and the server. These usernames can be obtained from the local reseller which handles Mim-Voice access credentials."; 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 = ''; } }