var fDesc=new Array(); fDesc[0] = "If you are looking for a tool which can help you to work on iTunes and WMP, then Music Bridge is one of the best options. Many times it is very difficult to coordinate between both WMP and iTunes. But this smart tool assists the user to keep their libraries in sync. Music Bridge updates all the data of the library in one application and duplicates the same in other application. It can sync all the general information such as Artist, name, album, album artist, Genre, Track Number, Rating, Year of Release and much more from iTunes to WMP and vice versa. Apart from this, Music Bridge is capable of copying album art from a .JPG folder or from an album art file, export iTunes ratings to XML file, replace iTunes playlists with WMP playlists and vice versa. Besides you can access various options to add SMART playlist to WMP and include AUTO playlists to iTunes. But using this tool user can neither copy any songs between iTunes and WMP nor play MP4 files. It also support command line interface and is compatible with Window XP and Window Vista."; 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 = ''; } }