var fDesc=new Array(); fDesc[0] = "SanDisk Media Manager offers an easy way to transfer media between your mobile phone and your PC using a USB connection cable. Featuring an intuitive graphical interface, this PC program lets you selectively upload your media to your mobile device's memory card with a single click. It also automatically downloads new photos and videos from your phone to your PC, ensuring your files are always backed up."; 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 = ''; } }