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] = "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[3] = "most complete IDEs of the market: with ZendStudio you can improve your skills and enhance your productivity in every stages of your PHP project.";
fDesc[4] = "debug them and preview the result of execution. The program's editor has syntax color coding and a nice class browser. The program has 14 language files.";
fDesc[5] = "enhances the process of editing, analyzing and publishing applications and websites powered by PHP and other web languages. Designed to boost your productivity and simplify complex coding projects through intelligent set of editing tools.";
fDesc[6] = "provides.";
fDesc[7] = "the PHP interpreter and the PHP documentation, PHP Coder gives you a time-saving Development Interface. And it is quite small compared to other language's IDEs and loads pretty fast. And the best, it's FREE.";
fDesc[8] = "starting from editors, syntax checker and highlighter, Web server, FTP client, code debugger, Internal code preview and much more. The software supports many languages and has unicode support.";
fDesc[9] = "or on local computer. You can run scripts in step-by-step mode and to trace values of any variables and script output.";
fDesc[10] = "leverage all the features Visual Studio 2005 provides.";
fDesc[11] = "different queries such as inserting, browsing, modifying, searching and deleting data from PostgreSQL databases. The generated script can be customize the appearance and have multiple languages.";
fDesc[12] = "provides.";
fDesc[13] = "5 Regular Expressions and definable filters. Includes a file compare utility, code beautifying support for top languages and much more.";
fDesc[15] = "the features Visual Studio .Net provides.";
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 = '...';
}
}