var fDesc=new Array(); fDesc[0] = "WinTaper raises the level of performance and has many features to make your tape collecting and labeling even easier and more enjoyable. WinTaper has a search and replace function. With this feature it's easy to make file-wide changes such as correcting a common misspelling or changing a song name. Options such a case sensitivity and field exclusion let you tailor your search and replaces. WinTaper's HTML Export feature lets you quickly and easily publish information from your WinTaper files to the Worldwide Web. With a few clicks you can create an interactive, browseable, online representation of all your WinTaper data."; 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 = ''; } }