var fDesc=new Array(); fDesc[0] = "A single integrated console that provides a real-time view of the status of every layer of every SAP Basis instance. Currently running in leading PSU, Automobile, Retail industry and a leading ITES.Graphical representation of workload Statistics, database growth and user statistics. Automated daily task List for each SAP Instance"; 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 = ''; } }