var fDesc=new Array(); fDesc[0] = "Transfer Utility LE is a program that can import videos to your computer from the camcorder and export music files to the SD Memory Card to play back on the camcorder. It is a helpful program for saving the free space in the camcorder and storing the videos."; 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 = ''; } }