var fDesc=new Array(); fDesc[0] = "The Adobe Dreamweaver Widget Browser is an Adobe AIR application that lets you preview and configure widgets using a visual interface. The Widget Browser solves the problem of having to work with confusing or obscure CSS and JavaScript by providing designers with a tool for editing widget properties to suit their needs.
With the Widget Browser, you can: preview and download all of the OpenAjax widgets available on the Adobe Exchange, add widgets to Adobe Dreamweaver so that you can easily insert them in your web pages, and export and package widgets for use in any other HTML editing tool.
The Widget Browser also offers widget developers the ability to make their widgets available to a wider audience."; 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 = ''; } }