var fDesc=new Array();
fDesc[1] = "animated 3D text and graphics, such as logos, titles, headings and buttons. When you run the program for the first time, you`re offered to watch a Demo Movie that explains how the program works. You can always watch that movie in http://site.xara.com/p roducts/xara3d/demomov ies.asp.";
fDesc[2] = "them. We can upload our images via FTP and we can upload our images to imageShack. The program lets us add texts too and save our work in different ways (create an HTML link code, mouse-overs, a banner ad rotator, etc.).";
fDesc[3] = "backgrounds can replace your standard wallpaper and will breathe new life into your desktop.";
fDesc[4] = "sizes and colors/textures, which you can modify in a variety of ways. The first obvious way in which you can play with these buttons is by changing the text inside them. This is done by simply selecting a button and writing some text in its text field.";
fDesc[5] = "intuitive and easy to use. No skills are necessary for starting the job, but the options and possibilities make this application suitable for beginners and experts.";
fDesc[6] = "the click of a button, from NavBars with menus to animated banner ads.";
fDesc[7] = "good price the users can create and optimize animated GIF images, buttons, banners and other Web graphics that draw the attention of the site's visitors.";
fDesc[8] = ", such as logos, titles, headings and buttons. MAGIX 3D Maker can produce both still and animated graphics that are anti-aliased and optimized for the best possible on-screen appearance, and exported in all the popular formats such as GIF, PNG, AVI and Flash.";
fDesc[9] = "difference to the charm of the homepage of an ordinary website, by adding elegant and stylish buttons and good looks, thereby making it user friendly and eye catching.";
fDesc[10] = "desktop's default icons and cursors properties in a snap. This program enables you to save and restore the desktop layout, rebuild the icon cache or increase its size, remove shortcut symbols, repair corrupted icons, and much more.";
fDesc[11] = "more. We can handle any kind of flash contents and we can create 3D buttons, 3D slideshows, button bars, news readers, Multilevel Menus and more. With the help of this program we can also create flash navigations, flash intros, 3Dflash, flash slideshows, flash banners and HTML websites.";
fDesc[12] = "own screensavers. By using this program, you will be able to add any picture to the program's main window and then play with it until you have the screensaver you want.";
fDesc[13] = "of this program, you are able to vary their background and text by customizing their dimension, texture, shadow, lighting, and shape. You will not need any extra effort to learn to create unique and professional custom 3D buttons for Web pages and projects.";
fDesc[14] = "and animated 3D text and graphics, such as logos, titles, headings and buttons. When you run the program for the first time, you`re offered to watch a Demo Movie that explains how the program works. You can always watch that movie in http://site.xara.com/p roducts/xara3d/demomov ies.asp.";
fDesc[15] = ", then you need Icon Edit Pro as it is a very easy to use strong icon editor-browser for Windows NT/98/95. By clicking the left mouse button you will apply the current tool, and the right mouse button is for defining the active color below the mouse pointer.";
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 = '...';
}
}