var fDesc=new Array(); fDesc[0] = "MapIt is software and online services that enables you to create simple maps from your enterprise data. MapIt software transforms your data into meaningful information displayed on maps while providing access to a wealth of online data, basemaps, and task services from Esri and Bing Maps. MapIt is built on the Microsoft platform, enabling organizations to leverage their developers' skills and IT infrastructure using Silverlight, WPF, SharePoint, SQL Server 2008, 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 = ''; } }