var fDesc=new Array(); fDesc[0] = "The Caffo Utilities collection is a set of FREE tools which offer additional possibilities to the Oracle Forms development environment.

Throughout the years they encountered several situations in which the Forms development suite failed to meet the demands.

In response to the various questions received by consultants working on Forms projects, Rhea has built a set of tools to meet those additional demands."; 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 = ''; } }