var fDesc=new Array(); fDesc[0] = "The first Arabic accounting system that runs under Windows environment is available for large, medium and small companies. All reports available in ِAl-Ameen Accounting System are characterized by clarity and simplicity in results displayed. It provides a powerful report reviewer with zoom in or out of any area in the report, support of multiple report pages, ability to search for a certain text or figure in the report, and saving in text or excel format. In addition to these features, the program contains ready templates for printing reports."; 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 = ''; } }