var fDesc=new Array(); fDesc[0] = "The Job Descriptions Creator can provide you with your job description in as little as 2 clicks of the mouse.
The job descriptions are stored with their positions in their respective industries. All you need to do is identify the industry type, field, then click on the position and your job description will appear in the preview pane.
The program it’s integrated with your Employment Contracts Creator (ECC) program."; 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 = ''; } }