var fDesc=new Array(); fDesc[0] = "LabourCalc may be a very simple program but is a powerful tool that no company that employ's staff should be without. Often the question is asked "what is the true cost" to employ someone, which is often answered with a blank look. Apart from the hourly rate that an employee is actually paid there are a multitude of other factors that affect the cost of that employee."; 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 = ''; } }