var fDesc=new Array(); fDesc[1] = "notification. You can manage all of your conversations in a single message window. Besides, you can send your friends an SMS from your PC with ICQ. Your friends can SMS back from their mobile directly to your ICQ message window."; fDesc[2] = "invites the player to form words out of them. All the levels and supplied letters are good for creating known words. The game takes care of the truthfulness: there always are words that can be created using the displayed letters."; fDesc[3] = "bonuses will help you win and various difficulty levels will help you improve, participate in tournaments and win the grand prix."; fDesc[4] = "task is to have fun and collect as many tickets, as you possibly can. Once you have a certain amount of tickets, you can trade them for prices. There is no time limit and you can re-play each game as many times as you want."; fDesc[5] = "in common with it. The game takes place in the Azthec empire ages. We are in control of a giant frog shaped idol which throws coloured balls. In the screen we can see a track around the frog shaped idol."; fDesc[6] = "using different tracks and shits, altering them in every conceivable way, changing their gain, volume, fades, track start and end, and lots of other settings."; fDesc[7] = "advertise again. Easily submit multiple websites in one click. As web surfers rely more and more on search engines, like Google and MSN, it has become ever so important that you make sure everyone knows about all of your sites. How can you be sure that you are listed? How can you make sure that you have not missed one of your sites? Trust Website Submitter to handle all aspects of search engine and directory submission, such as: - Increase search engine traffic. - Easily submit multiple sites at once. - Always have the most current list of search engines and directories. - Get important back links with directory submission. - Save days of time and effort. More people are using search engines than ever before. This makes them the primary portal for many of your visitors. If you aren't listed in these engines, web users won't even know you exist. You can list your sites with all of the..."; fDesc[8] = "greatly from this software. Once data has been entered into the DataBase Professional program it will then be accessible to everyone in your business. All users will be able to gain access at the same time and can update, review or use the same data."; fDesc[9] = "type of navigation vehicle is powered and steered by a jet of water created by a powerful turbine.You have to complete a course as fast as you can while navigating through buoys, and taking very good care not to miss one."; fDesc[10] = "your racing career as you gain points and gear at each level. Don't let time run out and watch the damage!"; fDesc[11] = "when the narrator is talking and they are also extensively used in dance productions. Side chaining in software has been made easy with db audioware Sidechain Compressor 1.1."; fDesc[12] = "game came up with the original idea of mixing the popular games of poker and solitaire together. If you are a good poker player or if you just know the rules you will enjoy pretty much this game."; fDesc[14] = "an index Watch arbitrary lists of other stocks Get stock weighting suggestions Generate reports on income and capital gain Analyse decisions back in time Be alerted to price breaks Have constant price updates See wholistic performance including dividends, interest and capital gains for arbitary periods now and in the past"; fDesc[15] = "consumption and get detailed graphs, statistics and reports. Compare your nutritional intake with that of a recomended one and get results."; 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 = '...'; } }