// Declare the widget name outside the function so it exists globally.
var Acc1;
// Add a listener that fires after the page is loaded. This runs the actual constructor script.
Spry.Utils.addLoadListener(function()
{
	Spry.$$("#Acc1").forEach(function(n) {  Acc1 = new Spry.Widget.Accordion("Acc1");});
});
