var fDesc=new Array(); fDesc[0] = "Phone Call Xpress is a contact manager and telephone dialer. Organize your contacts in user-defined groups, and locate any contact quickly. Using an inexpensive data/fax modem (optional), you can easily dial contact phone numbers. Phone Call Xpress is integrated with the Windows Dialing Properties. This gives you automatic number formatting according to local or user-defined dialing rules."; 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 = ''; } }