var fDesc=new Array(); fDesc[1] = "Bars\". Microsoft Engineers now thougth it would be a good idea to change all the menus in order to make easier to see at a glance, Lets wait a little and see what the users think about this new experience. I think the change is good, but not that good."; fDesc[2] = "using FTP clients as It copy the files from your Computer and uploads them to your website . It doesn't require any user experience ."; fDesc[3] = "can easily be used by any user, even by a beginner. Just write the html code in the \"Design\" window and use tags from the toolbox with editing tag properties, and change the style of the text."; fDesc[5] = "features which satisfies the every creative needs of the graphics users. It is easy-to-install, repair, manage and fast enough with a wide range of tools and special effect features. Packed in a 3CD media, it includes a number of clip arts and 3D text effects to make your work easier than ever."; fDesc[6] = "of this program, you are able to vary their background and text by customizing their dimension, texture, shadow, lighting, and shape. You will not need any extra effort to learn to create unique and professional custom 3D buttons for Web pages and projects."; fDesc[7] = "it. Screen Calipers will help you to adjust a web page layout, a picture that you want to fit in a frame, any project that you are working in, charts and blueprints for architects and anything else that comes to your mind."; fDesc[9] = "a very powerful desktop blogging application that is not only lightweight but also very user-friendly. Post2Blog also includes some handy plugins for Firefox, Microsoft Word, etc that allows you to post to your blog directly from within the application."; fDesc[11] = "stand alone applications requiring a more effective look. Easy creation of button collections and navigation bars."; fDesc[14] = "or texts, and add sound to your Flash movie. Define buttons and OnClick or OnOver actions. Export animations in SWF format and generate HTML code necessary to integrate Flash movie with your Web page. Flash Designer works with all HTML editors including Microsoft FrontPage, Macromedia Dreamweaver or GlobalScape CuteSite."; fDesc[15] = "them to your HTML website, or even directly to Microsoft FrontPage with the add-on already included in the program. The program can display unlimited slides in JPEG or SWF files."; 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 = '...'; } }