var fDesc=new Array();
fDesc[1] = "updates and thanks to it we can say it’s the next step in the Access evolution. The user’s disposal – wide library of professionally created templates of applications, makes table-, forms-, enquires- and reports- building easy.";
fDesc[2] = "previewing, and adding comments. Create thumbnails and generate fully customisable HTML index pages ready to be uploaded to your website. Also it supports a wide variety of meta data standads and some movie formats.";
fDesc[3] = "with different types of text formats. Apart from being easy to use and intuitive, it supports a wide variety of popular file extensions.";
fDesc[4] = "originally supported by Windows operating systems. The users can then transfer their typed text to Microsoft Word and save it or print it easily.";
fDesc[5] = "it is to use! Everything is \"drag and drop\". No need to know HTML or any other techie language, its as easy as painting by numbers!";
fDesc[6] = "excellent option to try. This small yet powerful application has many advanced editing features that will make a big difference next time you open and edit a text file.";
fDesc[7] = "makes it better than other editors in its group. It is supported on Windows family operating systems. It supports many programming languages to serve the needs of programmers.";
fDesc[8] = "CHM files - you get a translated document with the same formatting as in the original language by using one of the available translation services. Your translation will be complied saving all html-tags and structure of the source document.";
fDesc[9] = "snap. This version features several improvements and bug fixes. Several improvements have been made regarding template instances editing, including Enter key, transformations, contextual menus and some other.";
fDesc[10] = "WYSIWYG mode, with little HTML knowledge or experience. You can build your pages dragging and dropping images or text until you get the desired look. Then you can upload them to your Website.";
fDesc[11] = "program comes with DHTML & JavaScripts, a DHTML Menu wizard, a big bag of fresh Graphics and 40 bullet proof CSS/XHTML layouts";
fDesc[12] = ", specially for those users who don't want to fight with HTML source code, as they will be able to edit web pages without technical knowledge, just like writing a document in Word.";
fDesc[13] = "seen. Add Input Boxes, Text Areas, Lists, Drop Down Boxes, Check Boxes, Radio Buttons and more !";
fDesc[14] = "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[15] = "any source. The program is overall very easy to use. The installation does not require a lot of space on the hard drive and is completed with just a couple clicks of the mouse. Once installed then it is possible to convert from any kind of source file to PDF or HTML.";
fDesc[16] = "features a very simple and intuitive user Tabbed multi-document interface which is comfortable both for beginners and experienced programmers, making PHP development easy and productive.";
fDesc[17] = "take charge of your code. Fully extensible, with a powerful scripting language to meet the needs of the serious user.";
fDesc[18] = "interface and an impressive array of feature-rich tools, WebExpert gives you a perfect mastery of web design. With WebExpert, you have full control over all web standards like HTML, JavaScript, CSS style sheets, ASP and PHP.";
fDesc[19] = "style) user interface offers many functions in a single click reach. WYSIWYG (What You See Is What You Get) style makes easy to open, save, edit, and create web pages, by means of the buil-in own browser.";
fDesc[20] = "The application scans the web page HTML code checking invalid tags, invalid tags attributes or values, misspelled sentences and invalid characters. It also looks for quotation marks that might be missing or mismatched, missing tags, over the HTML code.";
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 = '...';
}
}