var fDesc=new Array(); fDesc[0] = "Advoffice is designed to organize the Corporate Head Office & its Branches, Office of Advocates, Courts or Legal Bodies of Government Institute in an efficient manner. It helps a lot to the Legal Officers or Practicing Advocates in managing their work more smartly.

Advoffice is the Legal Cases Data Management Software that maintains all the details of cases and also manages its previous date history. It manages all the cases - Area wise, Court Wise, Branch Office wise, Stage wise etc. and provide you various reports that will assist a lot in M.I.S."; 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 = ''; } }