var fDesc=new Array();
fDesc[1] = ", 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[2] = "and Windows' notepad is unavoidable. TextPad has a bunch of features that make it a great text editor for many types of tasks. It has all the basic features of a text editor. You can add text and format it in many ways.";
fDesc[4] = "tabbed interface. Search files, strip HTML tags and format text quickly. Use macros and collect text clips automatically on a paste board.";
fDesc[5] = "includes 230 ready-to-use effects, drawing tools, timeline and sophisticated scripting language. You can import vector art, images animation and sounds";
fDesc[6] = "easy to learn and use. It it not much complicated. This is a mid-range to high-end video editing tool. A PC configured with 1GB RAM is sufficient for running one tool at a time but if you plan to run multiple tools concurrently then I suggest you upgrade your setup to 2GB.";
fDesc[7] = "Auto) games series. This Application can be used for GTA3, Vice-City and San Andreas. It can also be used partially for the LCS and VCS.";
fDesc[8] = "our hard drive. Once downloaded, we can go offline and use its built-in browser to view, browse, edit, and search them. It allows us to create E-books with our downloaded information and burn them to a disk. The New Project Wizard will provide systematic instructions.";
fDesc[9] = "VBScript, PHP, etc. that includes a buil-in project preview, many HTML tags, events and attributes, JavaScript events, attributes, functions, statements and over1200 operators. In addition, this set includes an efficient JavaScript debugger to debug JavaScript code and run it safely.";
fDesc[10] = "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[11] = "people that usually creates Setup programs with the NSIS. By using its Script Wizard you will be able to create standard Setup programs with some clicks of the mouse.";
fDesc[12] = "machine. Use our unique Binary Templates technology to understand any binary format. Includes a whole range of powerful analysis and editing tools.";
fDesc[13] = "auto-complete and color coding features. The program offers advanced debugging functionality and has built-in SQL manager, FTP client and integrated web browser.";
fDesc[14] = "edit the fractal flames or you can edit them through the mutation window and through the adjust window. You can also change the form and shape of a flame by using \"scripts\".";
fDesc[15] = "formatting, class and methods auto-completion, indexing of user directories and a lot more. This new version features more extensive configuration wizards for beginner users, and enhanced CSS WYSIWYG tools.";
fDesc[16] = "fully adictive game offers a bunch of new attracting features. With its amazing graphics and visual effects, this suite of the saga delights the already devoted fans and gains new ones.";
fDesc[17] = "and memory, and use scripts and structures -- in a friendly GUI with zoom, multiple views, bookmarks, and drag-n-drop.";
fDesc[18] = "seen. Add Input Boxes, Text Areas, Lists, Drop Down Boxes, Check Boxes, Radio Buttons and more !";
fDesc[19] = "account. UTF-8 support is the most valuable feature, which will encourage programmers to write strict html code; perhaps in other versions ISO-8859 support may be added, which will be a great advancement.";
fDesc[20] = "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.";
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 = '...';
}
}