var fDesc=new Array(); fDesc[0] = "The easy way to implement a Winning Web-Based Employment System! Greentree Systems, Inc. is a privately held firm specializing in Applicant Tracking Systems. Depending upon your configuration and requirements, typical implementation takes an average of 90-120 days to implement a fully customized system. iGreentree’s data fields can be tailored to match your current forms. The Candidate Self Service (CSS) module will be tailored to mirror the look and feel of your external web site."; 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 = ''; } }