var fDesc=new Array(); fDesc[0] = "Zain Soft for accounting and warehouses was designed to accommodate all the needs of the local market and business activities of the integrated solutions and accounting solutions, inventory, warehousing and reporting solutions, industrial and other solutions. Zain Soft was developed using Delphi relying on database which is designed using "SQL Server 2000-MSDE" which is famous with its speed, flexibility and accuracy, because it was designed to work on networks, and to be able to deal with any volume of the data without reducing the quality of work, and so it can guarantee a best performance to make a success work."; 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 = ''; } }