var fDesc=new Array(); fDesc[0] = "Workflow Island for free. Use the Administrator to design and administer your processes. Set up the Engine to implement your processes.
Clients have found vanilla workflow to be very limited in functionality, and with too many gaps to be of practical use to the organization, without expensive customizations. To prevent increasing your ownership costs further, avoid even starting this cycle."; 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 = ''; } }