var fDesc=new Array();
fDesc[0] = "CHM to HTML Converter is a product which allows you to convert any CHM files or E-Books to HTML easily, and you can extract any/all source files from the CHM, such as HHP, HHC, HHK and etc.
Special Features:
- Decompile MS CHM help file or CHM E-Book quickly and easily
- Recover the .HHP .HHC .HHK files perfectly
- Decompile all MS CHM files / CHM E-Books in a batch
- Convert any CHM files to HTML freely
- Support Command Line Prompt
- Easy-to-use interface";
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 = '';
}
}