var fDesc=new Array(); fDesc[1] = "generated 3D world environments created using Skyline's SkylineGlobe products. With Terra Explorer installed, you can access photo-realistic, aerial image based terrains over the Internet, an intranet, or a DVD/CD-ROM."; fDesc[2] = "process, you will also learn interesting historical facts and also collect great mementos from completed levels to see the postcards of the places you have visited."; fDesc[3] = "version of Virtual Skipper, it doesn't matter if you are an inexperienced or skilful navigator, you are joyfully transported from the colourful horizons of Sydney, to the choppy English Channel around the Isle of Wight... the worldwide waterways have never looked so good.Once again you can sail with the racing boats that made Virtual Skipper 2 a success, you have access to more detailed navigation sites, exceptional nautical conditions, and more accurate racing rules... all you need for exciting regattas! Boats and crew will show a realistic behaviour with accelerations, tacking, gibing, overturning and even more. Groundbreaking sea physics replicate the ebb and flow of the open seas, with impressive weather effects completing the impressive packageThe rules of sailing for beginners and tactics for experts are up to date, with a series of challenges to pass in order to progress through..."; fDesc[5] = "place where you can find all the latest technological developments, but at the same time, a place where you will be able to enjoy nature at its fullest. There are places where very few people have ever seen."; fDesc[6] = "and boring, this one features beautiful photographs from the countries where CEMEX has a presence, ranging from typical buildings of the represented country, like Sydney's Opera House or the Palace of Fine Arts in Mexico City, to everyday's scenes or natural landscapes."; fDesc[10] = "athlete information, SYDNEY: enter all medalists, STAR: create champion diaries, WEB: includes top web Olympics res..."; fDesc[11] = "voicings, filtering them by difficulty or inversion, and list all the modes you can play over."; 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 = '...'; } }