
function myFadeImg01(){
	changeTimer = setTimeout(function() {
    			jQuery("#s1_1").fadeTo(1500, 1);
					displayTimer = setTimeout(function() {
    					jQuery("#s1_1").fadeOut(1500);
					}, 2000);
					displayTimer = setTimeout(function() {
    					jQuery("#s1_2").fadeTo(1500, 1);
					}, 2700);
					displayTimer = setTimeout(function() {
    					jQuery("#txt1").fadeTo(2500, 1);
					}, 800);
					displayTimer = setTimeout(function() {
    					jQuery("#yotsuba_1").fadeTo(1500, 1);
					}, 500);
					displayTimer = setTimeout(function() {
    					jQuery("#s1_2").fadeOut(1500);
					}, 6000);
					displayTimer = setTimeout(function() {
    					jQuery("#txt1").fadeOut(2500);
						myFadeImg02();
					}, 6000);
				}, 500);
}



function myFadeImg02(){
	changeTimer = setTimeout(function() {
    			jQuery("#s2_1").fadeTo(1500, 1);
					displayTimer = setTimeout(function() {
    					jQuery("#s2_2").fadeTo(1500, 1);
					}, 3000);
					displayTimer = setTimeout(function() {
    					jQuery("#txt2").fadeTo(2500, 1);
					}, 1000);
					displayTimer = setTimeout(function() {
    					jQuery("#s2_1").fadeOut(1500);
					}, 2500);
					displayTimer = setTimeout(function() {
    					jQuery("#txt2").fadeOut(1500);
					}, 7000);
					displayTimer = setTimeout(function() {
    					jQuery("#s2_2").fadeOut(1500);
						myFadeImg03();
					}, 7000);
				}, 1500);
}


function myFadeImg03(){
	changeTimer = setTimeout(function() {
				jQuery("#yotsuba_1").fadeOut(1500);
				jQuery("#s3_2").fadeTo(1500, 1);
					displayTimer = setTimeout(function() {
						jQuery("#s3_1").fadeTo(1500, 1);
					}, 1500);
					displayTimer = setTimeout(function() {
    					jQuery("#txt3").fadeTo(1500, 1);
					}, 500);
					displayTimer = setTimeout(function() {
    					jQuery("#yotsuba_3").fadeTo(2500, 1);
					}, 2000);
				}, 1500);
}






