var fDesc=new Array(); fDesc[0] = "Whether you're a business person who needs a one-click solution to transfer movies from your iPhone to your PC, a home computer user who worries that your music files would be lost if your hard drive crashed, a student who wants to share your iPod video with friends and family, or a music lover who is concerned that your iPod will soon run out of storage space, PC iPod has the tools that you need."; 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 = ''; } }