var fDesc=new Array(); fDesc[1] = "homework done more quicker and easier It can evaluate solve and graphic equations, run matrixes, find standard deviations, means or variances. I'ts a powerfull College Scientific Calculator with nice graphing capabilities"; fDesc[2] = "drawing and animation features - including brand new Flash animation support, DrawPlus X2 has everything you need to create eye-catching, professional-standard designs and artwork. Whenever you're a beginner or a skilled artist - whether need to create a stylish cover for your school or college project, an attractive family tree or business diagram, a photo-realistic art masterpiece, or even a high impact Flash animation - you'll find easy-to-use drawing and painting tools and special effects you can use right away to create your most outstanding designs, ever."; fDesc[3] = "graduated from college and is looking for an interesting and challenging job. In the game introduction she applies for a café manager position and receives a call from its owner to hire her. There’s where the game begins. Now you have to help Emily to run the café as good an efficiently as possible."; fDesc[4] = "control in this game, is a girl who has just finished college and now she realizes that she really needs to get a job. In a comic-like story you will learn that meeting a supermarket supervisor in a traffic jam results in a job offer."; fDesc[5] = "simulation. Model ChemLab consists of a real-time animated interactive simulation engine. It features lab wizard tools which can be used to create lab simulations. The simulation so made can be replayed using the demonstration mode."; fDesc[6] = "accepted to “Caregivers International”, a company that provides healthcare and in which you’ll be working as a maternity ward nurse. You’ll have to feed, burp, bathe, change the diapers and soothe the babies."; fDesc[7] = "may surely know, the result of the game is quite unexpected since you never know how the game will turn out. The purpose of the game is well known…You start the game deciding whether to choose a career or pay your way to college."; fDesc[8] = "a college debt riding on her and a job coming to an end. Her only chance is to travel around the world, working at different joints and proving her culinary abilities."; fDesc[9] = "the family business but she is determined to pursue her dream: to own a boutique in Beverly Hills. she need fifty thousand dollars to get started on the boutique and her idea is to start a little yard sale business, beginning with her closer friends’ old stuff."; fDesc[10] = "perfect for high school and college math students. This utility is feature rich and comprehensive. It plots 2D graphs with comfortable navigation, and it is well suited for math students."; fDesc[11] = "and astronomy. Easily create, run, print and save a simulation. Includes 30 premade simulations with activities page in html-format."; fDesc[12] = "league, teams, and players. Play unlimited seasons with franchise mode."; fDesc[13] = "from your homework, tests, degree plan, loans, scholarships, and even your social life. The skinnable interface makes it a fun tool to use."; fDesc[15] = ", etc. to find out your probabilitiesof admission. Also advises on which colleges to applyto, and how to improve your odds."; 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 = '...'; } }