var fDesc=new Array();
fDesc[1] = "and precisely. This incredible program offers a comprehensive set of tools that enables you to edit your pictures and assists in transforming your photo ideas into reality.";
fDesc[2] = "predecessor that makes it a much better game. With 160 levels to play in nice environments, Lost World should be a good choice for arcade gamers.";
fDesc[3] = "This program found its market and won a lot of awards. This software will help you to convert your photos and videos into a dazzling and moving TV experience in wide-screen format. It is ideal for novices. There are full set of tools for slideshow creation, with various effects...";
fDesc[4] = "interface enhancements: NextSTART, WorkShelf and NeXuS. Winstep Xtreme raises the usability bar of Windows customization to another level: it adds tremendous functionality to Windows and complete control over every aspect of the User Interface. And it's FUN to use! The more you use Winstep Xtreme the more you'll go 'Wow, this rules!' as you discover all the functionality that lies beneath the breathtaking eye candy. No need to edit complicated configuration files or switch shells either - it's all point and click! All of the hundreds of freely available Xtreme themes are totally resolution independent, do not affect the content of your docks, shelves and menus, and can be switched to at the click of a button - it's that easy! NeXuS is the multi-dock system, and is just perfect for super fast access to your most frequently used applications. WorkShelf is a tabbed dock, better suited for...";
fDesc[5] = "can draw and use all the tools that the program offers like freehand, pen, ellipse, transparency, bevel, contour and more. We can add layers, combine various shapes, convert lines to shapes, we can import these from a web too.";
fDesc[6] = "only and even for printing purpose. It can handle a huge number of extensions including GIF, JPEG, BMP, PNG, TIFF, PSD, PDF and AI/EPS, RTF, EMF.";
fDesc[7] = "rallying game. The Xtreme version also brings road going cars and some other off road vehicles. With over 40 tracks available, the repetitive value of the game is huge. This is a great addition to any racing fan collection.";
fDesc[8] = ", ideal for both print and the web. If you're working with photos then Xtreme Graphic Designer can handle everything from a simple one click auto-enhance of your photo through to awesome photo compositions.";
fDesc[9] = "effects and transitions to create slideshows, video mixing and web albums in minutes. Magix Xtreme photostory is an award-winning application that can automatically create panoramas joining up to 6 images and custom background music.";
fDesc[10] = "Desktops that you can download from www.xtremedesktops.com . Once you install the Xtreme Desktop, the background of your desktop will change, displaying one of the chosen desktop images, three buttons on the upper right corner, and a folder on the lower right corner.";
fDesc[11] = "text effects, videos, music, sounds, interactivities, layer effects. Publish to streaming SWF, DVD, AVI, EXE, web.";
fDesc[12] = "rocket. The game has over 170 levels and good graphics. It is really a good representation of what a breakout game must be.";
fDesc[13] = "your marketing needs with just a few clicks of the mouse";
fDesc[14] = "end date), great task schedules, powerful calendar, planning tool and much more. Never miss a deadline again";
fDesc[15] = "fastest performance, up to 15 times faster than 802.11b. With a maximum wireless signal rate of up to 108Mbps, the 802.11g D-Link Xtreme G DWL-G650 with enhanced 108 delivers excellent and consistent data rate throughput.";
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 = '...';
}
}