// used for setting the tabindex value for SPRY´s tabbed panels
Spry.Utils.addLoadListener(function()
{
	Spry.$$(".TabbedPanelsTab").setAttribute("tabindex", "0");
});
