var fDesc=new Array(); fDesc[0] = "a document viewer application with free business templates - Bogemic Documents. The templates are divided into several categories and can be used free of charge by a company or individual user. The program allows to enter data, print and save changed documents to the disk. If there is a need to change some document properties such as font, background color, to add more rows or columns then download our document editor - Bogemic Spreadsheet Studio.

You can also visit our site at http://www.bogemic.com to download updates, examples and technical documentation."; 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 = ''; } }