var fDesc=new Array(); fDesc[0] = "URBAWIND is a wind flow-modelling software tool especially developed for urban areas. The Pedestrian wind comfort module is dedicated to architects, sustainable and environemental engineers, urban planners and designers. It determines areas of possible wind discomfort to make safe and comfortable urban environments around buildings. It takes consideration of the environment (topography, roughness and vegetation and produces accurate CFD computations for any architectural structures."; 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 = ''; } }