var fDesc=new Array(); fDesc[1] = "features. SMS service helps you to send messages to people's mobile phones. I like Yahoo Messenger mainly because of its stealth settings. Games can be played on Messenger. All of these features make Yahoo Messenger the best Messenger software."; fDesc[3] = "video conversion. Easy to use. Supports batch and merge conversion modes. Converts all or only a segment of the input file. It has options to preview the converted video and to automatically shutdown your computer once the conversion has been completed."; fDesc[4] = "motorcycle steering skills. Amazing realistic motion, complex obstacles, jumps and all these are in full 3D!"; fDesc[5] = "in order to create matches of at least three, but be sure you free other gems meanwhile. All the gems will advance each two shots, so you have to be fast and accurate."; fDesc[6] = "created for Palm Is devices, iSilo is now widely used and supported under Palm OS, Windows, Pocket PC, Windows Mobile Smartphone, Windows CE Handheld PC, Symbian, Blackberry and many more."; fDesc[7] = "empowering music lovers, aspiring DJs and pros to scratch, adjust tempo and pitch, play backwards, and mix MP3s, WAVs, Ots files and CDs."; fDesc[8] = "alternate moves. The object of the game is to capture all the enemy pieces, or block them. The pieces move only over the dark squares, diagonally, one square at a time and always forward, for common pieces. The Kings can move backwards, too."; fDesc[9] = "EA SPORTS games have gotten, but is nonetheless a fun game and a must-have for Rugby fans everywhere. For those who don't know, Rugby is a game very similar to Football, except that passes are only thrown backwards and the sport is more fluid than football."; fDesc[10] = "blocks to hit form 3D multi-level structures, such as buildings, planes, giant dolls, etc. that collapse level after level when you hit them. Each level begins with an aerial view of the board."; fDesc[11] = "levels of play, Blasterball 2: Revolution is bursting at the seams with fun. Play through the entire game to find the secret \"backwards world\" to turn your game upside down with 100 more levels!"; fDesc[12] = "Delivers stable, application enhancing connections using Steady-Stream technology.Interoperat es at up to 300 Mbps with other products powered with Top Dog."; fDesc[13] = "grid. Its size can range from 5x5 to 50x50. You can arrange words vertically, diagonally, and backwards; you can also select whether your puzzle will be upper or lower case. There are 3 puzzle modes: Word, Question, and Snake mode."; fDesc[14] = "technology is both backwards and forwards compatible with mp3 and creates files that are 1/2 or less the size of original mp3 files, with great sound quality. Developed by Coding Technologies, mp3PRO utilizes both Coding Technologies' codec enhancement technology and the pioneering work in the field of perceptual audio coding covered under the basic mp3 patents owned by Thomson and Fraunhofer. About mp3PRO and compatibility: Using advanced psychoacoustics techniques and music structure analysis, mp3PRO creates files that are more compact than original mp3 files, with equal or better sound quality and complete backwards and forwards compatibility. Your old mp3 files will play completely normally on a new mp3PRO player. New mp3Pro files will play normally on old mp3 players, but without the dramatic mp3Pro improvements. Of course, new mp3PRO files played on a new mp3PRO decoder will..."; fDesc[15] = "backwards. Excel 2000 or higher required."; 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 = '...'; } }