var fDesc=new Array(); fDesc[0] = "The Scout Troop Records Database software is designed for Troop Scouters in South Africa to keep and maintain Scout records based on the very latest Scout Programme. The Microsoft Windows operating system is required. The software package runs on Windows XP SP2, Windows Vista and Windows 7. If Microsoft Office 2010 64 bit is installed on your computer, this package will NOT run (so make sure you install Microsoft Office 2010 32 bit). A 64 bit version of the package will become available at a date still to be determined."; 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 = ''; } }