var fDesc=new Array();
fDesc[1] = "CorelDraw, the main application for vector design and layout; Corel Photo-Paint for image editing;Corel Capture, a screen-capture utility; ConceptShare, a collaboration service; and the Bitstream Font Navigator.";
fDesc[2] = "Mozilla. Sunbird enables you to add reminders, set alarms, notes or tasks according to your routine in a wonderful and easy way. You can create calendars on your computer or create them online. You can view and manage reminders and tasks by months, weeks or daily.";
fDesc[3] = "analysis, a tool that many companies use to know the sites you visit, and where are you physically located. Tor 0.1.2.19 achieves this by bouncing your communications around a distributed network of relays run by volunteers all around the world.";
fDesc[4] = "Suite, that automatically erases tracks left behind while surfing the web and working on your PC. This incredible also deletes surf history and footprint left behind using Messenger, Google Toolbar and Desktop Search, last files used, music lists in Media Player and search queries.";
fDesc[5] = "leaving a trace. Besides, it has many other functions that could be very useful for you. For example, you will be able to edit the name of entry of a specific program, or explorer where the application folder is, etc.";
fDesc[6] = "deleting directories or files you specify, permanently erase hidden images that your PC records secretly, cleaning your PC secret hidden blackbox, clearing your Browser Search Term History, removing your visited and typed URL list and permantly erasing all temporary files.";
fDesc[7] = "to troubleshoot your Smart BRO broadband connection problem if you use this Quick Fix Tool. Quick Fix Tool is specifically developed to diagnose your Smart BRO Broadband connection problems.";
fDesc[8] = "This tool could be used for vectorizing of charts, drawings, maps and schemes for input to CAD or GIS systems. Also you can vectorize logotypes and other similar line art images for using in Vector Graphic Design software. An application has an option to setup a reference for images, in other words to assign a real coordinates to certain raster points. Thus, you can get vector data not only in the raster coordinates, but real geographical coordinates or in the chart coordinates. Main Features: Create centerlines and outlines Arcs and circles recognition Orthogonal lines recognition Polylines smoothing Vector editor Smart trace method for passing polylines crossings Input raster formats: BMP, GIF, TIFF, JPEG, PCX, TGA, PNG, WBMP, ICO Raster image noise filtration TWAIN32-compatible scanners support";
fDesc[9] = "choice, the most reliable network connectivity control tool on the Internet. Cool and easy.";
fDesc[10] = "and see trending. Uses multiple threads to trace all hops at once for SUBSTANTIAL performance improvements over standard trace routes.";
fDesc[11] = "tracks so that no one can gather information about you: erase cookies, securely delete files, and securely format drives. All three features work pretty well.";
fDesc[12] = "Office documents and removing any instances of hidden data from your workflow.";
fDesc[13] = "connection with a remote PC by sending special data packages and measuring the reply time. The Trace check gives detailed information about the routes of these data packages.";
fDesc[14] = "delete files that might compromise your privacy for good. There are two ways in which Trace Remover can accomplish that goal. The first one is the automatic option: Windows Installation.";
fDesc[15] = "packets across the network. It shows the list of routers traversed exactly like the \"tracert\" MS-DOS command showing the IP, address and hostname of each hop. If a packet does not return within the expected time out an asterisk will be showed.";
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 = '...';
}
}