/**
 * WTA
*/
jQuery().ready(function(){
	jQuery('#acc').accordion({
		autoheight: false
	});
});

