var fDesc=new Array(); fDesc[0] = "My free weather is an internet based software program. As its name suggests, it simply displays the latest weather forecast of the searched city. You can search your city by typing city name or zip code. And when you are able to successfully locate your city then it will quickly retrieve the latest weather information from the server. My Free Weather has an option to select temperature scale from Fahrenheit and Celsius. You can also find out the lowest temperature and highest temperature of the current day and of the next 4 days. This quality application also informs you about the wind direction, wind speed, humidity and visibility etc. Here you can also adjust the weather update frequency from 15 minutes to 180 minutes. My Free Weather also informs you about the weather situation for the next 4 days. You can also save your favorite city names in its favorite cities list to quickly checkout the weather conditions of selected cities. It also shows you the sunrise and sunset time for a particularly searched city. This tool bundled with an automatic live update option. And it is freeware."; 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 = ''; } }