var fDesc=new Array(); fDesc[0] = "If your MP3 files contain incorrect or no information - Music Tag Tool will download the Track Number, Track Count, Genre, Year and other missing or incorrect data and apply them directly to your MP3 files - at the click of a button

Music Tag Tool will find Album Art for your music on the web and save it into your MP3 file. You can then view this artwork when playing your music on your PC or on your Portable Music Player.

If more than one Artwork is available for your music, Music Tag Editor, lets you choose which to use."; 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 = ''; } }