Non-Ajax Balloon This example illustrates how to populate a balloon's content using the object's properties <script type="text/javascript"> var hb1 = new HelpBalloon({ title: 'Non-Ajax Balloon', content: 'This is an example of static ' + 'balloon content.', autoHideTimeout: 2000 }); </script> Another Static Balloon This balloon and the balloon above are identical. The reason I put this o