var fDesc=new Array(); fDesc[0] = "RepExpert is a printing software for Oracle report in HTML/CSS or HTML format. If you use web.show_document method to open a report output, and the URL includes all pre-defined keywords, Repexpert will be launched automatically, it will download and open the html file instead of IE!"; 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 = ''; } }