var fDesc=new Array(); fDesc[0] = "Print two greetings cards, and a bookmark for free. It used the sketches and photos, with floor plans of the temple, as well as some help from paintings by David Roberts, which he made in 1838. With these resources it was possible, with a bit of artistic licence, to reconstruct a 3D model of how the hypostyle hall might have appeared in ancient times."; 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 = ''; } }