var fDesc=new Array();
fDesc[0] = "GroovAmp: The Secret Training Tool Of A Smart Musician
If you want to dramatically improve the way you play and enjoy music, read this page carefully: here you'll learn about a "secret" training strategy used by some of the best and smartest musicians, and then you'll discover how to use this highly effective training strategy yourself, with the help of a simple yet powerful training tool: GroovAmp.";
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 = '';
}
}