var fDesc=new Array(); fDesc[1] = "& predictor tool, plus personal scan zone and a distance measuring tool. Email, pager/cell phone alert"; fDesc[2] = "intuitive interface for weather buffs, stargazers and other interested users. The application includes many attractive features like all the local NEXRAD Radars such as Alaska, Hawaii, Puerto Rico, Guam, United States National Radar and Seven Overlays."; fDesc[3] = "the Internet. Click here to compare what you get with the free version of Weather Depot and with Weather Depot Premium! Weather Depot allows you to easily and efficiently get exactly the free weather information you seek, all in one ?always on? desktop software application. Our aim is to focus on the forecast - what is going to happen - and display this information within our free desktop software application in an easy to understand and informative format. Where others might generalize and look for statistical consensus for their forecasts, we provide explicit forecast details and don?t hide behind uncertainty. In other words, if the forecast changes a little or a lot, your going to hear about it from us."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }