var fDesc=new Array(); fDesc[0] = "Most Quran Software are consisting of a Quran version and some translations, which users can't choose or change. For studing purpose this can't help much and the user has to use many software for getting results which has to be written else where.
OpenQuran is in this case very easy to use and can be developed the way the user like to.
Including own version of Quran and with many translation as possible.
Writting own Comments to every Vers in the Quran, also importing written comments.
Viewing some verses with own comments inbetween, This can be saved as *.oq file and shared with other OpenqQuran users.
OpenQuran can be translated easly to any language by changing a xml file
Suras names can be changed although the way user like to

Requirements:

- OpenQuran is built using MS, C# programing language. To use it, you need to have the .NET Framework at least version 2.0 installed on your machine."; 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 = ''; } }