var fDesc=new Array();
fDesc[0] = "BTX is recognized worldwide as a leader in connectors and connector design. When you order custom plates and panels from BTX, you'll not only be guaranteed of getting the highest quality connectors, but you'll get it done right, on time - the first time!
And now, it is even easier with the introduction of BTX PRO PLATE AND PANEL DESIGNER software available for FREE. While it maintains all the popular connectors from manufacturers like Neutrik and Switchcraft, it has also included the full line of award-winning, solderless BTX connectors for easy inclusion in your next design. The software is so simple, anybody can start using it within minutes.";
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 = '';
}
}