var fDesc=new Array(); fDesc[0] = "HTC Home 2 is first of all a widget with a clock, weather forecast and realistic animation. You can watch clouds floating across your desktop, rain drops slide down your screen and even lightning striking here and there. The quality and accuracy of weather forecast are guaranteed by The Weather Channel and MSN and others. HTC Home 2 uses Windows 7 taskbar facilities to display actual weather at the taskbar without opening the program window. To find out what the weather outside is you just need to look at your taskbar!"; 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 = ''; } }