var fDesc=new Array(); fDesc[0] = "Phone Disk is a program that helps you mount an iPhone, iTouch or iPad memory as a Windows or Mac volume (or disk). This requires iTunes 8, 9 or later to be installed. We can use the mounted drive to browse and copy the contents of phone. We can mount multiple iPhones and iPod Touches simultaneously to transfer files between them quickly."; 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 = ''; } }