var fDesc=new Array();
fDesc[1] = "more from their player. Its forward backward button option, media library, online music search option, minimode are very useful additions. All this packed in a simple interface and makes it a great media player to work with.";
fDesc[2] = "photos with friends and family is as easy as pressing a button!";
fDesc[3] = "advantages of the new enhanced user interface. In addition, virtually anyone, anywhere can intervene in the review process with Autodesk Design Review, the free integrated solution available to consult, write and revise designs electronically.";
fDesc[4] = "resolution and picture adjustments. Tray Icon enables user to launch the application and set it to mini-mode. Picture Slideshows can be created using the Stitch-Video feature.";
fDesc[5] = ", NTFS 2.0, FAT32 or FAT16 file systems in a snap. It retrieves any type of files lost due to accidental removal or deletion from the Windows Recycle Bin. The interface is really simple and intuitive, and does not include any complex feature.";
fDesc[6] = "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[7] = "further, as it also captures complete Web pages or some chosen parts of them without the browser frame, adding itself as an intelligent toolbar.";
fDesc[8] = "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[9] = "graphics editor. IconDeveloper doesn't. Instead, it assumes that most people who want to create icons are either going to create them using an existing graphics package like Photoshop, MS Paint, CorelDraw, or they take existing images (.BMP, .PNG, .JPG, etc.) and turn those into icons. So instead of putting effort into a bitmap editor, IconDeveloper focuses itself on making it really, really easy to turn existing images into Windows icons and allowing for common modification of those icons (resizing, color changing, etc.). The result is a program that makes icons extremely fast, extremely well and extremely easily.";
fDesc[10] = "and recoups the wasted space. Its features include Defrenzy, Frenzy snap, Refrenzy, and Frenzyman. Defrenzy allows you to delete all the fonts excluding the necessary fonts required for MS window operations.";
fDesc[11] = "let you create 360° interactive web pages with Hotspots to other scenes, web pages or multimedia. This can be used to produce virtual tours of real estate properties, tourist destinations, showrooms or shopping malls.";
fDesc[12] = "handy program you will be able to open more windows and run more programs without overcrowding your screen. The user interface is really intuitive and simple.";
fDesc[13] = ", 3pt. Circle, 2pt.Arc, 3pt. Arc, Ellipse, Point, Polygon, MultipleLines, Place Text, Ortho Dimension, Radial Dimension,Angular Dimension, Leader, Snap Point, Snap Object,Snap Midpoint, Snap Percentage, Snap Perpendicular,Snap Tangent, Snap Intersection, Blank Line, Confineto Angle, Associates(Pre-drawn collections of objects).Editing Tools: Object Select, Window Select(with filtering by layer, object type, line width,line type), Break, Trim, Copy, Stretch, Mirror,Radial Copy, Rotate, Concentric Copy, Scale, Erase,Change.";
fDesc[14] = "between other things. With this software, you are going to be able to find pictures on your computer, watch them, print them and send them via e-mail.";
fDesc[15] = "that it is very quick in burning CDs. The Snap 'n Burn utility is having a unique and very useful burn proof mechanism which saves the disks from any error while writing data into them.";
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 = '...';
}
}