var fDesc=new Array(); fDesc[0] = "AccuWeather.com Toolbar for Internet Explorer is a great way to stay aware. If you are anything like me, you probably constantly check the weather on-line to see how you need to get dressed, if you need to take an umbrella, etc. AccuWeather.com summarizes the information on the website and puts that data into your web browser, the application you spend most of your time on. The toolbar, which contains all that information, will become your main gate to the weather. With it, you can constantly be on top of the weather. You can configure the application to tell you the weather conditions of the place where you live. If you are in the US or Canada, Accuweather.com Toolbar will even alert you of dangerous climatic events. You don't want to miss on a hurricane going your way. Other than that, you also get a day/night forecast and a 15-day forecast, which is extremely helpful. In short, the toolbar doesn't do anything amazing, but it will most definitely save you a lot of time and it is nice to look at."; 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 = ''; } }