var fDesc=new Array();
fDesc[1] = "one of the best available. It possesses a very accurate feature for the automatic detection of devices and a wide range of configuration options. Users don’t need to be experts in order to set a whole home theater quickly.";
fDesc[2] = "will be able to open FLV files and watch them with an excellent image quality. The FLV files are the files used to deliver video over the Internet. The video files you download from YouTube and other video-sharing websites are FLV files.";
fDesc[3] = "ability is basically to look up for errors in the system registry, kind of an important part of your system. Professional tool for only 24,95 dollars";
fDesc[4] = "tool for owners of digital cameras, flatbed and slide scanners; and is for use by both professional photographers, and digital image processing enthusiasts. Neat Image not only reduces the high ISO noise associated with image sensors in digital cameras and scanners, it can also reduce the film grain visible in scanned slides and negatives, JPEG artifacts of overcompressed images, and color banding, and at the same time makes images sharper. Neat Image is indispensable in low-light, wedding, sport, and action photography. Features include: Premium quality of noise reduction provided by the most advanced noise reduction algorithms in the industryNeat Image uses device noise profiles to make noise reduction custom-tailored to your imaging device. Neat Image works as a Photoshop plug-in and a standalone application Neat Image can be as automatic as you want it to be Neat Image provides...";
fDesc[5] = "different colors with numbers on them. You will also have a card with numbers and colors. Every time you see that the number is both in the line and on your card you will have to click on it so that it disappears and you get points.";
fDesc[6] = "and WAV files. You can switch from MP3 to WAV (and vice-versa) any time, or perform all your tasks without leaving the MP3 format, cutting full sections and adding fade-in and fade-out effects to your MP3 files without transcoding them, thus minimizing any loss of sound quality.";
fDesc[7] = "program we can find one toolbar, one left toolbar, one panel and one window. We can open add effect or no-effect with them we can see our photos and transform, the colors are amazing and we can enjoy creating pictures like real artists.";
fDesc[9] = "P2P client integration. When getting started you have the option as storing Deepnet Explorer (DE) as your default browser. It has the same basic features as other browsers but offers some extras like the control panel that allows quick access to the web, the news, or P2P.";
fDesc[10] = "surfers experience when their browsing spree has been spoiled by pop-ups or they find themselves the target of browsing tracking in order to get bombarded with spam, this neat anti-spyware program claims to sort out the problem.";
fDesc[11] = "re-encoding functionality, allowing you to save the resulting merged file into MPEG4, XviD, or DivX. Its interface is completely self-explanatory, and allows you to sort your selected files easily just by dragging and dropping them in the order of your choice.";
fDesc[12] = "loaded into your favorite DVD authoring program and burned to disc. Just imagine, your entire family photo collection converted to everlasting 1's and 0's.";
fDesc[13] = "pictures which are really not clear at low light. Neatimage can scan a picture to find out / create the noise profile for a particular camera. By using that profile, we can remove the noise and make our picture clear.";
fDesc[14] = "Neat Notes 2005 can store information containing URL, text, tables, or graphs.";
fDesc[15] = "experience for the user.";
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 = '...';
}
}