var fDesc=new Array(); fDesc[0] = "ASNA Visual RPG (AVR) is a modern implementation of RPG that enables RPG developers to easily build Web and Windows applications. AVR provides direct, secure, and fast access to both files and program objects on IBM’s System i (formerly known as iSeries, AS/400) server. Using a familiar, but modernized syntax, RPG programmers can quickly apply their long-standing RPG experience to create modern applications that connect seamlessly to the System i (iSeries, AS/400) platform."; 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 = ''; } }