var fDesc=new Array(); fDesc[0] = "A summary of the basic functions in viphone communicator:
- quick, user-friendly call operation can be forwarded to voice mailbox, put on hold, and more
- contact list allows you to do a quick search, enter nicknames, and store several numbers for each contact
- call history provides a complete history of all calls, including details, time, length and price
- management of your account with one click you can see the current status of your credit with the option of immediately recharging"; 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 = ''; } }