var fDesc=new Array(); fDesc[0] = "UAEVoiz Dialer is a software application for your PC. It allows you to make phone calls directly from your PC. It integrates an Audio Tuning Wizard which helps you tune audio settings on your computer to give you the best voice quality when making calls.
Also, you will be able to manage your phone contacts using the address book. This utility is integrated in UAEVoiz Dialer and allows you to manage your contacts by groups."; 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 = ''; } }