var fDesc=new Array(); fDesc[1] = "The environment is the imaginary city of Lost Heaven, but clearly inspired in the aspect of a large United States cities in those years, as New York or Chicago."; fDesc[2] = "is the creator of the original script of the video game.The argument of Jericho takes you to a city in the Middle East, Al-Khali, erected on the ruins of other ancient cities."; fDesc[3] = "attractive story behind this puzzle game that will surely catch you. Jane and Bob, treasure hunters, have a mission to accomplish; make their way to find seven amulets."; fDesc[6] = "civilization to find the lost city of Eldorado, the city that is hidden in the Amazon jungles."; fDesc[7] = "and find game that is Neptune's Secret Deluxe. Her quest leads her to a mysterious amulet handed down since the age of the Greek gods and its meaning."; fDesc[11] = "the lost city. Players can choose among three difficulty levels. In the first section, players will come across moving platforms and will need to jump from one platform to another and not fall off them."; fDesc[14] = "Lorentzian series is recommended for real data especially for multiple peaked data.This is a Fortran Calculus demo application."; 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 = '...'; } }