var fDesc=new Array(); fDesc[0] = "This release completely redesigns the UI and separates the settings from the main view. Active torrents are shown and color coded according to indicate whether they are idle or not. Counts are shown for total, active, downloading, and seeding torrents. Another addition is the total bandwidth uTorrent is using, displayed on the status bar, along with the last successful update time."; 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 = ''; } }