var fDesc=new Array(); fDesc[0] = "With PC Suite for Nokia 6708, you can share information between your PC and your smartphone. In order to use this software your Nokia 6708 must be connected to your PC in order to use the PC Suite.You can make back-up copies of your phone files, synchronize your calendar, contacts, and tasks, move files between your smartphone and PC, or install software on your smartphone."; 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 = ''; } }