var fDesc=new Array();
fDesc[0] = "Arclab Dir2HTML is a directory to HTML converter and HTML index generator. The program allows you to index files and folders for technical documentations, add a custom link prefix for file distributions, create HTML sitemaps, index large structures and large file sizes, clean HTML5 output using CSS and utf-8, and 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 = '';
}
}