var fDesc=new Array(); fDesc[0] = "WinCatalog catalogs discs, files, and folders and keeps them in order. Once created, a catalog allows you to search for disks, files, folders, and other catalog elements instantly without opening the source media. WinCatalog can display ID3 tags, including artist name, song, album, disc cover, and other information for music files in the following formats: MP3, WAV, WMA, Ogg, OGA, ASF, M4A, M4B, M4P, and MP4."; 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 = ''; } }