var fDesc=new Array(); fDesc[0] = "Link Explorer is a desktop software application that allows you to apply powerful query and analysis techniques to your data, presenting the answers in a range of visualisations such as link charts, time lines, maps and reports. Link Explorer expands the analytical environment by its integration with two Microsoft tools widely used by analysts and investigators – Bing Mapping and Excel."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }