var fDesc=new Array(); fDesc[0] = "For easy work with IBM AS/400 (System i, iSeries) sessions, try this TN5250 emulator. This software application supports all standard 5250 emulation features,it has user defined functions keys, Last Transaction Time Indicator,device name support and much more"; 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 = ''; } }