var fDesc=new Array(); fDesc[1] = "It is utilizing a database of a whopping 400,000 words and phrases. Means it contains all generally used words. And lots of features Like multi-language support for user interface, English words pronunciation, speech filter, bidirectional etc. and lots more."; fDesc[2] = "because it has features that can greatly ease your work. ShellLess Explorer has a nice, intuitive and tabbed multi-panel Interface. The navigation bar is similar to Windows Vista and you will have a total control where you can go to any location on your HDD."; fDesc[3] = "efficiently handles up to millions of links by using a database. Version 7 features an optional desktop toolbar for faster browsing."; fDesc[4] = "by date, type, size and keywords. It features an attractive interface, a host of after-search operations and flexible administrative settings."; fDesc[5] = "Use the program's advanced reporting features to print keyword analyzer, submission and ranking reports."; fDesc[6] = "and different specialized information sources, applying its own search management tools. Copernic Agent Personal allows you to customize your search, finding and keeping only relevant information."; fDesc[7] = "keyword indexing. You can copy, move, rename and resize image files, or whole directories. Use powerful printing functions for individual images, nthumbnail sheets, or batches of images with specific sheet layouts. Perform color adjustments, sharpen and soften, rotate, crop, and fix red eye!Includes a built in slideshow with transition effects, and more. Create index images and View GIF animations. Supports JPG, GIF, TIF, BMP, PNG, PSD, PCX."; fDesc[8] = "image finder and image downloader."; fDesc[9] = "database solution gives you an easy way to gather and organize information about all your documents."; fDesc[10] = "and many others, SmartEdit will shave hours off of your website design time."; fDesc[11] = "removes the keywords that do not meet your requirements and leaves only the keywords you need."; fDesc[13] = "Saving time which can be utilized to build more targeted keyword lists for more campaigns. Also includes quick Adwords formatting."; fDesc[14] = "pay per click search engines."; fDesc[15] = "more than 40 image effects and image filters, including invert, emboss, gray scale, mage brightness, contrast and color saturation and etc.Image Studio Pro can help you collect and manage your images. You can search the image with keyword and modify the image information."; 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 = '...'; } }