var fDesc=new Array(); fDesc[0] = "WXSpots is free software that all responsible weather enthusiasts are welcome and encouraged to use. The software runs on your PC and connects to a server so that you can join our weather community. All observed reports of severe (and routine) weather are relayed to everyone connected. WXSpots will also connect to your home weather station and automatically report when you are experiencing strong winds. Reports can be screened by State, County or a list of Counties. Our WXSpots community includes weather hobbyists, SkyWarn observers, meteorologists, meteorology students, and those interested in severe weather observations."; 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 = ''; } }