var fDesc=new Array(); fDesc[0] = "Fond of eastern culture? Crazy about beautiful architecture? Then this is exactly th thing you will like! A real pearl of Indian architecture and one of 7 World's Wonders, Taj Mahal is a perfect sample of marble delight and pleasure! Imposing, godlike, shining, despite its enormous height it looks so light and airy, that it seems you are in a fairy dream!"; 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 = ''; } }