var fDesc=new Array(); fDesc[1] = "case comes up and you are ready to get to the end of it. Your mission is to investigate who is the killer of Miss Linnete Doyle, another passenger of the cruiser. Twelve levels will lead you to the truth, gathering clues on each investigation."; fDesc[2] = "will tell you more about it. Your soul has been taken away from you by the ghost of an old creepy man. Your soulless body can't survive like that, so you have to find it and get it back."; fDesc[4] = "Internet connection to listen to Arabian radio stations like Negoom FM, Quran Nablus, Quran Saudia, Radio Jebril, and Radio Sawa (from Egypt, Irak, Jordan, Morocco and Khaliji)."; fDesc[7] = "will have to build a totally new city from scratch and deal with whatever problems that may arise in the process, which by the way, are not few."; fDesc[8] = "Nile and danger lurks around every corner. Treasure Pyramid Deluxe is a puzzle adventure game that will take you on an unforgettable journey through the undiscovered temples and long forgotten ruins of Egypt."; fDesc[9] = "Nile and enjoy the original glory of Egyptian pharaohs captured in columns and ruins of palaces and temples."; fDesc[15] = "and Find adventure!"; 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 = '...'; } }