var fDesc=new Array(); fDesc[1] = "more features like effects and custom filters that give website developers more functionality in showing better graphics. It is a must on every PC, as many sites rely on this plug-in for showing videos"; fDesc[2] = "to design or write code for HTML, SQL, Java, JavaScript, XML, Perl, C++, Python, CSS, and others web programming languages. The applications is designed with a very intuitive easy to use interface."; fDesc[4] = "too advanced and complex, but neither as simple as the Windows Notepad. So, in this case, PSPad is a great solution. This web programming tool will let you to work with many programming languages at the same time, within its easy-to-use, tabbed interface."; fDesc[5] = "template based web developers, because everyone uses menus and buttons on the sites. But creating Menus and buttons from scratch by using web programming languages and graphics tools is a lot of time consuming task."; fDesc[6] = "pictures into powerful and nice looking slideshows quickly. SWFSlide allows addition of narrations, music, text, animation effects, and zoom effects to your slide show. This gives you the ability to publish your slides shows on web sites."; fDesc[7] = "protocol and the web server, then HTTP Debugger is the program for you."; fDesc[8] = "application perfectly suits both simple home users and professional web designers. The important thing about this program is that you don’t need to know difficult web programming languages for creating web albums."; fDesc[9] = "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[10] = "term care insurance. Absolutely no need to know HTML, web programming, scripting or other technical details."; fDesc[11] = ", editing data. Reads your database and creates all the pages for you. Powerful desinger puts you in control."; fDesc[12] = "skills, without dealing with web programming stuff and without using a retouching software for their pictures."; fDesc[13] = "knowledge. It also features many ready-to-use web album templates that can be easily customized for your needs."; fDesc[14] = "search online for something they may use different keywords or kea phrases. Given a single keyword this software returns a list of keywords."; fDesc[15] = "control of output. Using simple 5 steps wizard interface you'll use the right functionality and feel all the power of simplify"; 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 = '...'; } }