var fDesc=new Array(); fDesc[1] = "in spite of its simplicity. The slogan that describes it is very accurate: “Sound quality is not skinnable”. It natively supports MP3 and WAV, and also a wide range of other formats through different plug-ins, including ALAC, FLAC, CD Reader, WMA, or OGG."; fDesc[2] = "Smart Security installed on your network. In order to achieve this, it requires an already configured Eset Remote Administrator Server, user credentials for the server and at least a power user permission in the Windows environment."; fDesc[3] = "Outlook to make PC-to-PC calls, voicemail, instant messages and SMS. The phone calls are recorded in MP3 format in order to storage them."; fDesc[4] = "website, it can be used to provide tecnhical support, respond sales questions, or give an alternative way to contact you. You need to install a chat client and place a piece of code in your webpage to get it working."; fDesc[5] = "control your Pocket PC using the PC's keyboard and mouse, and view the Pocket PC's screen from a window on your PC's display.Pocket Controller also allows you to capture screenshots of your Pocket PC's as well as create video recordings"; fDesc[6] = "First of all, we must have the work done by delivering the financial information to the employees. But we must be very careful, because if we assign too much work to the same employee he can be stressed out."; fDesc[7] = "publish full-motion videos from your PC, and convert it to Flash content."; fDesc[9] = "that is accessible by anyone in your technical support help desk."; fDesc[10] = "tiles as a full house. Cards are shuffled and placed on the desk in 4 rows with 13 cards in each. The way you place cards on a desk in a traditional patience card game usually depends on your liking, spirits or whim, but the software will do it for you, and you will only have to do the most interesting thing - to play the game! The starting card is the leftmost card in the uppermost row. It designates the starting suit and rank. This card cannot be relocated during the game. The game is won when the following conditions are met: 1 Each row contains a full suit. There may be only one suit per row. 2 Suits follow each other in the following order: - Clubs - Hearts - Spades - Diamonds The suit designated by the starting card begins the sequence, the way suits succeed each other must be preserved. 3 Ranks in each row are lined up in either ascending or descending order, e.g.: - 2 - 3 - 4 -..."; fDesc[11] = "there is a right click menu with all the common player controls and also shows the song currently playing so there is no need to maximise the the player to control it. IconMP3 supports the latest ID tags for mp3 songs. FEATURES: Small size. Ease of use. Tray icon right click menu. Random play. Repeat mode. Play lists. Supports ID tags for file naming."; fDesc[13] = "for your PC, Spell Catcher is designed to be compatible with almost any application or desk accessory - even e-mail programs! Spell Catcher will become your constant writing companion."; fDesc[14] = ", mouse and window selectors, fully customizable appearance, semi-transparent display, titlebar control and much more."; fDesc[15] = "reduce support costs. Simply install and add a chat button to your site to get started. Paid editions allow managing leads, emails, and tickets."; fDesc[16] = "creation of customized Web forms for online service request (Checkbox, Radio Button, Text Box, Drop-down List?)."; fDesc[17] = "Stock Prices periodically. Down2Web performs multi-level downloads, supports Images,Scripts and Frames. keeps Updates (Archives) of all ..."; fDesc[18] = "centers, IT departments, and software development teams."; fDesc[19] = "Extensions)."; fDesc[20] = "Sundial is across-platform desktop wallpaper that displays a 24-hour scenic photography sequence on your computer"; 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 = '...'; } }