var fDesc=new Array(); fDesc[0] = "With MyIpodCenter iPodCopier you can copy your iPod device, you can copy tracks from iPod to your local hard drive. MyIpodCenter iPodCopier allow you view all audio/video iPod contents, play audio/video tracks of the iPod, view the properties of the audio/video tracks of the iPod, search in the tracks properties to easily find the desired track and more."; 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 = ''; } }