var fDesc=new Array(); fDesc[0] = "TownScope is a multi-disciplinary consultancy dedicated to urban design. Through its graphical interface and powerful interactive analysis tools you can quickly evaluate and compare different options for one given project. Solar access : assessment of direct, diffused and reflected solar radiation. Thermal comfort : evaluation of human thermal comfort in an urban open space. Sky opening, View lengths and Visibility analyses provide perceptive qualities of urban open spaces."; 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 = ''; } }