var fDesc=new Array(); fDesc[0] = "CopyTrans Manager is a free iTunes alternative to manage iPhone, iPad and iPod without iTunes.

This app allows you to quickly drag and drop music and videos from PC directly to your iPhone, iPod or iPad. You can also use CopyTrans Manager on multiple PCs to add playlists, podcasts, audiobooks and ringtones to iPhone or any other iOS device without the need for iTunes sync."; 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 = ''; } }