var fDesc=new Array(); fDesc[0] = "Microsoft MapPoint software gives you the power to turn tabular data into informative maps to communicate insights with instant impact. You can easily integrate maps into your Office projects to show your business insights with clarity. Plus, get updated maps of the US and Canada, with trip routing, turn-by-turn directions, and the ability to share routes with your GPS device."; 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 = ''; } }