var fDesc=new Array();
fDesc[0] = "Batch HTM TO MHT Converter is HTM to MHT, HTML to MHTML/MIME-HTML Batch Converter for MIME HTML Web archiver. It can convert HTM to MHT, HTML to MHTML/MIME-HTML automatically. Batch HTM TO MHT Converter supports powerful search for a lot of files.
Batch HTM TO MHT Converter supports project and command line. Batch HTM TO MHT Converter has a friendly GUI so it is used very easily. Batch HTM TO MHT Converter Drag and Explorer Context supported.
Batch HTM TO MHT Converter supports an efficient Multi-Thread conversion engine. So you could control the conversion action very easily. You can stop or pause and continue it in any time.";
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 = '';
}
}