var fDesc=new Array(); fDesc[0] = "Embark on a fascinating journey to India, one of the most mysterious and multifaceted countries in the world. Marvel at the exotic beauty and grandeur of an Indian temple with an imposing statue of Shiva in front of it. Let the meditative music and radiant colors take you to the country of mind-blowing diversity and rich spirituality."; 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 = ''; } }