var fDesc=new Array(); fDesc[0] = "This program will display one of sixty two bible quotes depending on the month and day it is when you start your computer. It will stay on your screen for approximately 30 seconds and then completly self close until the next time you start your computer. All you need to do is download the program, unzip, then follow the directions. After you install the program it will automatically run each time you start your computer. If you wish, you may uninstall this program through Add/Remove Programs located within the Control Panel folder."; 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 = ''; } }