var fDesc=new Array();
fDesc[0] = "eTextWizard is an ebook maker: a quick .chm maker/.hlp maker and many other text convert tools.
Html to Chm: Convert html to CHM html help file or ebook.
Text to CHM: Convert text to CHM html help file or ebook.
Text to Win help: Convert text to Win help file or ebook.
Html to Text: Convert html to plain text file.
Text to HTML: Convert plain Text to HTML quickly (Support user-defined html module)
Batch file rename: Rename files in batch processing.
Decompiler: Decompile any Htmlhelp CHM files and get the source files in batch processing.
GB to BIG5: Convert Chinese Gb2312 to/from Chinese Big5 in batch processing.
?
Features:
Html to Chm: Convert html to CHM html help file or ebook.
Text to CHM: Convert text to CHM html help file or ebook.
Text to Win help: Convert text to Win help file or ebook.
Html to Text: Convert html to plain text file.
Text to HTML: Convert plain Text to HTML quickly (Support user-defined html module).
Renamer: Rename files in batch processing.
Decompiler: Decompile any Htmlhelp CHM files and get the source files in batch processing.
GB to BIG5: Convert Chinese Gb2312 to/from Chinese Big5 in batch processing.
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 = '';
}
}