var fDesc=new Array();
fDesc[1] = "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[2] = "to design or write code for HTML, SQL, Java, JavaScript, XML, Perl, C++, Python, CSS, and others web programming languages. The applications is designed with a very intuitive easy to use interface.";
fDesc[3] = "menus,required Javascript and HTML code on the fly, so you don't need any additional graphics or programming skills and will get instant result.";
fDesc[4] = "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[5] = "buttons. Free download at: http://www.crystalbutt on.com 1000+ button templates included!";
fDesc[6] = ", metallic, plastic and even XP or Vista style buttonss. HTML & Java Script is automatically created! Creating roll-over and animated buttons!";
fDesc[7] = "template based web developers, because everyone uses menus and buttons on the sites. But creating Menus and buttons from scratch by using web programming languages and graphics tools is a lot of time consuming task.";
fDesc[8] = "navigation buttons and DHTML customizable sub-menus for their websites. The program includes many beautiful ready-made templates for one to choose from.";
fDesc[9] = "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[10] = "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] = "Javascript and HTML code on the fly, so you don't need any additional graphics or programming skills and will get instant result.";
fDesc[13] = "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[14] = "Creator. Within just few simple steps you can create from a professional button image to a bar of navigational buttons which can be directly used in your websites. The Web Buttons Creator comes with a Themes Gallery with high quality templates to select from, which can be applied to the entire buttons in your project with just a click. Key Features, * Simple and easy to use interface where you can create up to 31 buttons in one project easily. * Create single state, two state and three states of button images effortlessly for a single button. * Professional Themes Gallery of over 50 high quality templates and over 500 themes. * Change the Button Shapes according to your design needs. * Both Horizontal and Vertical directions of navigation buttons supported. * Easily adjust the Width and Height of the buttons individually or for all at once. * High quality button text rendering with...";
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 = '...';
}
}