var fDesc=new Array(); fDesc[0] = "Photo Transfer App works over your local Wi-Fi network, so no cables are needed. Using this application you can backup and transfer multiple pictures at one time, create new albums on your device and upload photos to them, simply drag and drop photos from the app to any folder on your computer, easily copy full resolution photos and HD videos from your iPhone, transfer photos in RAW formats from iPhone, iPad or iTouch to your computer.
This application requires having "Photo Transfer App" installed on your iPhone, iTouch or iPad or "Photo Transfer App" installed for Android Devices."; 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 = ''; } }