var fDesc=new Array();
fDesc[1] = "through a plug-in. This program enables corporations to easily visualize, analyze and manipulate data for efficient enterprise information structural design.";
fDesc[2] = "structure and content. What has been said could sound little for many people but it’s not since the extremely complex that mathematical expressions can be.";
fDesc[3] = "Fixed in this version: support for valid flash, for valid image, and for valid horizontal line XHTML, and enhanced support for the phpDocumentor, highlighting phpDocumentor tags, one-click add phpDocumentor documentation to functions and classes feature, and PHP Syntax Check and more.";
fDesc[4] = "files. This incredible program enables you to fold and highlight code and offers auto completion for default flash functions and user added functions.";
fDesc[5] = "Excel or a database, create DXFs from DWGs, find and replace text, etc.";
fDesc[6] = "acts as a single tool to translate all the leading file formats including FrameMaker, XML, HTML, MS Word, Powerpoint, Adobe Indesign. It also accepts all major source files.";
fDesc[7] = "never miss any of them. To create an event you double click on the day you want or go to the event tab, and complete the different fields that include subject, location, label, start and end time, task status, etc.";
fDesc[8] = "graphically reverse engineer, create and modify a database through ODBC and perform advanced SQL functions. For a single price you get all the supported platforms, Linux (32 and 64 bit), Solaris, Windows, HP-UX and Mac OS X. Discover what database professionals have known for years - that enterprise databases are designed with enterprise modeling tools. Why has this been a secret for so many? Why do so many labor with buckets full of error prone, undocumented, SQL? Well it seems no one has been able to pack the features of a quality data modeling tool into a product at an accessible price - not until now. Data Architect is an emerging enterprise tool for designing databases at all levels of an organization using the same concepts found in tools costing thousands of dollars! Major Features: Workspace/Project oriented environment ERD centric data modeling Logical Data Model Physical Data...";
fDesc[9] = "engineering for Java,C,C++, C# and VB.Net. HTML document generation. Fast and easy to use. www.metamill.com";
fDesc[10] = "contains about 50 PCs - you may need MP3Finder, if more - MP3Finder is absolutely necessary to you. The first thing that you possibly will want to find is MP3-files in your LAN, second one - video-files, third one - some installations (to avoid downloading ones that already have been downloaded). MP3finder is a handy tool to scan your LAN for files. Main Features: Fast - MP3Finder uses multithreaded search engine; Configurations - for most frequent searches; Flexible search - limiting PCs, Shares, Files by supplying include/exclude masks; Save/Load to/from XML; Export to XML/HTML/Text; Flexible display of search results; Playback of MP3-files (Winamp, Sonique, RealPlayer, MediaPlayer); Find text in search results; Hidden shares - on NT/2000/XP MP3Finder can search hidden shares; Search statistics.";
fDesc[11] = "metadata editor, allowing you to embed tagged information into your FLV files. The metadata can later be printed in either XML or YAML format. As a bonus, this application includes a convenient Flash player.";
fDesc[13] = "Chinese, Korean, Russian, Greek, Thai, Hebrew, Arabic, and other languages on any language version of MS Windows.";
fDesc[14] = "and testing XPath expressions against them and managing the expressions in file libraries.A unique feature of this free tool is the ability to (with a double-click) 'step into' any part of a complex XPath expression to resolve a specific part. File libraries of XPath expressions can be saved and loaded as .NET DataTable XML serialized objects. SketchPath supports XML Packages as used by Open Office XML and ODF.";
fDesc[15] = "open-source software utility for describing different elements present in an image using XML. With this tool you will be able to create your own categories of images, classify your annotations, and add as many of them as you need to more than 45 types of images.";
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 = '...';
}
}