var fDesc=new Array(); fDesc[0] = "WDSuite is your gateway to all job openings and skilled workers on file with the New York State Department of Labor and Workforce Development Partner Agencies.
Jobseekers can search local or statewide job openings by skill word, job title, education or job order number. New data encryption ensures the validity of your files. The jobsbank program in WDSuite will search the entire job description and title for any text string you request. Looking for an entry level job, and pay is more important than the job title? Jobsbank can identify entry level jobs and sort them according to education requirements, location and full or part-time status! The Jobsbank Program identifies job orders less than a week old so you won't read the same job orders from one week to another!"; 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 = ''; } }