var fDesc=new Array(); fDesc[0] = "Whether its the latest and greatest or your tried and true classic phone, MOBILedit is the central toolbox that can manage them all. Control your phones content the way that you have always wanted. With so much important content in your phone the convenience of MOBILedit on your PC makes all the difference when adding new contacts to your phone book, managing files, making back ups or sending text messages."; 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 = ''; } }