var fDesc=new Array();
fDesc[0] = "Heartsome Translation Studio 8.0 is the latest computer-aided translation (CAT) tool developed by Heartsome Technologies Ltd. It is a major update from version 7.0 and its ease-of-use, scalability, portability and stability places it among other industry-leading software, but at a much better performance-price ratio.
Heartsome Translation Studio 8.0 still supports various XML-based open standards, including XLIFF 1.2 on which its native file format is based; TMX (Translation Memory eXchange 1.4 and lower) and TBX (TermBase eXchange), which are used for exchanging translation memories and termbases; SRX (Segmentation Rules eXchange version 1.1 and lower); as well as support for other XLIFF files from other CAT tools.";
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 = '';
}
}