var fDesc=new Array(); fDesc[0] = "The UrbanDaylight is a Rhino5 and Grasshopper plugin that allows designers to simulate and evaluate the daylight potential of large urban designs. The tool automates exterior DAYSIM simulations for all buildings in the city model. Given the solar radiation on the facades, it uses a generalized impulse response to compute the interior illumination on an hour-by-hour basis. This allows us to use the data for climate-based metrics."; 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 = ''; } }