var fDesc=new Array(); fDesc[0] = "Designed to easily write tablature for four, five, six, seven, and twelve string instruments, and lets you save, edit, and print your tablature.

Tab Writer, tab writing software for Windows 7, 8, and 10 was created as an alternative to writing guitar and bass tablature using a text editor.

Tab Writer has an online help file and is now available as a free download. We hope you enjoy using this software, and we are open to suggestions for additional features.

Several minor fixes and formatting improvements."; 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 = ''; } }