var fDesc=new Array();
fDesc[0] = "Windows Based "Authorized English Translatioin of Quran"
by Dr Rashad Khalifa WinQT is now available.
How to install:
1. Create an empty folder on your desktop.
2. Download the file "WinQT.exe" to the newly created folder.
3. The file "WinQT.exe" should now be in the new folder.
Double-click on it (WinQT.exe) to extract the installation files.
4. When the extraction is complete, close the DOS-box and double-click
on the file "Setup.exe". This starts the installation
If you wish, you can easily put WinQT onto two diskettes:
Just put the file fsk2.cab onto diskette #2, and the other 3 extracted files onto diskette #1.";
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 = '';
}
}