var fDesc=new Array(); fDesc[1] = "keyboards and most recently laptops come with multimedia buttons and what are called quick launch buttons. HP Quick Launch Buttons is Hewlett Packard's software solution to enable and control the functions of the buttons included in their laptops and desktops."; fDesc[2] = "gain points. You will have to make a word from more than three or three letters. You can make a word by selecting letters horizontally, vertically or diagonally even - but the rule is not to leave a letter (you cannot skip a letter)."; fDesc[3] = "located in the hard disk of your computer or directly from the Internet. Using this program, you will be able to play any of the video files you download directly from the most popular video-sharing websites, such as YouTube, iFilm.com DailyMotion, etc."; fDesc[4] = "Thanks to its integration with Skype, its capable of doing phone calls to another Skype (or MySpaceIM) users, regular phones or cell phones. Users can get their own number and voicemail, or forward phone calls to their cells when they are offline."; fDesc[5] = "speed. TypingMaster is a great tool when you are learning typing because it can help you to improve your typing speed by means of lessons, advices and advanced tests."; fDesc[6] = "3.0. Since its beginning has always been the rivalry browsers until became the favorite of the users. Netscape always taking a step forward innovating and upgrading, it couldn’t be considered the ancestor of multiple browsers as Firefox, Opera, etc.."; fDesc[7] = "goal. You will have gears of different colors and sizes, each gear will give you a different amount of points. Some will indicate to you how many points you will get and some will not."; fDesc[8] = "frequency, etc.), there are controls for volume, mute, open a file recorded, change channels (back and forward), use full screen mode, TV window mode, record a video, use scheduler. Also you can use auto scan channels."; fDesc[9] = ", throughout most of the game, it fails to bring anything new to the world of FPSs. The graphics are nice-looking; the world is depicted with careful regard to realism."; fDesc[10] = "enhancements. United Offensive presents a similar format to that found in Call of Duty. The player takes part of the game as three Allied soldiers--an American paratrooper, a British SAS commando, and a Soviet infantryman--who are trapped in the great fight against Nazi Germany."; fDesc[11] = "MPEG2, MPEG4 SP/ASP, H.264/AVC*, 3GP. Its features include Real-time, high resolution MPEG-2 video playback at HD, Brightness control, Deinterlace vertical filter among others."; fDesc[12] = ", Yahoo Beta, POP3, Earthlink, Juno, Lycos, Mail.com, Mindspring, MyWay, Netscape, Rediffmail, SBC Yahoo and many more email services."; fDesc[13] = "colored cubes grow like stalagmites or fall down like stalactites."; fDesc[14] = ", but they have made it even better by including their latest technology. ReFX has obviously spent a lot of man hours programming the synthesis functions as the end result is a combination of warm and rich sounding synthesizer beat and tempo."; fDesc[15] = "the war of Iraq and Afghanistan. You will be able to command tanks, infantry and other belic support. You will find two campaigns."; 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 = '...'; } }