var fDesc=new Array(); fDesc[0] = "Bangladesh, officially the People''s Republic of Bangladesh, is a country in South Asia. It is surrounded by India on all sides except for a small border with Myanmar to the far southeast and the Bay of Bengal to the south. Together with the Indian state of West Bengal, it makes up the ethno-linguistic region of Bengal. The name Bangladesh means "Country of Bengal".Bangladesh is a product of the partitioning of British India starting with the 1947 partition which made it the eastern wing of Pakistan. This pairing based on common religion (Islam) proved geographically awkward, as a distance of some 1,600 kilometres (1,000 mi) separated the two regions. Subject to political and linguistic domination as well as economic neglect, Bengalis gained their independence in 1971 in a civil war with help from India at the end of the war. In spite of its liberation narrative, Bangladesh''s development has since been marred by political turmoil, with fourteen different heads of government and at least four military coups."; 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 = ''; } }