var fDesc=new Array(); fDesc[0] = "SARApAid has been licensed by the National Society of the Sons of the American Revolution as an approved NSSAR Application form software package. It is a stand-alone program, requiring no other application or software package to provide complete entry, editing, saving, recall, and printing of NSSAR Application forms in Win95, Win98, WinMe, Win2000, NT 4.00 , WinXP, Vista, and Windows 7."; 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 = ''; } }