var fDesc=new Array(); fDesc[0] = "R:Docs is a R:BASE syntax builder utility for the PROPERTY, GETPROPERTY, CHOOSE, GATEWAY, DIALOG, PAUSE, PRINT, and #WHERE commands.R:Docs 9.1 includes a detailed definition and description of all 89 controls in the Form Designer, including the option to print the entire documentation
as a PDF manual."; 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 = ''; } }