var fDesc=new Array(); fDesc[1] = "all the functionalities of a typical mixer such as volume fader, mute, cross fader assignment, and additionally contains an MP3/WAV/Karaoke player, possessing all the expected controls including a Pitch/Tempo control."; fDesc[2] = "Editor, BPM Counter, File Editor, Cross Fader, Mixer, File Info Box, CD Player and other impressive user management features, along with the latest hardware controllers."; fDesc[3] = "95/98/Me/NT/2000/XP, it provides full support to skin able interface and Winamp DSP plug-ins. You will surely appreciate this tool after experiencing its upgraded set of advanced features."; fDesc[4] = "plug-in that can be hosted within their music editing studios. Users are presented with a large window interface with all of its controls on one clickable layer that offers them control of all parameters."; fDesc[5] = "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[6] = ", PSR, CVP series etc. It supports PLG boards, Audio parts and up to 32 XG parts. MIDI player, Remote Control Interface, XG-Mapper and much more..."; fDesc[7] = "design, extended functionality, saving space, easy access and improved precision, intuitive interface, idling features, etc."; fDesc[9] = "audio player; it allows its users the opportunity to mix music just like a Disc Jockey. The creative doors can really open up with this software."; fDesc[11] = "much more. Also, enhance your buddy list by removing the ads and giving you access to the powerful features of Messenger Plus."; fDesc[12] = "logging, and much more. Also, enhance your buddy list by removing the ads and giving you access to Extreme Messenger's powerful features!"; 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 = '...'; } }