$(function() {
	$("#list1").Accordion();
/*	$("#list2").Accordion({
		showSpeed: 50,
		hideSpeed: 500,
		active: "h3.selected"
	});*/
	$("#switch").change(function() {
		$("#list1, #list2").activate( this.selectedIndex-1 );
	});
});
