var fDesc=new Array();
fDesc[0] = "Practiline Source Code Line Counter may be helpful for programmers, project managers and other customers who need an overview of a project source code.
With the help of Practiline Source Code Line Counter you can quickly and easily get a report on software source code in various programming languages, such as C , JAVA, PHP, HTML, XML and many others. The full list of supported formats is presented here. Besides counting the source texts, you can also analyze simple text files (*.txt) without counting comments.";
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 = '';
}
}