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] = "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[3] = "installed. CDS 2 adds a toolbar to the system tray, and an icon. While running, the program will index the content of your hard disk in the background, to perform searches quickly.";
fDesc[4] = "and professional dynamic menus requiring just a few minutes of time. It contains more than 100 templates, presenting actual design styles like Glass and Vista style.";
fDesc[5] = "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[6] = "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[7] = "a mouseover button maker and a JavaScript editor. With these five JavaScript code makers, any user can create the necessary menus, slideshows, etc. to be included into a web page, without needing any programming knowledge.";
fDesc[8] = "customize each button, to match the web page style or user requirements. Buttons properties can be set from dimensions to lighting.Dimensions can be adjusted in width and height, as well as to set the horizontal and vertical margins.";
fDesc[9] = "AntsSoft have now come up with another such software product called Ultra Button. Ultra Button is a very simple tool to create web based button. Ultra Button Help users to create image buttons or Flash buttons for web pages.";
fDesc[10] = "navigation buttons and DHTML customizable sub-menus for their websites. The program includes many beautiful ready-made templates for one to choose from.";
fDesc[11] = "to use, and it can be a great help for a lone web developer who is inexperienced in designing graphics. There are 11 steps in the whole process of customizing a button. We can change button's shape, font, color, texture and many other elements, as well as apply different effects.";
fDesc[12] = "minutes. The buttons, for use in web pages or applications, can be exported as JPG, BPM or GIF images. Using this software is really straightforward and its interface offers all the necessary tools to give your buttons a great look.";
fDesc[13] = "of the shapes that allows you to create unique buttons that you can export as GIF, PNG, JPG and BMP files. The Shape Editor helps you to create your own and originals shapes. You can export your new buttons to different formats.";
fDesc[14] = "are looking for. This piece of software gives you the ability to create 3D buttons in several shapes and sizes, that can be used in Flash projects or at your website.";
fDesc[15] = "buttons for web pages or applications. With an intuitive interface, this application is very easy to use and the results are of professional quality. Button Maker can create professional looking buttons with only a few clicks.";
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 = '...';
}
}