var fDesc=new Array(); fDesc[1] = "to create your own icon for your program. Set an attractive system tray icon. You don't need to dig into native codes to do that. Well, that's Java.Expect much more feature soon."; fDesc[2] = "Program often can not completely uninstall some applications and broken registry keys. Revo Uninstaller is a better and easier way for you to completely uninstall any unneeded application that standard Windows Add/Remove Program can't remove."; fDesc[3] = "original source code from the already compiler binary CLASS files that is Java Applets. Besides, it is a fully featured Java editor that uses graphic user interface with syntax coloring. But you do not need to have Java Virtual Machine (JVM) or other Java SDK pre-installed."; fDesc[4] = "enabled computer (with Java 1.4 or later virtual machine). ImageJ can display, edit, analyze, process, save and print 8-bit, 16-bit and 32-bit images."; fDesc[5] = "AMD CPUs under Windows XP. Basically all it does is creating a power scheme under the power settings in the system panel and making this the default power scheme for Windows XP.When this is done, you can control all settings of this new scheme through the applet."; fDesc[6] = "visual displays using JPG or GIF images. Start byselecting an effects style, then choose an image(s), soon you will have an impre..."; fDesc[7] = "to contain a variety of effects... scrollingdirections, font properties, colors and web links can be changed easily using the Marquee W..."; fDesc[8] = "important areas on your Website. Use any text or images you want, or use the ones that come preloaded. Also included are gradient f..."; fDesc[9] = "During download a progressbar is visible. The file download applet is multi language."; fDesc[10] = "HTML code. Now have your Text, Images, and Links scroll up (or down) to announce your news, updates, or descriptions of your w..."; fDesc[12] = "a new option 'Color' in the Windows XP Control Panel. Using this you can view and edit color management settings in Windows XP."; fDesc[13] = "Add/Remove Software control panel applet. The program shows the list of the programs installed on your computer and provides more detailed information about them."; fDesc[14] = "web-based applet to insert in your own webpages. The generated viewer can be customized in colour, size, and font. It also includes a slideshow generator which layout is also fully customizable, including a number of transition effects."; fDesc[15] = "creating Java search engine on Web site. The applet that you make with Applet Site Content Searcher can explore any web site"; 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 = '...'; } }