$(function() {
		$("#accordion").accordion({	
			header: '.header',					  
			autoHeight: false,
			collapsible: true,
			active: false,
			navigation: 'true',
			animated: false
			});
		});

$(function() {
		$().accordion({	
			header: '.toggler',					  
			autoHeight: false,
			collapsible: true,
			active: false,
			animated: false
			});
		});

$(document).ready(function(){
  $('span').removeAttr('style');
 $('a').removeAttr('style');
  $('p').removeAttr('style');
  $('li').removeAttr('style');
});