var fDesc=new Array(); fDesc[0] = "Lazy-Admin is a small application that will help you to connect your Windows mobile device to PC or server. You can launch unlimited commands anytime from your phone to your computer. This tool will help you to run daily reports via SQL Server, reboot your computer, restart IIS, run automated development builds and do lots of other useful things. If your PC goes offline due to network connectivity or power loss, commands from your phone will be executed when the server comes back online."; 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 = ''; } }