window.addEvents
({
		'domready' : function()
		{
			  new Accordion($('content'), 'h2.toggler', 'div.element', {opacity: false});
		},
		'load' : function()
		{
			if(pageTracker)
			{
				$('downloadInstall').addEvent('click', function() { pageTracker._trackPageview('/xpi/' + this.get('href').replace('http://')); } );
				$('downloadInstallAMO').addEvent('click', function() { pageTracker._trackPageview('/AMO/' + this.get('href').replace('http://')); } );
				$('extReaderAuthor').addEvent('click', function() { pageTracker._trackPageview('/.info/' + this.get('href').replace('http://')); } );
			}
		}
});