var fDesc=new Array(); fDesc[0] = "A next-generation BPM platform, Skelta BPM provides a solution for BPM requirements of every class of BPM and workflow software users - enterprise users, information workers and business managers, OEMs/ISVs and developers. Skelta BPM is a robust business application platform that provides the business users with the ability to create a new application, by making use of its powerful features. Skelta BPM is an enterprise wide Business Process Management and Advanced workflow solutions product. It provides enterprises with a strong and collaborative platform to develop a business application, using a seamless and efficient process model."; 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 = ''; } }