var fDesc=new Array(); fDesc[0] = "This software allows you to put movies, DVDs, video content, downloaded and recorded TV on your iPod, iPad and iPhone in two simple steps. What you need is:
- The DVD Player application from the App Store.
- PC with Windows 7, Vista or XP, 32 bit version. Will not work on 64 bit systems.
- 4 Gigabyte of free space on a harddisk (for a 100 minute movie) to store a temporary file, if you would like to do DVD's.
- iPod Touch, or iPad, or an iPhone, running iOS 4 or higher
- iTunes 9.0 or higher to transfer files"; 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 = ''; } }