var fDesc=new Array(); fDesc[0] = "Automatic Shutdown G2 is a small handy Windows utility that helps you set a timer for your computer to shut down. This program comes in handy when you don't have time to wait for a DVD to burn, or a movie to download. The application also gives you a parents mode so that you can see what applications are used."; 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 = ''; } }