jQuery(document).ready(function(){

	jQuery('#mycommentform').accordion({
		header: 'h3',
		autoHeight: false,
		collapsible: true,
		active: false
	});
	
});

