var fDesc=new Array(); fDesc[0] = "Ebook Maker can automatically convert your selected files (text file or Html file) to Html files with uniform format (back color, title font, text font and so on). These formats can be specified by user, and you can also include pictures and HTML codes into every file. Then it create an Index file to link to every file you converted (normally is index.htm)."; 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 = ''; } }