var fDesc=new Array(); fDesc[1] = "similar and/or identical ones. The accuracy of comparison is really good. The program supports most of the popular image formats: TIFF, JPG, PCX, BMP, ICO, PNG, WMF, TGA, J2K, and others."; fDesc[3] = "and help you to explore new areas with ease. So, you can maximally use your trip all over the Europe. As compared with the most online cartography sites Autoroute has more personal function for trip planning."; fDesc[4] = ", car??.jpg, *nirvana*.mp3 etc.) on your computer or local network."; fDesc[5] = "this does is show you your location when you are chatting. Now, this application is only really worthy of your time if you have a static IP address."; fDesc[10] = "country of e-mail address registration (and state for addresses in USA), domain owner's name, address, and some other data."; fDesc[11] = "developed for getting detailed information about a user defined IP address or domain. For giving such kind of information the program uses Whois servers located around the Internet."; fDesc[12] = "are curious about. Use it to test your knowledge of the world by having the program prompt you to find certain countries."; fDesc[13] = "IPL you can find out what countries (and states for the USA) the hosts in your list are located in."; fDesc[14] = "easily and fast find photos, movies, music, documents and other files, you can combine simple or complex options. Free download."; fDesc[15] = "names or for specific file types (e.g. all MP3 files). Network File Locator provides a lightning fast search engine and includes the ability to search hidden network resources, restricted access resources, IP subnets, LAN FTP servers and much more. It comes with a built-in password manager to store your network logins for resources with restricted access. Besides the file searching capabilities, Network File Locator offers features that allow you to perform actions on the found items - copy, move, rename etc. Additional features include result sorting, filtering, export, search within results, minimize to tray, and 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 = '...'; } }