var fDesc=new Array(); fDesc[0] = "D-Weather is an Australian weather monitoring utility for your desktop only for Australian condtions. D-Weather offers Current condtions, forecasts, Thunderstorm Warnings, Rain Radars and more.

It also contains a temprature and skycondtion icon which sits your system tray This program uses Australian weather Data to provides it output. This data set is updated every 30 minutes to 1 hour from BoM Weather service."; 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 = ''; } }