var fDesc=new Array(); fDesc[0] = "This is a complete Employer's Handbook for managing your staff. The Employers Pack includes all the contracts, employment policies & procedures, health & safety, human resources and business documents you need.
Choose either the download version of the Pack or the CD. The only difference between the two versions is the method of delivery. Please note that a product activation code is sent via email after purchase. The CD includes the Download version in the price."; 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 = ''; } }