$(function(){
	$('.yanVhSlideCenter.fold').click(function(e){
		$('#yanVhSlideCenter div').yanVhSlideCenter();
	});
	$('.yanVhSlideCenter.unfold').click(function(e){
		$('#yanVhSlideCenter div').yanVhSlideSide();
	})
});