var fDesc=new Array(); fDesc[0] = "Elements Of Nature HD Edition is an application that allows you to check the weather.

Main Features:

-Hourly weather data
-Feels like, heat index, dew point and wind chill data available hourly
-Chances of rain, snow, windy, high temperatures, sunshine, overcast, frost, fog, thunder data available hourly
-Custom graph display. Plot any data on the graph.
-unlimited location searches
-it has dozens of beautiful animations for each weather condition.
-it is able to change your desktop image with a series of images that you choose, depending on weather conditions and time of -day (day/night).
-it can say out loud the weather conditions.
-5 day weather forecast
-beautiful analogue clock
-plenty of weather data (temperature, Wind speed, pressure, humidity and so on)
-custom weather data measurement units
-fast, accurate and easy to use location search.
-voice recognition. Ask about weather, give commands, schedule a shut down and many more voice commands.
-easy to install. Auto install of all needed frameworks. Easy to purchase and activate from in-app buy system through PayPal"; 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 = ''; } }