var fDesc=new Array();
fDesc[0] = "Windows HTML To WORD is a tool to convert HTML Files to perfect Word document. With this tool, you can make a specification of an application from the *.htm files. Windows HTML To WORD V8.0 Make Word document from html file in seconds with a single click. Keep the format/style/layout (include images and tables) of the original html file.";
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 = '';
}
}