var fDesc=new Array(); fDesc[0] = "Wondershare TunesGo Retro is a utility that allows you to transfer music, photos, videos, playlists from your iPhone, iPad& iPod to iTunes Library and PC for backup, to manage music and photos freely. Simply connect your device and share music with the complete information of the songs with just one click. Also, the program will identify the duplicates and only copy unique files."; 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 = ''; } }