var fDesc=new Array(); fDesc[0] = "Maltego XL (eXtra Large) is the premier edition of the three Maltego clients; it includes all the capabilities and features of Maltego Classic but with enhanced capability of working with extremely large graphs. Just like with Maltego Classic, Maltego XL will allow you to map out a clear threat picture of your entire network making it easy to identify its weak points and abnormalities.

The focus of Maltego is analyzing real-world relationships between information that is publically accessible on the Internet. This includes footprinting Internet infrastructure as well as gathering information about the people and organisation who own it."; 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 = ''; } }