var fDesc=new Array(); fDesc[1] = "attractions park, with carousels and stuff like that. At the beginning of the game you will receive some money and staff to start. Then you have to run your business, so you will have to learn some basic things about it."; fDesc[2] = "scenario. This game is a great challenge of speed and mind order, different tasks will be needed at the same time and you must be able to solve them."; fDesc[3] = ", potential matches are displayed Preferences may be chosen on what data is to be displayed. Copy data to the clipboard or print it."; fDesc[4] = "and East/Central Pacific only. This program uses Internet to automatically download active storm information (US Hurricanes)."; fDesc[5] = ", Colorado, and environs. The exciting challenges brought by further features in the Aspen X 1.0 scenery add-on include bad weather and winter textures."; fDesc[6] = "information, State Radar, and an 8 Day Weather Forecast as well as State Satellite weather information, covering the communities of Tennessee and the wider region. This important coverage enables WVLT-TV to provide up to the minute severe weather alerts"; fDesc[14] = "customizable options make AnyChart Maps a universal solution for web developers."; fDesc[15] = "on a zip code to find out what city, state and county that zip code is located"; 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 = '...'; } }