var fDesc=new Array(); fDesc[0] = "SmartWorks Enterprise Edition is a cost effective and scalable collaboration sofware which icludes three useful tools, Project Planner, Smart Tracker and Meeting Manager. This application suite is ideal for Project managers, Purchase managers, HR managers, Marketing and Customer relation personnel. This sofware helps organizations in managing changes to its services or processes, helps to collect various statistics of the project that helps in analysis for the manager and allows people in a workgroup to share, track and manage information flow."; 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 = ''; } }