var fDesc=new Array(); fDesc[0] = "EzVoice is full-featured answering machine software with voice mail support. It captures caller id, and allows you to pre-screen and block unwanted calls or telemarketers. Its built-in address book let you customize greetings for all your friends, relatives or co-workers. Moreover, it will notify you of new calls or voice messages through emails to your pagers or cellular phones."; 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 = ''; } }