var fDesc=new Array();
fDesc[1] = "such as a built-in pop-up blocker, spell checker, translator, page rank viewer, online bookmarks, auto fill, autolink and many more. It offers a neat ability to search using a search suggestions feature.";
fDesc[2] = "organizing and settings options on your screensavers. To properly speak, you only will be able to manage screensavers created by people from 3Planesoft.";
fDesc[3] = "window. Each site opens in a different tab. User can bookmark all the sites opened in window with one click. It also offers a mini browser, which is useful if you are searching for something while browsing a site.";
fDesc[4] = "developer's website and evaluate for free for a 30-days period. The program is very easy to install and anybody can do it, but during installation we have to restart Windows twice, firstly, after uninstalling any other antivirus program and to activate the program itself.";
fDesc[5] = "Web and from FTP sites. The application uses the maximum available speed for the downloads and multi-channels technology. The 'Express' appellative surname tryies to show the download high speed meaning that the application offers a download time as low as possible.";
fDesc[6] = "tools. Ideal for non-experts. It includes many objects, buttons, 3D graphics and predetermined animations and varied 3D effects to apply to texts. Make adjustments of properties and prospects in a simple and direct manner using the mouse. It runs on Windows 2000 / XP / Vista.";
fDesc[7] = "application works just fine and the conversion experience that provides is absolutely realistic, even for former Mac users. Besides the visual effects implied, the sound schemes that also are included complements the conversion.";
fDesc[8] = "RarZilla is a single window application with no buttons whatsoever. This tool but that is freeware licensed and you can change its skin. Several skins files are available on the Phillip Winterberg’s web site";
fDesc[9] = "can capture full program windows, images that appear in systems with multiple monitors, full spreadsheets, full scroll-down webpages…off-screen content included, all in one single image that you can later edit without exiting Magical Snap 2.";
fDesc[10] = "can draw and use all the tools that the program offers like freehand, pen, ellipse, transparency, bevel, contour and more. We can add layers, combine various shapes, convert lines to shapes, we can import these from a web too.";
fDesc[11] = "Yahoo ID you can immediately start chatting in numerous chat rooms, contacting people from all over the world. If you don’t have a Yahoo ID you can get one right from the very same application, within a few minutes and following simple steps.";
fDesc[12] = "code and visual mode (powered by MS Internet Explorer). The user can be typing HTML code and see how that looks like switching to the visual mode, where the application will display the reault in a WYSIWYG manner.";
fDesc[13] = "free and we can use to get our videos. When you open the program you can find one box in the top and the button add you must to copy your video url and put there and when you click in the add button the video appear in the window below in the first position you can add more videos.";
fDesc[14] = "seen. Add Input Boxes, Text Areas, Lists, Drop Down Boxes, Check Boxes, Radio Buttons and more !";
fDesc[15] = "digital photo album. A flipping sound can be heard while opening the digital album which gives the viewer a feel of a real and attractive flash photo album. FLIP Flash Album Deluxe serves as a most powerful and easy to use tool.";
fDesc[16] = "HTML you can create a wonderful website. You can import pre-made HTML pages, edit or rotate images, apply 55+ effects, create shape and manage transparency. You can create stylesheets, menus, rollover or roll-on click effects, play or stop music, launch Java functions.";
fDesc[17] = "with friends. My Pictures 3D Album is a new extraordinary way to show off and store your photo collection in 3D Photo Albums. This program gives you an opportunity to place each photo in the certain location in picturesque 3D galleries, fine-tune pictures and then view in the 3D virtual space. Albums can be viewed both in automatic mode and manual mode. In automatic mode the program itself guides you through the gallery halls, showing your photos. You can also switch to the free move (manual) mode and wander freely inside the virtual space using a mouse. Every your photo album will be a masterpiece - varying different galleries from our constantly growing collection and your photo collection, you'll be able to create a unique photo album to maintain each memorable moment of our life. You can save your albums both into special My Pictures 3D Album format or stand-alone EXE file that may...";
fDesc[18] = "AntsSoft have now come up with another such software product called Ultra Button. Ultra Button is a very simple tool to create web based button. Ultra Button Help users to create image buttons or Flash buttons for web pages.";
fDesc[19] = ", Logos, Banner Ads and Slideshows for your Website. Make dynamic presentations: Panning, Fade-in, Fade-out, Transitions, 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 = '...';
}
}