var fDesc=new Array();
fDesc[1] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur .";
fDesc[2] = "applications and standards-based Web sites Designing Web pages in conditions equivalent to a real browser, without losing direct access to the code, thanks to the new Vista feature live Dreamweaver CS4.";
fDesc[3] = "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[4] = "such as clear org charts, complete maps, spectacular flowcharts, time lines and much more in just minutes in a very easy way. No experience is needed.";
fDesc[5] = "player, using video files or an already authored DVD, saved on your PC. Video DVD maker will allow you to import video from video files in different formats, including AVI, DIVX, XVID, MP4, MPG, WMV and ASF.";
fDesc[6] = "professional web sites without any HTML or programming knowledge. The program includes pre-designed website templates, ready-to-use navigation bars and various objects (pictures, text, animations, sounds) for you to customize the overall layout.";
fDesc[7] = "applications and other customized software. It software is based on the Lua scripting engine which is common in all of the Indigo Rose tools. The output so obtained from the software is comparable to the output created by C++ and Java.";
fDesc[8] = "features needed in order to create and design print projects; iron-ons, flash cards, photo albums, even skins for iPod players. With PrintMaster Gold 17.0 users are provided with over 17,500 pre-designed project templates, (7,500 more than in the PrintMaster Silver edition).";
fDesc[9] = "It features slideshows, templates with three-dimensional effects, high transparency and even Vista-looks, along with useful tools for a highly sophisticated website design and management.";
fDesc[10] = "menu bar, one toolbar, two windows and in the foot of the program we can see an advanced box, a filter strenghtt and two buttons more.";
fDesc[11] = "you make up stunning websites for your business, home or school in just few minutes. It´s not necessary to have any complicated HTML or other programming.";
fDesc[12] = "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[13] = "approach and component framework for PHP. The proven and familiar RAD approach means you are quickly up to speed and productive. The powerful PHP editor, debugger, and profiler increase coding speed and efficiency.";
fDesc[14] = "image or photo. ImageSkill BackgroundRemover_Demo 2.0 is an excellent tool for designers or for any person who likes to modify their photos or images. How many times you had the idea to change something in an image? This wonderful tool is the answer to your request!";
fDesc[15] = "few that breaks the trend. InsightPoint is a tool for creating vector graphics and images entirely free complex that combines to perfection all the qualities to be treated as a powerful competitor to existing publishers of scalable vector graphics (SVG).";
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 = '...';
}
}