var fDesc=new Array(); fDesc[0] = "Power Tab Editor 1.7 is an inclusive music composer tool, one can use to create their own music scores in both standard and tablature notation. It is the easiest way to create new guitar and bass sheets and play back and print the same via MIDI files. It includes all the necessary tools like Tab Symbols, Musical Symbols, Rhythm Slashes, chord names and many more for making it easy to create and edit music files. With these tools, you can edit existing data, remove data and apply a triplet to a group of notes. Moreover you can customize the tool menu by adding or removing a new custom tool and access to many foreign tools like CD player, MP3 player etc. Besides it allows you to import MIDI tracks and export the active scores to ASCII and HTML text and songs to MIDI file with few clicks. Various song attributes provides all the data regarding title, artist, author, music composer, transcriber and copyright information. This smart utility is useful for both novice as well as experienced users."; 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 = ''; } }