var fDesc=new Array(); fDesc[1] = "bring Quran to every Muslim's desktop."; fDesc[2] = "saver will take you on a journey to the origins of Islam. You will be transported to a place called Madinah, where you will be able to see the authentic Prophet’s Mosque called Masjid Al Nabawi. This is the second most important mosque in Islam, being the Grand Mosque number one."; fDesc[3] = "Makkah, Saudi Arabia, during the celebration of Ramadan. This celebration is one of the most important ones for Muslims everywhere in the world. This is a complement to the Ramadan1 screen saver, but with different images and prayers."; fDesc[8] = "Indonesian translations of the Scriptures. You can get both Indonesian translations, along with many other versions of the Bible, by ordering the free CD and paying only a modest P&H fee."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }