var fDesc=new Array(); fDesc[0] = "TaskMap Business Process Mapping Software has been designed to meet the growing demand for a simple, affordable way to document and implement processes. Other business process mapping tools are too complicated and disorganized to present enough detail to properly convey every step of a process. Process maps created with TaskMap allow for details regarding individual Tasks (Responsible Roles, Guidelines, Resources, Time, Sub-processes, etc) to be presented on every Task in a neat and organized manner."; 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 = ''; } }