﻿window.onload = function(){
	document.getElementById("beforekiji").onclick = albumbkiji.nextImage;
	document.getElementById("afterkiji").onclick = albumakiji.nextImage;
	document.getElementById("beforekuro").onclick = albumbkuro.nextImage;
	document.getElementById("afterkuro").onclick = albumakuro.nextImage;
	document.getElementById("beforetaro").onclick = albumbtaro.nextImage;
	document.getElementById("aftertaro").onclick = albumataro.nextImage;
	document.getElementById("beforeatom").onclick = albumbatom.nextImage;
	document.getElementById("afteratom").onclick = albumaatom.nextImage;
	document.getElementById("beforemike").onclick = albumbmike.nextImage;
	document.getElementById("aftermike").onclick = albumamike.nextImage;
	document.getElementById("beforetail").onclick = albumbtail.nextImage;
	document.getElementById("aftertail").onclick = albumatail.nextImage;

}



var albumbkiji = {
	imageURL : [
							"../../mycats-introduction/before-after/img/B_kiji_2001-6-10_02.jpg",
							"../../mycats-introduction/before-after/img/B_kiji_2001-6-23_09.jpg",
							"../../mycats-introduction/before-after/img/B_kiji_2001-7-7_02.jpg",
							"../../mycats-introduction/before-after/img/B_kiji_2001-7-21_04.jpg",
							"../../mycats-introduction/before-after/img/B_kiji_2001-7-10_06.jpg"
							],
	nextImage : function(){
		albumbkiji.count++;
		if (albumbkiji.count >= albumbkiji.imageURL.length) albumbkiji.count = 0;
		document.getElementById("beforekiji").src = albumbkiji.imageURL[albumbkiji.count];
	},
	count : 0
};
var albumakiji = {
	imageURL : [
							"../../mycats-introduction/before-after/img/A_kiji_2006-07-29_006.jpg",
							"../../mycats-introduction/before-after/img/A_kiji_2006-09-12_020.jpg",
							"../../mycats-introduction/before-after/img/A_kiji_2006-10-23_008.jpg",
							"../../mycats-introduction/before-after/img/A_kiji_2005-05-04_002.jpg",
							"../../mycats-introduction/before-after/img/A_kiji_2006-10-20_003.jpg",
							"../../mycats-introduction/before-after/img/A_kiji_2005-07-25_006.jpg"
							],
	nextImage : function(){
		albumakiji.count++;
		if (albumakiji.count >= albumakiji.imageURL.length) albumakiji.count = 0;
		document.getElementById("afterkiji").src = albumakiji.imageURL[albumakiji.count];
	},
	count : 0
};

var albumbkuro = {
	imageURL : [
							"../../mycats-introduction/before-after/img/B_kuro_2001-6-10_01.jpg",
							"../../mycats-introduction/before-after/img/B_kuro_2001-6-15_01.jpg",
							"../../mycats-introduction/before-after/img/B_kuro_2001-7-5_03.jpg",
							"../../mycats-introduction/before-after/img/B_kuro_2001-7-10_04.jpg"
							],
	nextImage : function(){
		albumbkuro.count++;
		if (albumbkuro.count >= albumbkuro.imageURL.length) albumbkuro.count = 0;
		document.getElementById("beforekuro").src = albumbkuro.imageURL[albumbkuro.count];
	},
	count : 0
};
var albumakuro = {
	imageURL : [
							"../../mycats-introduction/before-after/img/A_kuro_2007-04-28_020.jpg",
							"../../mycats-introduction/before-after/img/A_kuro_20080609_017.jpg",
							"../../mycats-introduction/before-after/img/A_kuro_20080316_094.jpg",
							"../../mycats-introduction/before-after/img/A_kuro_20080314_088.jpg"
							],
	nextImage : function(){
		albumakuro.count++;
		if (albumakuro.count >= albumakuro.imageURL.length) albumakuro.count = 0;
		document.getElementById("afterkuro").src = albumakuro.imageURL[albumakuro.count];
	},
	count : 0
};

