var fDesc=new Array(); fDesc[0] = "The SACS2010 software contains the components necessary to prepare the 2010-11 budget reports. When the SACS software is installed on your computer, the financial reporting calendars and the SACS Software User Guide will be automatically copied into your C:\SACS2010\Calendars and Manuals subdirectory. To find the financial reporting calendars and the SACS2010 Software User Guide, use Windows Explorer and navigate to your C:\SACS2010\Calendars and Manuals subdirectory. In addition, to help make the software easier to use, the SACS Software User Guide is accessible from the Help menu and also from within the forms and processes in the software by pressing F1."; 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 = ''; } }