var fDesc=new Array(); fDesc[0] = "Maintain a flexible easy-to-manage personnel database of your employees. MyPeople maintains both current and past employees in a powerful program that provides instant access to either individual or collective records.

With MyPeople, you can quickly assemble sub-lists of your employees in meaningful ways, such as a seniority list, birthday list, alphabetical listings with associated information such as job title, SS#, or any other info you need.

MyPeople also has powerful printing options so you can produce practically any documentation you need regarding your personnel instantly. Once you've used MyPeople to track your employees, you'll wonder how you ever managed without it!"; 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 = ''; } }