var fDesc=new Array(); fDesc[0] = "Bhuvan gives you an easy way to experience, explore and visualize IRS images.

Bhuvan is an interactive versatile visualization system that allows users to navigate (or “fly”) the entire globe, scanning satellite imagery with overlays of natural resource information, roads, geographic features, and numerous other location-specific data points. Users can add their own points of interest and share them with others, chart routes, plot areas, calculate distances, and overlay separate images onto the application. Bhuvan connects to the Internet, making online resources available in connection with particular places."; 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 = ''; } }