var fDesc=new Array(); fDesc[0] = "Oracle Database 11g extends Oracle's unique ability to deliver the benefits of grid computing with more self-management and automation, making it easier for customers to:
Innovate faster with confidence using Real Application Testing
Manage more data for less with advanced table partitioning and compression
Securely protect data and enable compliance with total recall of data
Integrate 3D spatial and rich media content into business processes"; 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 = ''; } }