var fDesc=new Array(); fDesc[1] = "your character has. This includes the glaive, a triple edged metal boomerang that can shred your opponents to pieces. The game is fun and entertaining, recommendable for action gamers."; fDesc[2] = "will be able to convert any unit of measurement into another on the same group. For example, you will be able to convert from centuries into hours when you are using the time converter."; fDesc[3] = "equipment. It has all the advantages of a real lab and none of its drawbacks. The program can help them to test different reactions and solve different problems. It can be used both at school and at home."; fDesc[4] = "amazing boreal aurora is present. Bright starts join the landscape and low sounds create a very peaceful atmosphere. By default, this screensaver displays in a 16:9 screen ratio but you can change it to full screen later."; fDesc[7] = "combine it with their own thoughts and attachments into a package of visual information called a buzPAK(TM). buzPAKs combine documents, Web pages and personal comments into easy-to-use knowledge packets that are perfect for collaborating, sharing, and presenting valuable Web-based information. PlanBee provides users full control to extract the essence of what they need from the Web, personalize it for a specific audience, and e-mail it to them with the click of a mouse. By attaching personal notes and/or files to your buzPAK, you can easily add creative substance to URLs while doing your Web research."; fDesc[8] = "motion, temperature and pressure, ideal gas, real gas, crystal structures, etc.). The capability exists to continuously change physical parameters."; fDesc[9] = "hundreds of new features are a new Substance Lab, a new Weather Lab, a new Cut & Tile Lab, and much, much more. Also comes in Pro edition."; fDesc[13] = "landscape, where a lot of colorful hot air balloons are flying around. That’s not all, but you also can change the view to see as if you were in a balloon’s basket to know how it feels.These images are accompanied by sounds of the wind at high altitude."; 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 = '...'; } }