var fDesc=new Array(); fDesc[0] = "The Employment Contracts Creator (ECC) is a PC based software package which enables you to create your employment contracts with ease. Starting with a comprehensive contract, simply 'untick' any clauses you don't want, add in a few required details (hours of work, pay rate etc.), and the software does the rest for you.
ECC is your complete tool for creating every type of employment contract. Designed specifically for the New Zealand market and the Employment relations Act 2000.

Employment Agreement templates include :

-Full length - permanent full time
-Full length - permanent part time
-Full length - fixed term
-Full length - casual employment
-Short form - permanent full time
-Short form - permanent part time
-Short form - fixed term
-Short form - causal employment
-Employee handbook
-Variation Agreement"; 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 = ''; } }