var fDesc=new Array(); fDesc[0] = "The 3f Software Planner is a web based project and enterprise management system designed for small and medium sized companies. The system comes with the tools needed by most companies for project management and planning, time attendance, issue management and reporting.
The 3f Software Planner is modular allowing you to choose the module(s) you need. Each module (listed on the left side of this page) can be added to the base module independently of the other modules."; 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 = ''; } }