var fDesc=new Array(); fDesc[0] = "Haashirz Office Suite offers all the tools you need to get the job done.

This has a word processor , a Schedule Manager or the Group/Organization Manager where you can write all the information about you workers or Teammates or Employees. Schedule Manager is aery important as it may be very helpful when you have any particular event or meeting or anything at the particular which can also be called as a planner."; 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 = ''; } }