var fDesc=new Array(); fDesc[0] = "The Presentation Helper widget will prove a useful tool for sustaining presentations.Requirements: Opera. The Presentation Helper widget will prove a useful tool for sustaining presentations. Widgets are applications based on browser technology. There are widgets for just about any purpose: weather forecasts, games, clocks, dictionaries, media players, and much more. To find and install widgets, select Widgets > Get Widgets from the menu. Selecting this menu item takes you to widgets.opera.com, where a large number of widgets is available."; 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 = ''; } }