var fDesc=new Array(); fDesc[0] = "GIPALS32 is a linear programming library offering a simple and reliable way to solve the linear programming tasks arising in logistics, transportation, oil refinery, financial and many other practical applications to maximize profit or minimize costs. The library can easily find a solution or state a solution doesn't exist for any kind of linear programs with an unlimited number of variables and constraints."; 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 = ''; } }