var fDesc=new Array(); fDesc[1] = ", use and manage picture information, archive, print, make CD or 3D pictures."; fDesc[2] = "games. With a similar exciting action such as that one experienced while playing Hop and Dodge, Varmintz has come into existence to deliver fun and entertainment all throughout its 50 crazy levels!"; fDesc[3] = "cards, sound, in-depth statistics, and solitaire for points in solitaire quests."; fDesc[4] = "three windows: Code editor, Visual editor and Preview. Tables, fonts, frames, forms, backgrounds, icons, toolbar buttons, blog icons, image borders, etc., are ready to be inserted and dimensioned for the user to build whatever is necessary for the project."; fDesc[5] = "Windows that helps you create problem-free HTML and XHTML documents. It's also a great learning tool."; fDesc[6] = "of Flash websites, HTML websites and Flash presentations."; fDesc[7] = "card games such as Spider, Freecell, etc. And you will be able to learn solitaires not found elsewhere."; fDesc[8] = "It features slideshows, templates with three-dimensional effects, high transparency and even Vista-looks, along with useful tools for a highly sophisticated website design and management."; fDesc[9] = "and edit new language files, syntax files and script files and even write your own web page.It is also possible to convert text to a different character sets."; fDesc[10] = "who want outstanding results. It is a medium cost image-editing package that will allow you to produce very professional results for a wide range of uses. PhotoImpact Pro takes you every step of the way from transferring and organizing photos to enhancing and sharing images."; fDesc[11] = "websites even without any knowledge of DHTML or JavaScript development. It can generate all types of menus compatible with all common browsers including the Internet Explorer, Firefox, Opera and Safari."; fDesc[12] = "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."; fDesc[13] = "programming. dbQwikSite writes all your code for you. Works with popular databases and web servers. Creates ASP, ASP.net and PHP."; fDesc[14] = "language. This lesson on video format will guide you step by step in creating a Visual Basic project, designing and creating the user interface, and testing your program. In about 10 minutes, you’ll have your first application up and running, in this case, a Web browser."; fDesc[15] = "save you time and unleash your creativity."; fDesc[16] = "broadcasting back to the people. Here, you can watch and broadcast video in TV and High Definition quality. It looks like the former VLC (now is known as VLan) browser plug-in adaptation, supported for some kind of P2P bandwidth sharing."; fDesc[17] = "exe games to cool web games. You needn't know Java or Flash, most work can be done in a few minutes by clicking mouse."; fDesc[18] = "network support and no limitation for the amount of users. In addition to the multi-user support there’s the multi-language support. It's also a multi-platform database (Windows, Linux and Macintosh)."; fDesc[19] = "need for experience, and no need for any additional software! Let Sitecraft do the hard work for you!"; fDesc[20] = "removes outdated files. Now you can sync your files with just a single mouse click!"; 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 = '...'; } }