
$(document).ready(function(){$('#heading #buttons li').click(function(){$('#panes #content .pane').hide(400);var currentPane=$('#panes #content .pane').get($('#heading #buttons li').index(this));$(currentPane).show(400);$('#heading #buttons li').removeClass('selected')
$(this).addClass('selected');});$('#eclaccordion').accordion({clearStyle:true,autoHeight:false});});