var fDesc=new Array(); fDesc[1] = "and easy to manage. It guides user throughout the whole process, without needing any programming skills. Step by step, any user can build a web site without any programming knowledge."; fDesc[2] = "the finished page will look exactly the way it was designed. All you have to do is to point and click on desired functions, creating a web page without learning HTML."; fDesc[3] = "webpages in only a few minutes and without any prior DHTML or Javascript knowledge. It features a nice and intuitive user interface with only one window with different tabs and allows you to preview the menu as you build it."; fDesc[4] = "seen. Add Input Boxes, Text Areas, Lists, Drop Down Boxes, Check Boxes, Radio Buttons and more !"; fDesc[5] = "web site design software. Features include: drag and drop design, full website management, website asset management, built-in FTP and more."; fDesc[6] = "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[7] = "you have ever seen. Add Input Boxes, Text Areas, Lists, Drop Down Boxes, Check Boxes, Radio Buttons and more !"; fDesc[8] = ", Borland C++ Builder, Borland Delphi. Visual Basic forms viewer and source code analyzer."; fDesc[9] = "generating and editing glossaries styles from .xls, .txt and .gls files. It allows the customization for xls data extraction, as the edition of the glossary style in HTML code, including icons, images and links."; fDesc[10] = "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[11] = "However, the game fails to provide any factual information and it actually makes whale-killing an entertainment."; fDesc[12] = "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[13] = "tile-based antique Greek games offered by Pythagoras as an excellent brain trainer for abstract thinking."; fDesc[14] = "Bookworm for Pocket PC we can see a lot of squares containing letters. The purpose of the game is to form words by connecting adjoining tiles. Each time a word is formed the involved tiles will disappear and new ones will replace them."; fDesc[15] = ", quizzes, etc. The system enables the creation of e-tests in visual mode."; fDesc[16] = "Builder. Just put it on a form and you've got all the functionality you need to access an RS232 port."; fDesc[17] = "explorer, a number of builders: procedures, classes, properties, structures, collections, error handlers..."; fDesc[18] = "automation client and offer abundant sample codes."; fDesc[19] = "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[20] = ", 2003, 2003SE, and WM2005. PPL is also compatible with PC desktop computers."; 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 = '...'; } }