var fDesc=new Array(); fDesc[0] = "JIM v1.0 is small Job Information Manager for the visually impaired users who use screen reader to
operate with computer, or for those who have damaged vision and use low resolution with large fonts. JIM
is mend for the micro companies that are most common area of work of visually impaired people. JIM keeps
track of your clients and jobs that are related to them. Job which was done or which is to be done. It
warns you about your appointments, has reporting, searching and filtering system impleneted to provide
you with easy data manipulation and your work assignments."; 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 = ''; } }