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] = "Windows 2000, Windows XP, and Windows Vista 32-bit this is the easiest application that allows you to create your own website within minutes."; fDesc[3] = ", short-answer, jumbled-sentence, crossword, matching/ordering and gap-fill exercises for the World Wide Web. Hot Potatoes is freeware, and you may use it for any purpose or project you like. It is not open-source."; fDesc[4] = "website builder and so users does not required any technical or programming knowledge to create websites. Due to its template based designing process, users can easily add or modify content without affecting the design of the site."; fDesc[5] = ", multimedia, publishing, and more."; fDesc[6] = "many options and features that can be added to your cursors so you will not just have high quality, but also the look and characteristics you want. The edges are clearly defined and the software uses alpha channeling which allows variable transparency of a cursor."; fDesc[7] = "The content of a website is generally decided by using the \"meta\" tag in the HTML code. This program helps to increase a Web site's relevance for a particular keyword and phrase queries in the major search engines. It is really easy to do. Just start a \"new misssion\" and add the keywords."; fDesc[9] = "without the knowledge of HTML. The software utility could be extended with temporal compilation functions and library elements. It allows us to introduce the HTML code and ASP/JSP/PHP, to achieve dynamic and professional applications."; fDesc[10] = "hierarchically, email a selected item, add URLs to and from our browser by dragging and dropping them, create website thumbnail images, and many more."; fDesc[11] = "ask you for an URL of a site that you want to capture. Then, it will access it and create a JPEG capture of the whole site. The other way to do this is having a Print to PDF plug-in on your browser, so that you can go to PRINT and save the whole contents of the site into a PDF file."; fDesc[12] = "unbelievable dynamics to your website. Select design templates and suitable intros, add your own content (text, photos, videos, music, sounds, etc) and your professional, animated website is complete. Just one more click to publish it and your work is visible to the world."; fDesc[13] = "is based on easy-to-use professionally designed templates which are easily filled with text, images, links etc"; fDesc[14] = "create and upload your own adventure games."; fDesc[15] = "networking, path search to other people, chat and Instant Messaging, be notified when someone is geographically near you and much more!"; 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 = '...'; } }