var fDesc=new Array(); fDesc[1] = "airplanes, the improvement of the multiplayer support , including the possibility of two players flying a single airplane, and the occupation of the control tower. The 11.0 version brings some improvements and enhancements to the already successful flight simulator."; fDesc[2] = "of all ages. This tool has a real time European City feel along with various views for the driver to ensure the 360-degree real experience with all those big trucks."; fDesc[3] = "is a fresh incursion into the railway simulation genre and an opportunity for lovers of trains and stations to meet their requirements for entering the cabin of one of these transport vehicles."; fDesc[4] = "a way that you will almost be able to smell the fireplace. You will be able to hear the crackling sounds of the wood burning, and see the blinking light and shadows formed by the flames. Spirit of Fire 3D Screensaver will definitely warm up the hearts of even most serious people."; fDesc[5] = "very realistic graphics that will provide all the different details to make Christmas a time to remember. The images are so realistic that you will be able to even feel the warmth of the flames as they rise in the air."; fDesc[6] = "to a beautiful cabin on the shore of a lake. You will be able to really relax and unwind listening to the wind, the sounds of the tree branches moving and the birds singing. This is the perfect setting to let your thoughts fly and forget about all your daily troubles and routine."; fDesc[7] = "detailed model of the ERJ 145LR airplane exterior and a virtual cabin to add to their liveries. The FeelThere PIC ERJ-145LR aircraft in the program features four models; 2D panel only, or with wing view, 2D with VC and 2D with VC and virtual cabin."; fDesc[8] = "get a well deserved rest from all the dreadful daily activities. You will be transported to a place that could be mistaken as paradise. You will find yourself in the middle of a beautiful valley somewhere in the mountains."; fDesc[9] = "authentic liveries.It has hundreds of custom animations. It also includes a huge printed manual and is fully licensed by Lockheed Martin and the Royal Air Force."; fDesc[10] = "FSX or FS2004 enabling single pilot operation of a very light Business jet, or VLJ model, in 2D or 3D cockpits. The program features 3D model rich details with a full virtual cockpit or cabin and 3D pilots in the exterior model that animate."; fDesc[11] = "beautiful cabin on the shore of a lake. You will be able to really relax and unwind listening to the wind, the sounds of the tree branches moving and the birds singing."; fDesc[12] = "where you can forget about traffic, stress, job and everything that prevents you from relaxing. You will find yourself in the middle of a lush green forest somewhere in the mountains, where nobody will ever disturb your peace."; 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 = '...'; } }