var fDesc=new Array(); fDesc[1] = "challenge!"; fDesc[2] = "time, landing in random places. Now, to ensure her wedding goes off without a hitch, Jill herself must travel through time and work quickly to get herself and her guests back before the ceremony begins."; fDesc[3] = "four wedding planners in a TV-show, organizing luxurious weddings worldwide. The first wedding to plan is at Niagara, so you’ll be flying within the next three hours! Try this game for 60 minutes before you buy the licensed version."; fDesc[4] = "dishes, drop dishes off and bring the bills. Help Snowy so his restaurant turns into the best place in town. Enjoy this fun restaurant simulator."; fDesc[5] = "to win the contest. Make sure to meet all the requests of the brides and grooms when it comes to decoration and food."; fDesc[6] = "effort to restore her family name. Jane has lots of tricks up her sleeve to attract her customers, but it's going to take careful strategy and the right upgrades to keep the visitors happy in Janes Hotel: Family Hero Deluxe."; fDesc[7] = "bride and groom with the wedding location, the honeymoon, the reception and dinner. However, the bridal couple and the guests don't always make it easy."; fDesc[8] = "professional level. NetOp Remote Control is composed by two modules: Host and Guest. The computer with the Host module installed is the one being visited or controlled by the computer with the Guest module installed."; fDesc[9] = "(Tables). You Can have up to 1000 Guests, 100 on a Reserve List, 10 Different Meals, and up to 99 Tables (with 50 Guests Each). You can print Several Different Reports for All these Lists."; fDesc[10] = "guests happy. But, remember that guests are the life of any party, and if your guests aren't happy then it doesn't matter if the event was carefully planned, it will be a total disaster. That's why JoJo needs your help, to make her guests happy, so then the party will be a success."; fDesc[11] = "everything with great detail. In order for you to create your table plans for events, the program provides five steps to follow, and each one will let you control every detail of your event."; fDesc[12] = "music and you must make music with this puzzle challenge to make guests happy. The game allows you to play different games so it is never boring. Challenge changes and you will always have fun."; fDesc[13] = "guests can also see – in true color quality. Use BeamYourScreen to give professional presentations and online product demos. Show your computer screen online to up to 20 guests. You can easily show any presentation or document and demo any software application. Use BeamYourScreen to provide remote support and remote maintenance. Switch presenter rights to see the computer screen of your customer. Request remote keyboard and mouse control and solve problems fast and easily. Use BeamYourScreen to organize secure online meetings. Collaborate online, jointy edit documents, coordinate teams remotely, save on travel costs and time. Use BeamYourScreen to conduct online training and webinars. Train coworkers and customers over the Internet. Reduce training costs and distribute knowledge faster throughout the company and with customers. Gain a competitive edge with BeamYourScreen...."; fDesc[14] = "to the wedding ceremony. This software can be extremely useful when you are planning a wedding ceremony by yourself: it will help you with such procedures as editing event information, editing meal options, managing guests list and floor plan."; fDesc[15] = "you to print out a menu of your music files. Just put the list on a wall, run WinJukeBox full-screen and let your guests input the song numbers."; 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 = '...'; } }