var fDesc=new Array();
fDesc[1] = "and MacOS. Developers can use this great tool to design software using Java SE/FX, Java, Ruby, C/C++, and PHP. It is sponsored by Sun Microsystems and is very powerful thanks to the contribution of thousands of users.";
fDesc[2] = "pretty easy to use. It takes just a minute to make a nice drop down menu with nice graphics and cool behavior, and without write any single line of code.";
fDesc[3] = ", efficient File Transfer Protocol or FTP Client and CuteFTP Home 8.3 could be just the proogram you're looking for. With this program you can transfer files of any type or size including your web pages and any multi-media files to, from, and across the Internet.";
fDesc[4] = "efficient way, and as a result, you will avoid the annoying problem of having to use many programs to open different types of files. In addition, the program offers you a nice and easy-to-use interface.";
fDesc[5] = "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[6] = "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[7] = "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[8] = "Eclipse. With over 1,360,000 downloads to date, thousands of developers a day are discovering why Aptana Studio is now the leading choice of web professionals everywhere.";
fDesc[9] = "to use and it is packed with useful features that, in the end, make your life easier. You can use this FTP client to upload and download files from the web or to someone else's computer, to upload and maintain your web site and so much more.";
fDesc[10] = "viewing right from .jpeg, .gif, .ico, .bmp, .tif, .png, .wmf, .tiff, .emf, .pcx, down to .tga, along with Adobe Photoshop(.psd), text editing options, web contents (HTML) browsing, hex viewing, and loads of other features.";
fDesc[11] = ", right click control. CSS Wizard, iInternal or external. HTM3.2 - 4.1, CSS and PHP function libraries.";
fDesc[12] = "engine site maps with Text, HTML, RSS and XML sitemaps within your root directory. The advantage of this software is, it helps people discover more of your website by placing it in the most popular search engines.";
fDesc[13] = "utilities to work with HTML, CSS, ASP, PHP and JavaScript. It checks syntax, displays highlighted text and includes a CSS editor.";
fDesc[14] = "suitable code for JavaScript, CSS. HTML and XHTML projects. It includes JavaScript, CSS and HTML references for making easier the deployment of all the necessary code to create web pages.";
fDesc[15] = "layout structure. It opens a new folder and name it with the PDF file name. Within this folder, the application stores individual documents that will make up the HTML file. This program works independently, without needing any Adobe Acrobat application.";
fDesc[16] = "allowing you to make dynamic HTML functions. It is a tool for creating and editing programs written in JavaScript. No prior knowledge of JavaScript language is required to use JavaScript Maker.";
fDesc[17] = "PHP portions or files in a very easy way. Using this application, you will be able to convert from as small as one line to as thousands of lines of code in a very fast way.";
fDesc[18] = "format, which is very necessary to make it readable and understandable. It helps to re-indent the code and supports more than 10 file formats. It also supports printing the documents in HTML and converting them to PDF, RTF, images, etc.";
fDesc[19] = "Office Style, which makes it easy to use. It allows the user to create and edit code in HTML, XHTML, JavaScript and CSS, all in a single application.In addition, the software includes some utilities for validating code, as well as reuse it.";
fDesc[20] = "HTML stands for \"HyperText Markup Language\", wich means that, at the beginning, this language was created easy and simple so everybody will use it on the web. The software offers the means to insert Headings, Lines, Paragraphs, Links, Lists, Images and Text presentation.";
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 = '...';
}
}