var fDesc=new Array();
fDesc[1] = "favorite audio files. It is very easy to use with very comprehensive functions for the management and playback of audio files.";
fDesc[2] = ", using backgrounds, animated graphics, music and sound effects. You can use the Lite Edition for free, if you want more complex functions, you will need to upgrade to the Pro Version. You can even sell the games you produce.";
fDesc[3] = "pinball table you can imagine. The process is very interesting, even when it can take some time. Future Pinball will provide everything you need on convenient toolbars on hand. It’s not only a pinball editor but also a simulator so you will be able to play on your tables.";
fDesc[4] = "Fixed in this version: support for valid flash, for valid image, and for valid horizontal line XHTML, and enhanced support for the phpDocumentor, highlighting phpDocumentor tags, one-click add phpDocumentor documentation to functions and classes feature, and PHP Syntax Check and more.";
fDesc[5] = "source code. It is an advanced tool supporting syntax highlighting, Code Templates, unlimited text size, etc.";
fDesc[6] = "create and manage database for MySQL, Oracle, MS SQL, etc. in the easiest way. This software also provides a complete range of tools, commands, and options that can be customized to our needs and preferences.";
fDesc[8] = "creating web pages using HTML, XHTML, DHTML, as well as inserting Scripts anywhere in the page such as Javascript, VBScript, and all kinds of facilities for developing web pages using CSS 2.0, PHP 5, ASP, XML, JSP, SSI, WML 1.1, HDML 3.0, SMIL, PERL, SQL, etc.";
fDesc[9] = "software could connect to any database that provides an ODBC connection interface. The program also features XML View, XML Tree, XML Grid, and XML Script modes for final XML output editing.";
fDesc[10] = "provides you with a lot of different functions. If you are a programmer or a user who uses PHP and HTML languages, then this program is the right choice. This software allows you to open unlimited-size text files.";
fDesc[11] = "and other languages source code. It is an advanced tool supporting syntax highlighting, Code Templates, unlimited text size, etc.";
fDesc[13] = "700 fully automated submission scripts. It generates detailed reports and maintains a comprehensive submission project history. It includes an engine profile editor, which will enable you to create your own automated submission scripts for any engine on the net. Comes with free script upgrades and has support for third party engine expansion packs.";
fDesc[14] = ", binary and hex, and can be edited in the same base as the display. ASHE has advanced search functions and is capable of editing very large files.";
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 = '...';
}
}