var fDesc=new Array(); fDesc[0] = "The Old Rhinebeck Aerodrome is a museum of World War I and Golden Age aircraft and antique automobiles that is located in Red Hook, New York, USA. The proposed scenery includes photoreal textures, all hangars, all the buildings, all iconic objects such as old planes present on site including a 1929 New Standard biplane D-25 piloted by AI."; 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 = ''; } }