var fDesc=new Array(); fDesc[0] = "Tenorshare TunesCare can easily solve all iTunes syncing problems by repairing corrupted iTunes/iPhone Library (iTunesDB and iTunesCDB files). As a professional iTunes repair tool, TunesCare also supports to repair iTunes not working, update errors, install errors, restore errors, and other 100+ iTunes error. iTunes runs slow and sometimes even freezes or gets crashed on your PC? Getting frustrated with how slow iTunes loads and performs on PC? TunesCare allows you to optimize iTunes and make it less annoying within only one click."; 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 = ''; } }