var fDesc=new Array(); fDesc[0] = "This program is designed to automate your equipment maintenance records and scheduling. The program will track your maintenance history and warranty information, making monitoring your operating costs a snap. You can also print several analysis reports should you need them. It works on Windows 95/98/Me/NT/2000/XP/Vista/7 and Windows Server 2003/2008."; 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 = ''; } }