var fDesc=new Array();
fDesc[0] = "Make your web pages sparkle, your PowerPoint presentations dance and your e-mail reach through your monitor and grasp your recipients by their collars, shaking them vigorously to make sure you have their complete attention. The Buttons 2 plugin will give you access to graphic buttons hitherto only available to page designers with high-end graphic software and at least four years of their lives lost to design courses.
The Buttons 2 plugin features sixteen extreme button styles, each one infinitely configurable to create graphics that stand out like a laser with brand new batteries. Plug it in now and it will be filling your personal universe with superb button graphics by tea time, even if you don't like tea.";
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 = '';
}
}