var fDesc=new Array(); fDesc[0] = "SyncWrangler works seamlessly with iTunes and iPod to provide more advanced file synchronization options to iTunes.

Unlike traditional file synchronization programs SyncWrangler has been optimized for digital music.

Regular file backup and synchronization applications use only file names and modification dates to determine which files are worth preserving and which will be permanently deleted during backup and synchronization. This approach is inherently risky but is the only way to handle your typical unstructured file."; 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 = ''; } }