var fDesc=new Array(); fDesc[0] = "Easy-key Concatenate is a simple application to concatenate the content of two or more files. There are two primary uses for using Easy-Key Concatenate during the WEBBS production process - firstly to produce a file from which sight-checking proofing
sheets can be produced and secondly to create a final book file from merged and corrected file sets. The method is similar for both. In the first, the file set used is one
of the two files sets (ASCII or Unicode) from keyboarding teams. For the second the files are those that have been corrected from the sight-checking sheets and then merged and corrected to produce a single set of chapter files for a book."; 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 = ''; } }