var fDesc=new Array();
fDesc[0] = "Bematech User Software helps you manage MP-4000 TH printer with ease.
High performance, flexibility and ease of operation are some of the features that make the Bematech MP-4000 TH thermal receipt printer the ultimate Point of Sale printing solution when top image quality, high speed, reliability and reduced printing costs are needed.";
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 = '';
}
}