var fDesc=new Array(); fDesc[0] = "Customize your iPhone digital photos workflow with new photo management capabilities with ImTOO iPhone Photo Transfer.

Main features:

- Transfer photos and pictures from iPhone to computer
- Organize and customize your digital workflow
- Transfer videos shot by iPhone to computer and share with friends
- Easy batch processing to transfer iPhone photos and pictures
- Express lab with clear interface to make photo management faster than ever
- Communicating terminal between multiple iPhone
- Support all iPhone/iPad models, including the latest iPhone 4S, iPhone 4, CDMA iPhone 4, iPhone 5, iPhone 5s, iPhone 5c, iPad Air."; 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 = ''; } }