var fDesc=new Array();
fDesc[1] = "your web camera output. The program can replace the video output from your webcam with any other video clip or even with images from your computer.";
fDesc[2] = "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[3] = "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[4] = "throttling, anti-leeching, anti-hacking, and features an intuitive multilingual remote web management interface.";
fDesc[6] = "Create a complete profile of the site's structure, files, external links and even link errors.";
fDesc[7] = "This incredible software includes debugging features, a very comfortable editor with syntax highlighting, a syntax check feature that finds errors in your script, and many other features for easy and comfortable Perl development.";
fDesc[8] = "visual displays using JPG or GIF images. Start byselecting an effects style, then choose an image(s), soon you will have an impre...";
fDesc[9] = "Windows address books, Socks5 proxy protocol. Has open ActiveX/COM and CGI/ISAPI interfaces for developers.";
fDesc[10] = "editor/debugger that is similar to products such as Visual Basic and Delph, and a CGI wizard that generates scripts visually.";
fDesc[11] = "for ALP run as desktop applications without need of WEB server or even network. It combines the desktop and WEB programming techniques in one.";
fDesc[12] = "environment and editor for creating, testing, debugging and running perl scripts, directly or through associated html documents. Includes many tools.";
fDesc[13] = "(counters, baners etc.). The image projects are created with a simple visual editor.";
fDesc[14] = "designed in MyCon, Mascon or FreeMascon live. You can choose to just display the report to the enduser in a webbrowser in PDF, XLS or RTF format or email it instead, all using just one call to the MyReporter CGI. The MyReporter CGI includes two main parts: Report Generator, which will take your report template stored in either a file accessible to the CGI or a BLOB column of a report table or a template passed via a hidden webform field. The template will be run and your report dynamically generated using your current/live/real-time database data and displayed to the end-user in either PDF, RTF or XLS formats. SMTP Client, which you can use to either send a quick short email or optionally use to email your report as an attachment to the end-user.";
fDesc[15] = "another that previews the CGI in an internal web browser. Also integrated testing for errors or running normally. It supports 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 = '...';
}
}