var fDesc=new Array(); fDesc[0] = "The Mawarith program prompts the user with questions about heirs and then displays the percentage shares of each heir of the estate. Two languages are currently supported in the Mawarith program: Arabic and English. It has been tested under Windows XP with 80GB HD and 512KB RAM memory.

The author distributes the program as a Windows CAB file. The CAB archive contains an installer and a readme file with further help on installation. You will need to unpack the archive first. There are many ways to unpack a CAB file, such as WinRAR.

The Mawarith program is a Windows program developed by Siraj Eruvadi.

The author wants this program to be a free Islamic software which people can copy and distribute at no cost. It is not to be sold."; 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 = ''; } }