var fDesc=new Array();
fDesc[1] = "photos with friends and family is as easy as pressing a button!";
fDesc[2] = "hyperlinks. Allows joining of PDF documents and PDF attachments. An API is available for developers.";
fDesc[3] = "files formats, such as AVI, 3gp, ASF, FLV, OGM, RealMedia, DivX and many more. You can play a file, URL and CD/DVD, SVCD. Moreover, it allows you to watch video files during the downloading process. It has a simple fully customizable interface.";
fDesc[4] = "clocks on your desktop. The program is fully customizable and sits silently on your system tray from where you can command everything. It allows you to have as many time zones as you require, all with different funny clocks (digital, analog and calendars).";
fDesc[5] = "(\"anaglyphs\") that appear in simulated 3D when viewed through special glasses with one red and one blue lens.";
fDesc[6] = "image, and press the button. Within seconds, the image will be converted into text mosaic art. This program can help hide secret messages in images, and also combine art with words.";
fDesc[7] = "wide variety of audio and video filters, internal post processing, volume customizing, autodownloading of the required codecs, dynamic XML skins, friendly zooming, pan-and-scan, dragging, subtitles support (SRT, SMI, SUB, JS, DKS, MPL, RT, SMIL, and SSA), external audio files, OSD with anti-aliasing and blending effects, screenshots in JPEG and BMP, a wide variety of delicate options for the player's kernel (overlays, hardware decompression, buffering, audio restrictions, preloading, caching of the data), customs and corrections for special files and playlists, and user-friendly OSD brightness, contrast, saturation, hue and sharpness. Crystal Player Professional includes full help contents with explanations of how to use all Crystal features. Highlights of CrystalPlayer 1.98: New: Complete Windows Vista support: overlays, WMV playback, Glass, Shadows New: Keyboard with multimedia keys...";
fDesc[8] = "feature recognition allows automating post-processing such as red-eye removal and skin tone adjustment, creating 3D head models and morphing tools.";
fDesc[10] = "be easy to use and has a rich set of features which include: Parallel streaming, Multi-stream processing, Reads ARCserve 6.x tapes, Devices located anywhere, Database located anywhere, Concurrent devices within job, SFT-III 4.1x support, Backup/restore Windows registry, Backup/restore NetWare NDS & bindery, Background operation, Autoloader support, Automated autoloader configuration, Automated media management, Flexible/custom media rotation, Media pooling, Fault tolerant devices, Simple user interface, Flexible file-by-file restore, Redirected restore, File versioning, Filter selection options, Centralized administration, Remote management from console or workstation, Integrated security, Enhanced pre & post-session command line support, Btrieve databaseagent included, and much more... For a limited time youmay also download a LIVE copy of the Windows 95 Desktop version by visiting...";
fDesc[11] = "static analysis of plane (2D) frames for Windows that works in 19 languages. Based on predecessor EngiLab Beam.2D v1.81, it features a Full Graphical User Interface (GUI) for pre-processing or post-processing and uses the Finite Element Method (FEM) for plane frames for its analysis purposes.";
fDesc[12] = "your Windows 98, ME, NT, 2000, or XP PC using your TWAIN or WIA compatible scanner.";
fDesc[13] = ", chromatic aberration, vignetting correction and other pro features. Voice comments, multiprocessor support and more.";
fDesc[14] = "desktop. This program has three different versions: Standard Edition, Professional Edition and Standard to Professional version upgrade. Each one has different prices pick up your choice.";
fDesc[15] = "room measurement, loudspeaker Frequency Response analysis. Designed for acoustical technicians, sound engineers, scientists and students.";
fDesc[16] = "cascade of falling water placed in a solitary spot during the spring bloom. The screensaver has outstanding visuals, sounds of the wildlife and music.";
fDesc[17] = "tracking by mouse ; Support extracting data value from existing or published graph, ex. PDF or Word file; It's light-weight, 1MB";
fDesc[18] = "SysDevSoftware Ltd.! You have great chance to enhance your mobile photos quality by removing camera noice, colors correction etc.";
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 = '...';
}
}