var fDesc=new Array();
fDesc[1] = "Basic HTML Document, CSS (Cascade Style Sheets), HTML 4.01 and 4.01 Transitional and XHTML Strict, Mobile and Transitional. It also has design elements, like scroll bars, forms, FAQs and glossaries, as well as Dynamic Pages Templates (Java, JSP, PHP and XML) and Legal Forms.";
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] = "content for your current Web page, Weather reports and Gas prices in your Area and provides extensibility in form of latest News from your favorite Websites and an Excellent AOL Surfometer to show number of pages you have surfed.";
fDesc[4] = "advanced features make the optimum use of all the resources available on the net. Available with various customizable and powerful features to make your internet search easier this toolbar stands out of the crowd.";
fDesc[5] = "ways: HTML code, design graphical view and a true preview of the document in a built-in browser style or on a true browser. It offers three add-ons tools, divided in categories and displayed on tags, to create Java, Javascript, or DHTML buttons, menus, banners and effects.";
fDesc[6] = "with minimal efforts and is capable of doing virtually all the web-related operations. It features a range of capabilities such as Drag-and-Drop, PayPal shopping carts, and it supports all Windows operating system including Vista, IE 7, along with Flash Slide shows, Text FX and more.";
fDesc[7] = "buttons. Free download at: http://www.crystalbutt on.com 1000+ button templates included!";
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[10] = "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[12] = "like) from template files and includes. Free software from the author of the Hal Spacejock series.";
fDesc[13] = "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[14] = "and drop them into Boomer Audio and convert to Flash.";
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 = '...';
}
}