var fDesc=new Array(); fDesc[0] = "NLOGIT Version 5 is an extension of LIMDEP that provides programs for estimation, model simulation and analysis of multinomial choice data, such as brand choice, transportation mode, and all manner of survey and market data in which consumers choose among a set of competing alternatives. NLOGIT has become the premier package for estimation and simulation of multinomial discrete choice models."; 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 = ''; } }