var fDesc=new Array(); fDesc[1] = "photos with friends and family is as easy as pressing a button!"; fDesc[2] = "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[3] = "easy-to-use product. By using this features rich software you not only can create professional looking logos but you can also use it to create headers for a website page, advertisements and other graphics in fraction of time."; fDesc[4] = "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[5] = "web site design software. Features include: drag and drop design, full website management, website asset management, built-in FTP and more."; fDesc[6] = "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[7] = "changed, and to crawl your site accordingly."; fDesc[8] = "different tools for choosing and comparing colors."; fDesc[9] = "journal, student or personal website with Namu6. One click publishing, picture effects and themes are included. No HTML skills required."; fDesc[10] = "source code. It is an advanced tool supporting syntax highlighting, Code Templates, unlimited text size, etc."; fDesc[11] = "and other languages source code. It is an advanced tool supporting syntax highlighting, Code Templates, unlimited text size, etc."; fDesc[13] = ", PHP, JAVA SCRIPT, VBSCRIPT, PASCAL, SQL and XML etc. The interface of this editor is pretty simple and it is very easy to use. It is a boon for web developers who have just started."; fDesc[14] = "checker, an FTP client, link checker, thesaurus, HTML Tidy integration, right-click tag editing and JavaScripts."; fDesc[15] = "personal website with Namu6. One click publishing, picture effects, themes and clip art are included."; 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 = '...'; } }