var fDesc=new Array(); fDesc[0] = "MP3 Cat is an handy database for your mp3/music files. If you have a large collection of them, you surely will have felt the need for an intuitive yet powerful tool to organise and keep them in order: now you have found it. Features include: Group them by artist, album, genre, etc... organize tracks into categories: no limits to the number of categories and subcategories you can create reads and lets you modify ID3 tags search using keywords and wildcards WinAmp support: generate WinAmp playlists, play or enqueue selected files directly in WinAmp automatic searches on Amazon.com"; 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 = ''; } }