var fDesc=new Array(); fDesc[0] = "Absoft Pro Fortran is a suite that automates building extremely fast parallel code on multi-core systems. It includes features such as APO, IPO, PGFDO optimizers and auto vectorization, SMP graphical code analyzer and OpenMP 3.0 support, External Libraries and Tools Plug-in, expanded F2003 and F2008 support and enhanced Fx3 graphical debugger."; 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 = ''; } }