var fDesc=new Array();
fDesc[0] = "Html to PDF Converter 3000 is a powerful and easy-to-use converter that is designed to free convert HTML file to PDF document. Just specify a html/htm, it will directly convert it to a PDF document with professional quality and fast processing speed. It is standalone software, Adobe Acrobat Reader is NOT required.";
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 = '';
}
}