var fDesc=new Array(); fDesc[0] = "AoA iPod Transfer provides a simple, quick way to transfer of videos and music from Windows PC to iPod. And it has the additional capability of letting you move files from your iPod back to your PC. Copy music and videos from the iPod back to your computer so that you can back up the iPod media files for safety. No more worries about losing the thousands of songs you own."; 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 = ''; } }