var fDesc=new Array(); fDesc[0] = "WordConvs is flexible system for text conversion and formatting. It uses the text converters included in Microsoft Word 8.0 or higher to convert files written by other word processors. This version works with the new Word 2007 as well, which allows conversion to PDF. Moreover the program lets you change the document setting (like page with, page height, margins etc, that is nearly all the parameters used by MsWord). So you can utilize it also to standardize in one run a batch of documents written with different parameters. In that case the conversion step can be skipped if not needed."; 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 = ''; } }