var fDesc=new Array();
fDesc[1] = "lot of interesting tools. It is not compatible with windows vista and there will be no updates to solve this.";
fDesc[2] = "(e.g. red eye) or get creative. Use for web, email, or print. Photoshop plugins, animation, and much more. FREE. Registration required.";
fDesc[3] = "screen regions, freehand drawn shapes, game screens. Automates tasks like saving, FTP upload, image stamping, more.";
fDesc[4] = "freehand screen captures, annotate them, and put them straight on your desktop, or edit/print/email them.";
fDesc[5] = "first-class screen capture application with an advanced image editing utility - wrapped into one easy-to-use tool! It's perfect for capturing images that you want to include in your Help system, online tutorials, manuals, training handouts, presentations, marketing materials, Web pages, emails and more.";
fDesc[6] = "time the original photo and the sketch. This software lets us apply the following effects: pen, pencil, pastel (plus brush and eraser in the freehand mode). It is also possible to choose a texture for the sketch.";
fDesc[7] = "allows you to browse, zoom, copy and move any thumbnail or image file. ST Thumbnails Explorer supports every thumbnail file like Adobe Illustrator v.7-11, CorelDRAW v.4-12, Macromedia FreeHand v.7-11, CorelXARA / Xara X etc. Folder tree and drag/drop feature enables the user to explore faster.";
fDesc[8] = "capturing the whole display's window and an active application window, Mr Captor is able to take a shot of a randomly chosen part of the image (a rectangular, or elliptic or freehand) and so on.";
fDesc[9] = ", web(FTP), graphic editor, studio, printer. Popular BMP, GIF, JPG, PNG formats are accepted. Features: Dual monitor, Zoom, Scroll, Timer, Favorites.";
fDesc[10] = "skills with your PC. You can create artistic designs, presentations, business cards, invitations, edit photos, apply cool effects, etc. The program offers you a wide range of tools that will surprise you for its ease of use and performance. Besides, it is completely free!";
fDesc[12] = "must-have for graphic designers, printers, service bureaus and publishers; it dramatically improves your workflow, throughput and bottom line.";
fDesc[13] = "capture, video screen capture, sound capture and etc.";
fDesc[14] = "Advanced features include batch format conversion; annotations, thumbnailing; screen capture, painting, slideshow and more!";
fDesc[15] = "your computer screen, apply effects, put text, lines, arrows, translucent shapes with real-world shadow to enhance communication.";
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 = '...';
}
}