var fDesc=new Array(); fDesc[0] = "Sylcount IV Gold is a word counting software utility that includes a new and improved user interface, new ease of use features, and a extensive on-line help system.

Select the files you want it to count. Count files in multiple directories and include them in your counting session.

You can define what equals a character, line or word. Save a different counting configurations with different billing rates for each account and retrieve them again with the click of a button.

Sylcount Gold IV has been designed specifically to reduce the time and aggravation associated with counting documents and billing for work performed."; 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 = ''; } }