var fDesc=new Array(); fDesc[1] = "pre-made logo templates as a start point for your logo project or create a blank logo project and make your own logo from scratch. AAA Logo has it's own vector-based logo objects library with more then 8,500 customizable logo elements."; fDesc[2] = "on a colored background with a soft curved design. In this case, we are talking about an aqua blue background with different shades forming hill-like shapes."; fDesc[3] = "on a colored background with a soft curved design. In this case, we are talking about a blue background with tree leaves in different shades of blue."; fDesc[4] = "fancy stuff or complicated animations. The wallpaper consists of the VAIO logo on a colored background with a soft curved design. In this case, we are talking about a lilac background with white delictae flowers."; fDesc[5] = "colored background with a soft curved design. In this case, we are talking about a light blue background with white flowers. The different colors are just beautiful and they are out of the ordinary, very bright and neon-like."; fDesc[6] = "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[7] = "background with a soft curved design. In this case, we are talking about a green background with waves in different shades of blue and green."; fDesc[8] = "pre-made one included in some of the wide arrange of templates sets that the program has included, or you can buy and download more templates from Laughinbird´s Website."; fDesc[9] = "Photoshop or Corel might sound challenging. It actually is. A lot of technical know-how is required in order to attain professional-looking results. AAA Logo is an application that will allow you to create your company logos in several easy steps."; fDesc[10] = "Start with one of build-in logo template or create your custom logos from scratch. http://www.aaa-logo.co m/"; fDesc[11] = "create art in two or three clicks, the program is based in two different artists styles (Andy Warhol and Roy Lichtenstein). When the program is open you can find a lot of tools to manage your images, you can find three toolbars (Standard, Effects and Text), two windows and two panels."; fDesc[12] = "experienced is required to use this program. You can use thousands of given shapes and text styles to design your own logo, if you are not satisfied with the given templates. You can also mix or modify any given template."; fDesc[13] = "fascinates you. Vista boot logo generator is an application that lets you customize the boot screen of the operating system, that is, changes the logo start on the Windows Vista you want."; fDesc[14] = "it possible to create logos in just minutes. In just four easy steps a log is created and there is not even a need to have a user’s manual to do so."; fDesc[15] = "different formats like AVI, ASF, WMV, DivX, XVid, 3ivx, MP4. It can also convert video to AVI, trim video by setting start and end points, and output to common formats."; 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 = '...'; } }