var fDesc=new Array();
fDesc[0] = "Text Code Export is a unique and easy to use software to quickly and easily print and export (10+ formats supported) your text/ini documents. Convert your text documents to PDF, RTF, images and more!
With the Text Code Export, you can :
Convert your text documents to 10+ formats
HTML
PDF
BMP
PNG
JPG
Lotus
SVG
QUATTRO Pro
Excel
Print / Create advanced reports using a state-of-the-art printing engine
and much more!";
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 = '';
}
}