var fDesc=new Array(); fDesc[0] = "PASSER V-09 is a Windows-based, user-friendly signal timing program for arterials and diamond interchanges. It features a traffic (mesoscopic) simulation model that is applicable to under- and over-saturated traffic conditions; optimization of timings to maximize arterial progression; optimization of timings to minimize system-wide delay; bandwidth constrained delay minimization; and a graphic time-space diagram."; 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 = ''; } }