var fDesc=new Array(); fDesc[0] = "OneClickHelp offers an elegant approach for creation of help materials and e-books (chm books). You create as usual the document in MS Word and for one click receive Chm, Aspx, Html, HxS help with structure and formatting as in your document. If you have time you can add additional elements –slide show, navigation, fixed header and footer, expanded/collapsed groups of text, zooming images and, etc. Conversion can be executed both through the interface, and through the command line. Therefore, one document becomes an electronic reference, part of the site and hardcopy 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 = ''; } }