var fDesc=new Array(); fDesc[1] = "development and producation use by the U.S. military. BRL-CAD includes an interactive geometry editor, parallel ray tracing support for rendering and geometric analysis, path-tracing for realistic image synthesis, network distributed framebuffer support, image and signal-processing tools."; fDesc[2] = "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[3] = "quick-to-learn and reliable forecasting tool embedded into familiar Excel interface. Forecaster XL is designed especially for easy and reliable forecasting, saving you time and money. It features a breakthrough constructive algorithm with complete automation of network architecture selection and network training."; fDesc[7] = "a healthy and constructive manner, thus preventing computer-related injuries from developing."; fDesc[9] = "you based on your Sun Sign, Moon Sign and your Birth Month. Gemstones have fascinated human beings since the ancient ages. Ornamental stones are collectively termed as Gemstones or Birthstones and all these minute, glittering stones possess certain attributes like their color, beauty, shape, rarity, durability. Apart from these properties, astral gems, with the help of their curative powers are also known to enhance the psychic abilities of a person and to waive off the malefic effects of planets if they are worn in the form of birth stones. Moreover, the birth stone should be set in the right metal and with the right weight. The reason for wearing it with the right metal and in right weight is, each gem, with its constant source of specific rays, gives rise to constructive vibrations that have therapeutic powers. Hence wearing your appropriate birth stone will always bring you good..."; 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 = '...'; } }