var fDesc=new Array(); fDesc[0] = "iDevice Manager makes it easy to transfer photos and videos from iPhone and iPad to your computer, without the help of iTunes. This tool can convert any MP3 or Apple M4A audio file into ringtone and copy it to your iPhone; simply drag 'n drop the music file of your favorite song into the program and the ringtone is ready.

iDevice Manager also facilitates browsing of the entire iPhone file system; it has a File Explorer interface, similar to Windows Explorer. Managing of iPhone contacts and synchronizing with Outlook and Google Contacts are also possible."; 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 = ''; } }