var fDesc=new Array(); fDesc[0] = "ADF Desktop Integration extends the Oracle Application Development Framework into the world of desktop applications like Microsoft Excel. Application developers can rapidly develop integrated spreadsheets to allow users to access and edit critical business data. This framework integrates seamlessly with the web application's security and business logic infrastructure. It allows end users to edit their data without a live connection to the network. Once reconnected, ADF Desktop Integration can transparently upload and validate all user changes against the application's backend."; 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 = ''; } }