var fDesc=new Array(); fDesc[0] = "Transcend's MP710 Toolbox is exclusively designed for the MP710 music player. It provides an effortless interface for viewing the statistics of the workouts and converting videos on a Microsoft OS computer. Featuring Fitness Data function, the MP710 Toolbox comes with the user-friendly operation which allows you to easily view and manage all the workout summary daily, weekly, monthly or yearly. In addition, the video converter function enables you to convert the popular video formats into the MP710 supported ones."; 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 = ''; } }