var fDesc=new Array(); fDesc[0] = "DevInfo India is a database with the official statistics originating from various Government of India ministries and departments will provide important insight on various socio-economic concerns for the development of the country and its human capital. Users can drill down through levels of disaggregated data at national, state, district and sub-district levels, and extract information to present the statistical measures of the indicators in the form of maps, graphs and tables using the intuitive built-in wizard."; 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 = ''; } }