function highlight_section( type ) {

	return;

	$('#'+type+'_cms .color_back').fadeIn( 'slow' );
	$('#'+type+'_cms .color_back').fadeOut( 'slow' );

}

