var fDesc=new Array();
fDesc[1] = "screen, an application, an active window or even a particular area of the screen. You can perform the capture from the application interface itself or by using different combinations of keys. The program is also capable of adding a number of interesting effects.";
fDesc[2] = "you are using a microphone or have a built-in microphone in your web cam. The trigger alerts can be customized, and you can configure the program to record audio and video when an alert is triggered.";
fDesc[3] = "program has the ability to capture the full screen, an active window, an active window client, or any part of the screen in the form of a rectangle, square, ellipse, circle or polygon in a snap.";
fDesc[4] = "including full screen capture, region capture, window capture, scroll capture, directx capture, video screen capture, sound record and etc.";
fDesc[5] = "seconds. The program includes three capture modes: a window or menu, a free region or a fixed sized region. In the latter you can select the exact width and height of the region.";
fDesc[6] = "main screen (that is, creating a snapshot of a screen or active window), Capture Assistant adds several tools to capture virtually anything that you can see on the screen and then edit, print or share it.";
fDesc[7] = "can extract pictures from most popular video format file, as it supports WMV/ASF/ASX/WVX/WM/WMX /RA/RM/RMS/MND/RAM/MPG /MPEG/RMM/R1M/MP2/DAT/ AVI/FLV/VOB/MOV/QT.";
fDesc[8] = "web page visible in a window, but the entire web page including the page bottom. Using the traditional Print Screen method you get only what you see on your screen in the screenshot.";
fDesc[9] = ", JPG, GIF or TIF file. SmartCapture provides you with the possibility to adjust the quality settings according to your needs and preferences, a feature that indubitably enhances its functionality.";
fDesc[10] = "most popular video format such as AVI, FLV, ASF, MOV, RM, RMVB, WMV, MKV, VOB, MPG, MPEG etc. Except that frame grab ability like others video-frame-capture software, Video Snapshot Wizard can also edit frame image, output as BMP, JPG, GIF graphics, and can even rebuild the frames to create animated GIF image or movie thumbnails. Features Capture frames from movie files. Support the most popular video formats. Support Continuous Capture Mode. Display frames using thumbnails view mode. Output frames as a custom-defined animated GIF image. Edit your favorite pictures and make your thumbnails.";
fDesc[11] = "storing information for later use. Webpage capture makes an image of the Browser's content page.";
fDesc[12] = "a variety of different ways. These options include capturing a single window with which the users can take a screenshot of the active window only. Users can also selct to take the snapshot of only a limited area on their screen.";
fDesc[13] = "ask you for an URL of a site that you want to capture. Then, it will access it and create a JPEG capture of the whole site. The other way to do this is having a Print to PDF plug-in on your browser, so that you can go to PRINT and save the whole contents of the site into a PDF file.";
fDesc[14] = "able to take the screenshot of the whole web page as JPG, BMP, PNG, TIFF and GIF in a very effective way. The internet explorer's functionality to take (capture) a snapshot of a given URL is used bythe HTML Snapshot ActiveX Component for its purpose.";
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 = '...';
}
}