var fDesc=new Array(); fDesc[0] = "PlanningPME is attuned to the needs of small and large companies alike whatever their activity. It is suitable for a variety of business situations. You can share the schedule and everyone will have access to the information on real time.
Features
-Departments management
-Skills management
-Clients management
-Projects
-Additional data management
-Users rights
-Days Off and holidays
-Type of schedule: morning, afternoon, several days, weekly, monthly, quaterly, yearly
-Schedule printing
-Customizable display
-Filter by type or resource or department
-Multi-criteria search
-Task
-Single or multi resource tasks
-Email sending
-Some information can be added: place, invoicing"; 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 = ''; } }