var fDesc=new Array(); fDesc[0] = "Notre Dame de Paris 3D is a free model of the Gothic cathedral from Paris.This free model allows you to see the epic cathedral from all points of view, you can work on visual projects and discover the architecture behind this amazing piece of art and much more"; 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 = ''; } }