var fDesc=new Array(); fDesc[0] = "With the Bing Map App SDK, you can now create your own map apps built on top of Bing Maps and hosted on bing.com. We are excited to provide you with a rich spatial canvas to visualize content, create dynamic mash-ups and bring maps alive through new technologies and applications to help people complete tasks faster."; 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 = ''; } }