var fDesc=new Array(); fDesc[0] = "GWR4 is a tool for modelling varying relationships among variables by calibrating Geographically Weighted Regression (GWR) and Geographically Weighted Generalized Linear Models (GWGLM) with their semi-parametric variants. It allows you to fit a range of GWR models including conventional Gaussian models as well as extensions based on the generalised linear modelling (GLM) framework."; 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 = ''; } }