var albumbtaro = {
	imageURL : [
							"../../mycats-introduction/before-after/img/B_taro_2003-7-13_17.jpg",
							"../../mycats-introduction/before-after/img/B_taro_2003-7-24_01.jpg",
							"../../mycats-introduction/before-after/img/B_taro_2003-7-21_17.jpg",
							"../../mycats-introduction/before-after/img/B_taro_2003-7-21_09.jpg"
							],
	nextImage : function(){
		albumbtaro.count++;
		if (albumbtaro.count >= albumbtaro.imageURL.length) albumbtaro.count = 0;
		document.getElementById("beforetaro").src = albumbtaro.imageURL[albumbtaro.count];
	},
	count : 0
};
var albumataro = {
	imageURL : [
							"../../mycats-introduction/before-after/img/A_taro_2006-07-07_006.jpg",
							"../../mycats-introduction/before-after/img/A_taro_2006-09-14_002.jpg",
							"../../mycats-introduction/before-after/img/A_taro_2006-08-10_014.jpg",
							"../../mycats-introduction/before-after/img/A_taro_2006-07-13_044.jpg"
							],
	nextImage : function(){
		albumataro.count++;
		if (albumataro.count >= albumataro.imageURL.length) albumataro.count = 0;
		document.getElementById("aftertaro").src = albumataro.imageURL[albumataro.count];
	},
	count : 0
};

var albumbatom = {
	imageURL : [
							"../../mycats-introduction/before-after/img/B_atom_2003-7-14_02.jpg",
							"../../mycats-introduction/before-after/img/B_atom_2003-7-21_23.jpg",
							"../../mycats-introduction/before-after/img/B_atom_2003-7-25_04.jpg"
							],
	nextImage : function(){
		albumbatom.count++;
		if (albumbatom.count >= albumbatom.imageURL.length) albumbatom.count = 0;
		document.getElementById("beforeatom").src = albumbatom.imageURL[albumbatom.count];
	},
	count : 0
};
var albumaatom = {
	imageURL : [
							"../../mycats-introduction/before-after/img/A_atom_20080626_198.jpg",
							"../../mycats-introduction/before-after/img/A_atom_2006-07-03_010.jpg",
							"../../mycats-introduction/before-after/img/A_atom_2006-08-13_005.jpg",
							"../../mycats-introduction/before-after/img/A_atom_20080610_027.jpg"
							],
	nextImage : function(){
		albumaatom.count++;
		if (albumaatom.count >= albumaatom.imageURL.length) albumaatom.count = 0;
		document.getElementById("afteratom").src = albumaatom.imageURL[albumaatom.count];
	},
	count : 0
};

var albumbmike = {
	imageURL : [
							"../../mycats-introduction/before-after/img/B_mike_2004-08-18_07.jpg",
							"../../mycats-introduction/before-after/img/B_mike_2004-08-19_19.jpg",
							"../../mycats-introduction/before-after/img/B_mike_2004-08-18_01.jpg",
							"../../mycats-introduction/before-after/img/B_mike_2004-08-31_03.jpg"
							],
	nextImage : function(){
		albumbmike.count++;
		if (albumbmike.count >= albumbmike.imageURL.length) albumbmike.count = 0;
		document.getElementById("beforemike").src = albumbmike.imageURL[albumbmike.count];
	},
	count : 0
};
var albumamike = {
	imageURL : [
							"../../mycats-introduction/before-after/img/A_mike_20080505_048.jpg",
							"../../mycats-introduction/before-after/img/A_mike_2007-04-28_004.jpg",
							"../../mycats-introduction/before-after/img/A_mike_2006-07-15_009.jpg",
							"../../mycats-introduction/before-after/img/A_mike_20080201_042.jpg"
							],
	nextImage : function(){
		albumamike.count++;
		if (albumamike.count >= albumamike.imageURL.length) albumamike.count = 0;
		document.getElementById("aftermike").src = albumamike.imageURL[albumamike.count];
	},
	count : 0
};

var albumbtail = {
	imageURL : [
							"../../mycats-introduction/before-after/img/B_tail_20080108_001.jpg",
							"../../mycats-introduction/before-after/img/B_tail_20080110_005.jpg",
							"../../mycats-introduction/before-after/img/B_tail_20080116_065.jpg"
							],
	nextImage : function(){
		albumbtail.count++;
		if (albumbtail.count >= albumbtail.imageURL.length) albumbtail.count = 0;
		document.getElementById("beforetail").src = albumbtail.imageURL[albumbtail.count];
	},
	count : 0
};
var albumatail = {
	imageURL : [
							"../../mycats-introduction/before-after/img/A_tail_20080505_056.jpg",
							"../../mycats-introduction/before-after/img/A_tail_20080325_20.jpg",
							"../../mycats-introduction/before-after/img/A_tail_20080523_029.jpg"
							],
	nextImage : function(){
		albumatail.count++;
		if (albumatail.count >= albumatail.imageURL.length) albumatail.count = 0;
		document.getElementById("aftertail").src = albumatail.imageURL[albumatail.count];
	},
	count : 0
};
