var fDesc=new Array(); fDesc[1] = "currently used applications. It also offers you many features such as a calendar, web search widget and a click. Object Dock allows you to fully customize the dock, its position and many options and effects."; fDesc[2] = "of UltimateDefrag guarantees maximum system performance not just in the moments after the defragmentation has just finished, but also thereafter."; fDesc[3] = "keyword or phrase in 30+ languages (Unicode supported). It works through Google API and is extremely fast. Get it now!"; fDesc[4] = "clicking on white circles amid the crystals."; fDesc[5] = "changes, the icons in your desktop become disarranged. Enterra Icon Keeper eases the process of getting them back to their positions."; fDesc[6] = "lighting. The software has fast data manipulation and drawing which helps to increase efficiency. It features stretch, position, and mirror, flip and rotate meshes. It allows automatic UV mapping for its effects."; fDesc[7] = "grouping, URL/email highlighting, file transfer, encryption of messages, smilies and icon tray placement."; fDesc[8] = "the cursor changes to these shapes for immediate placement while drawing. . The color of the shaped drawing objects can be changed. The X and Y directions are easily adjustable by the prominent Red Knobs and their values are displayed. ."; fDesc[9] = "Web page or for a presentation. The animation can be created from pictures, 3D text and shapes with soft-edged shadow or opacity."; fDesc[10] = ", buy weapons, powerups all you need to customize your gameplay."; fDesc[11] = "normal time."; fDesc[12] = "interface, CaptioCaptionIt! gives you full control over the placement, color, font, and style of the caption you want to add."; fDesc[13] = "will maximize your Website's Search Engine Ranking. FREE TRIAL."; fDesc[14] = "the first top pages of a search engine result for a specific keyword search."; fDesc[15] = "to hundreds of search engines and Internet directories and rank your site to see how visible you are on the major engines. Website ranking analyzer, HTML doorway page builder, Link Popularity analyzer & Keyword suggestion tool."; 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 = '...'; } }