var fDesc=new Array(); fDesc[0] = "Yahoo! Widgets are small, specific applications that you can run on your Windows or Mac OS desktop. They are small and specific for convenience and performance reasons. Because they are so small, Widgets need another application to run. It's the Yahoo! Widget application, and you can download the application and a starter set of Widgets to your PC or Mac.

Widget can do almost anything from displaying a weather forecast to playing a game. Widgets generally sit on your desktop and don't look like applications as we're used to seeing them in a standard window. Instead, Widgets tend to look like small pictures or animations.

The Widget Dock is a column of mini-Widget icons that initially appears at the right edge of the desktop. It's a handy at-a-glance way of keeping on top of the information or entertainment the Widget handles. The dock can be at the top, bottom, left, or right edge of the desktop."; 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 = ''; } }