var fDesc=new Array();
fDesc[1] = "advantage of a component called manzana.dll, which has nothing to do with an apple, but works with this apple device. iPhoneBrowser will install a Windows Explorer-like application on your computer.";
fDesc[2] = "from your PC, playing against other skilled players around the world. That's exactly what Carom 3D let's you to do. You can play pool with a total control of your movements, and a great 3D perspective, so you will be able to rotate, zoom and move the camera as you desire.";
fDesc[3] = ", unleash your mind with highly visual, interactive technology designed to capture ideas, data and knowledge in a limitless arrangement that lends clarity to any task or project. When you can see the details up close, as well as the big picture in clear view, you can build meaningful, multi-dimensional relationships between information – and share it with everyone on your team. This leads to well-informed decisions, swift and confident action, and everyone’s favorite: results. Some call it mind-mapping. We call it common sense. And MindManager is the software that brings it to life. Unlock mindshare: Quickly capture, organize and share ideas and information in a visual way that others can quickly build upon. Strengthen organizational memory through active knowledge sharing. Facilitate greater innovation with unique perspectives on information. Get things done: Align team members to...";
fDesc[4] = "splitting any file into desired number of pieces of desired sizes. You can use the in built browser and your arrow keys to locate the file you wish to split. The guide will help you through the entire process, you just have to read and follow.";
fDesc[5] = "with most Microsoft products to allow you to save your sensitive data directly from other computers and keep it safe. When you save a file using the SecureZIP options, the file gets encrypted with a pass phrase or security certificates.";
fDesc[6] = "supported (black & white, grayscale, full color), all with supported image compression options Acquire images from any Twain device or from disk Most popular file formats can be loaded (GIF, JPG, TIFF, AWD, PCX, DCX, BMP) Send image page(s) to printer, fax, or disk One button \"Acquire & Send\" for quick and easy image transfers Full clipboard support (cut, copy, and paste) to move image data between image pages or between applications and to allow image editing Property pages allow easy customization";
fDesc[7] = "(DVRMStoMPEG.exe) or against a directory (DVRMSToolbox.exe) using \"Processing Conditions\", or meta data based rules that you create. Both of these tools are command line applications so it's easy to create scheduled tasks that process your recorded tv while you sleep, or if you are a more visual person there is also a GUI that will run the applications. One of the more useful applications of DVRMSToolbox is its automatic commercial skipping capability. Using this feature (by combining the FileWatcher and the CommercialSkip add-in), Media Center will automatically skip commercials while you are watching the show. There is also a windows service (DVRMSFileWatcher), which can be run to watch the recorded tv folder and use the \"Processing Conditions\" to process new shows as they are recorded. A set of \"Profiles\", or configured set of actions, is included in the installation package. These...";
fDesc[8] = "Data and Video CDs and DVDs with ease. The application is really simplistic in design, which is a good thing, since it is really easy to use.";
fDesc[9] = "synced by using iTunes. So, any time that they want to put music on their devices, they have to have a computer with iTunes. Downloading music from an iPod is just as hard.";
fDesc[10] = "You will save hours or possibly days of work setting up your new machine, with no risk of leaving data behind.";
fDesc[11] = "Partition manager is really easy to use. It provides a nice interface. We do all the operations virtually at first. After we complete all the changes that we need to make to our hard disk, click \"Apply\" and the rest will be done by the program.";
fDesc[12] = "music, our Multimediafeed MP3 Tagger will help you organize your musical archive in a proper way. A large number of manual and automatic modes for tag editing will facilitate routine operations with tags in audio files. With MP3 Tagger, editing, filling and copying tags will be easier. You can save tags in UNICODE or ANSI formats. Our automatic wizards will help you quickly generate M3U and PLS playlist or lists (TXT, CSV or XML) of your audio files. The adjustable batch mode for tag processing will save your time when editing large amounts of data in audio files. It takes a single click to copy, move or add information to hundreds of MP3 files. Multimediafeed MP3 Tagger will automatically fill out the blank fields in MP3 tags (using freedb.org) and will even find the songs lyrics on the Internet. In spite of the large number of features, our multilingual MP3 Tagger is extremely easy...";
fDesc[13] = "be used in the same way as you use with hard disc or floppy disc. It means that you can write, open or edit files on RW disc using any application (MS Office, PhotoShop, CorelDraw etc.). Use Jet Storage UDF if you need: to create updateable backups to move significant amounts of data between computers, which do not have fast network connection (for example between office and home computers) high read/write compatibility with UDF disks recorded by other UDF packages compatibility with new recording devices, that are not already added to supported devices list read capabilities between new and old CD devices high stability high compatibility with other UDF vendors";
fDesc[14] = "off-line backups, in useable relational form. Easy to use, connects directly or imports MySQL dumps";
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 = '...';
}
}