var fDesc=new Array();
fDesc[1] = "web site design software. Features include: drag and drop design, full website management, website asset management, built-in FTP and more.";
fDesc[2] = "monitoring local networks and Internet connections. It captures the data passing through your dial-up connection or network Ethernet card, analyzes this data and then represents it in an easily readable form. SoftPerfect Network Protocol Analyzer is a useful tool for network administrators, security specialists, network application developers and anyone who needs a comprehensive picture of the traffic passing through their network connection or segment of a local area network. SoftPerfect Network Protocol Analyzer presents the results of its network analysis in a convenient and easily understandable format. It also allows you to defragment and reassemble network packets into streams. The program can easily analyze network traffic based on a number of different Internet protocols as listed below. SoftPerfect Network Protocol Analyzer features full decoding of the following low level...";
fDesc[3] = "the creation of multi-platform applications with and without a graphical user interface. wxFormBuilder itself has a very streamlined interface which is very easy to use. This version includes a pretty neat WYSIWYG visual editor.";
fDesc[4] = "However, the game fails to provide any factual information and it actually makes whale-killing an entertainment.";
fDesc[5] = "features an unattractive and simple user interface which can be used by anyone. You can not only solve hundreds of puzzles and crosswords, but also create your own ones using the amazing builders.";
fDesc[6] = ", quizzes, etc. The system enables the creation of e-tests in visual mode.";
fDesc[7] = "Builder. Just put it on a form and you've got all the functionality you need to access an RS232 port.";
fDesc[9] = "spheres. The more rays you catch the faster you progress. However, the game is not a music sync game as it claims to be. And this proves to be the game's downfall.";
fDesc[10] = "explorer, a number of builders: procedures, classes, properties, structures, collections, error handlers...";
fDesc[11] = "form of the Microsoft Excel Book.";
fDesc[13] = "and offer abundant sample codes.";
fDesc[14] = "list elements on every single page of your website, XML Menu uses a single XML file to describe menu content. Uses no plug-ins!";
fDesc[15] = "form or Web page. Support PowerPoint automation client and offer abundant sample codes";
fDesc[16] = "minutes Dynamic Php pages \" NO CODING REQUIRED or PHP KNOWLEDGE \".";
fDesc[17] = "Support Excel automation client and offer abundant sample codes.";
fDesc[18] = "ObjectInspector into emerging state, giving you unbelievable freedom of program editing and form designing.";
fDesc[20] = "The bitmaps or icons included in the components are converted to source code. No more DFM file required.";
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 = '...';
}
}