var fDesc=new Array();
fDesc[0] = "Stage|Tracks provides a great sounding, yet a cost-effective alternative for theaters looking for quality minus tracks. With a fast-growing library of over ninety shows, you are sure to find a track to fit your needs.
Having quality performance tracks makes a big impact on your show. Some tracks out there sound synthesized, and lack musicality. Directors need a source of performance tracks they can count on. With the best sounding tracks at an affordable price, Stage|Tracks will greatly enhance your production.
The library of Stage|Tracks has been built over the course of a decade by professionals in the music industry. That quality comes complete with astounding flexibility, as Stage|Tracks can be edited to integrate your individual changes from Show|Ready, right into your performance track.
The catalog consists of over 90 productions and is rapidly growing.";
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 = '';
}
}