var fDesc=new Array();
fDesc[1] = "deliver superior quality on the Web. With this program you can Reduce complexity and ease data integration by using powerful design tools and task panes to quickly incorporate XML data.";
fDesc[2] = "WPF base (Windows Presentation Foundation). WPF is a graphical subsystem in .NET Framework 3.0 and later versions. It uses a markup language, known as XAML, which can be used to create a rich development interface.";
fDesc[3] = "experiences with Microsoft Silverlight. Microsoft Expression Encoder 2.0 is a tool that simplifies analog data into figures conversion processes, improves image quality and publication of multifunctional media content.";
fDesc[4] = "assets for effortless retrieval and presentation. Expression Media makes digital asset management easy—just drag and drop to import more than 100 different media formats, including digital RAW files.";
fDesc[5] = "complex regular expressions just by selecting its different components from a menu. Then, you can test the created expressions entering values to them. The program will also assist you in creating a replacement string for a given expression.";
fDesc[6] = "elements for both Web and desktop application user interfaces.Use Expression Design's powerful vector drawing and editing tools to explore new artistic possibilities and create compelling graphic designs and illustrations.";
fDesc[7] = "re-sizable rolling display that stores all of your inputs and results. This calculator has more than one hundred functions, including algebraic, transcendental, trigonometric, hyperbolic, engineering, statistical, and financial functions.";
fDesc[8] = "you get correct results. With Calculator Prompter you can enter the whole expression, including brackets, and operators.";
fDesc[9] = "The application accepts wildcard symbols as *.txt and supports multiple types for search when separated by ; (semicolon).In addition, advanced searches and replacements can be accomplish by the use of regular expressions.";
fDesc[10] = "strings used in almost any programming language). This application is intended for programmers, especially for beginners to improve their programming skills, who have problems when interpreting and formulating strings.";
fDesc[11] = "simple expression of thoughts. Print Perfect Deluxe has more than 210,000+ high quality images. The software allows customization by providing 3000 projects for editing to suit the needs of expression.";
fDesc[12] = "solve equations. The good thing about this application, is that it allows you to easily calculate logarithms by simply replacing the value of x. The program can solve equations with one variable and it is also a great function analyzer.";
fDesc[13] = "editor FrontPage. The base program from the web editing, FrontPage; is not longer been developed by Microsoft reason why all the users need to move for the next generations of this software.";
fDesc[14] = "for testing online regular expressions. The Regulator offers the option of customizing things for adding own items. This application makes up for the lack of regular expression support in Visual Studio, and it’s an awesome standalone application.";
fDesc[15] = "and scientists to perform complex mathematical calculations. Users of CalculatorX 1.2 can input their calculations such as custom variables easily into the program’s familiar.";
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 = '...';
}
}