var fDesc=new Array(); fDesc[1] = "a world of mystery and fantasy. You will be transported to a very small room, who knows exactly where. Who can live here? This is not a place for a “common” person."; fDesc[2] = "of pictures each minute. Support of transparence and realtime preview. The feather feature for smart edges with one click. The best: It's free !"; fDesc[3] = "hands to the development community. You can add this quickly installable utility to be added to VB, .NEt of C++ IDE's to manage your application's registry details. Eltima's Manage Registry ActiveX Control can be stated as most powerful tool to ..."; fDesc[4] = "files using scripts."; fDesc[5] = "out there! KJClipper is a very user-friendly digital image editing software tool for amatuers and professionals alike. Crop digital pictures, as well as rotate, resize, color correct, smooth, sharpen, and convert to gray scale. KJClipper is rapidly becoming one of the most popular photo editing software tools on the internet."; fDesc[13] = "different effects you can quickly put the focus on your subject. Use one or all, you decide. No fancy terminology or expensive tools needed."; fDesc[14] = "images. The advanced tool is compatile with most popular cameras like; Canon EOS 450D, Fujifilm S100FS, Nikon D60, Olympus SP-570 UZ, Pentax K20D, and much more."; 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 = '...'; } }