var fDesc=new Array(); fDesc[0] = "VizManager is an application designed to monitor idle time of "Infor VISUAL" applications and then automatically close all visual windows after a set period of inactivity. "Infor VISUAL" is an ERP program. The new version has improved interface and supports the new Infor VISUAL application window titles."; 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 = ''; } }