var fDesc=new Array(); fDesc[1] = "structure for easy access and quick viewing. With this program you will be able to create notes, to-do lists, projects, personal contacts, documents outlines."; fDesc[3] = "SP1a Server Component. The controls helps to create rich browser based UIs. The Operating Systems supported by Microsoft Internet Explorer WebControls Version 1.0 are: Windows Server 2003; Windows XP, Windows® 2000, Windows® XP and Windows® .NET Server platforms."; fDesc[4] = "Version 2.0.0 (Beta Release). Some very great functionalities and features are available in this version and the graphical interface are greatly enhanced with new and easy controls. I invite you all to experience the powerful tools and utilities along with digital image editing and processing appliance of Oriens Enhancer GOLD, all clubbed to one Software, and even great than that, it's FREE.... Some New and Hot Features in Oriens Enhancer GOLD: 1) GIF Animator Cum Frame extractor. With this feature, you can view animated GIF image format and extract all the frames (constituent images) with live preview of all the available images that make up the GIF image. There is also an image File Treeview Browse control for easy search and view of GIF image. You can play, Pause, load, Unload currently animated GIF or you can Save all the Constituent Images in one time (Batch Save). You can start..."; fDesc[5] = "with icons indicating the status per directory. Programs to view the differences (i.e. Microsoft's WinDiff) betwee..."; fDesc[6] = "control and can specify what columns are to be listed or printed. Select filenames only or include file size, date, time, path, extension, attributes, date and time of access, MP3 ID3 tags, etc."; fDesc[8] = ", ToolBars, TreeViews, OutlookBars, StatusBars, PropertyLists and more all based on an ultra-flexible, reusable core control."; fDesc[9] = "tested also are engineered to help you create modern interfaces without writing much line of source code."; fDesc[10] = "DataBinding, full viewstate support, highly customizable styles and behaviors, load-on-demand, checkboxes, multiple postback events."; fDesc[11] = "attachments and urls. User configures desired email subjects. Features full HTML editor for emails and signature."; fDesc[13] = ", icons, contextmenus, non-filesystem items, infotips,renaming.The new version has a variety of new shell functionality ."; fDesc[14] = "fill the tree node content with text in multiple colors and paragraghs, images, custom controls, checkbox, flag and hyperlinks."; fDesc[15] = "select individual modules, forms, classes or procedures. Rearrange the print order. Print the Treeview. Color syntax..."; 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 = '...'; } }