var fDesc=new Array(); fDesc[0] = "Auto Mouse Mover Software Utility allows you to move the mouse automatically which prevents your computer from logging off. Auto Mouse Software works with all Windows Operating Systems including Windows 10, Windows 8.1, Windows 2000, Windows 7 and other Windows versions. Auto Mouse mover software allows you to move your mouse after a fixed time that will keep your screen active all the time without logging off the computer. No need to install / buy any other hardware device to provide continuous mouse input to your computer. Download Free Auto Mouse Mover and let the utility move mouse automatically."; 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 = ''; } }