$(function() { 

	// activate accordion tabs
	$("#accordion").tabs("#accordion div.pane", {tabs: 'h2', effect: 'slide', initialIndex: 0});


});
