var fDesc=new Array(); fDesc[0] = "This ClickOnce application will allow you to submit your data files directly to a central server, where future utilities will allow you to help create the database file. This ClickOnce application will install to your computer. It will also self update, so you will never have to download the installer again to submit your files. Even if NEW features are added."; 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 = ''; } }