var fDesc=new Array(); fDesc[0] = "Apps To PC provides a fast way to recover Apps from your iPhone, iPad or iPod Touch to your iTunes library on your or PC. You simply, connect your iPhone, iPod or iPad to your computer and "App To PC" will list all your Apps. It runs under Microsoft Windows XP, Vista or Windows 7. 32-Bit and 64-Bit versions of Windows are supported."; 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 = ''; } }