var fDesc=new Array(); fDesc[1] = "possible to handle all the boards in a single canvas and work individually or jointly. This way you can create several designs of various sizes neatly within a single file."; fDesc[2] = "the other armies fighting to control the stage, or to meet other status of victory specified in each scenario. Heroes of Might and Magic III Complete is a compilation of The Restoration of Erathia and both expansion packs."; fDesc[3] = "quite a lot in the past few years. It has included features from virtually every other client out there. I like what they have done to the design, too. The main similarity you will find is its two-panel approach."; fDesc[4] = "for the edition, organization and view of our images files and pictures. It supports multiple formats, including the formats of some digital cameras, so we can manage all them using this fantastic application."; fDesc[5] = ", APE, WV). The analysis is made on contents of a file and values of ID3, ASF, APE tags and names of files."; fDesc[6] = "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[7] = "strategic ability and give you entertainment with a space war against Cosmo Bots. Destroy your enemies and complete the task of covering as much space as you can from the screen board. Each level of the game will bring you new adventures and difficult challenges."; fDesc[8] = "it can find similar images even if they are in different image formats, different bit depth and image sizes."; fDesc[9] = "by file name or size, but also by visual similarity. This application runs the search option very fast and compares and finds the similarity between photos and then processes the results deploying the images. Quite simple."; fDesc[10] = "indexing performance, possibility to index large sets of data performance in minimal time allowing to set an approximate search"; fDesc[11] = "configurable, so you can always make it fit your needs. Files can be compared exactly (byte to byte) or by similarity (approximate match). PictMatch offers many features: Compares picture files across different folders, recursively or not. Two methods of comparing pictures (exact and by similarity). Compares files of different formats (jpg and png, for example). Compares files with different sizes and different resolutions. Optionally can ignore parts of the pictures (ex. logos) when comparing by similarity. Automatic with flexibility: an optional matches window, resizable, with zoom and pan (scroll), allows a visual analysis of the pictures. If you want, you change the action to be taken. All default actions can be configured in accordance to your personal preferences."; fDesc[12] = "games, it has many of the characteristics of today's modern ones. It features crisp 16-Bit pre-rendered 3D gra..."; fDesc[13] = "an insight to any relationship and helps analyze the similarity and differences between couples."; 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 = '...'; } }