
strPreloadImagePathes = new Array(
	"http://www.kobe-wedding.net/css/img/background.content.button.hover.png",
	"http://www.kobe-wedding.net/css/img/background.content.button.right.hover.png",
	"http://www.kobe-wedding.net/css/img/background.content.footer.profile.hover.png",
	"http://www.kobe-wedding.net/css/img/background.content.footer.link.hover.png",
	"http://www.kobe-wedding.net/css/img/background.content.data.hover.png",
	"http://www.kobe-wedding.net/css/img/background.content.footer.system.hover.png",
	"http://www.kobe-wedding.net/css/img/background.content.button.center.hover.png",
	"http://www.kobe-wedding.net/css/img/background.content.cart.button.right.hover.png",
	"http://www.kobe-wedding.net/css/img/background.content.visit.hover.png",
	"http://www.kobe-wedding.net/css/img/visit.hover.png",
	"http://www.kobe-wedding.net/css/img/background.content.button.list.hover.png",
	"http://www.kobe-wedding.net/css/img/background.menu.hover.gif",
	"http://www.kobe-wedding.net/css/img/background.content.footer.privacy.hover.png",
	"http://www.kobe-wedding.net/css/img/background.content.cart.button.left.hover.png",
	"http://www.kobe-wedding.net/css/img/background.content.button.left.hover.png",
	"http://www.kobe-wedding.net/css/img/background.content.video.download.hover.png",
	"http://www.kobe-wedding.net/css/img/background.content.index.area.hover.png",
	"http://www.kobe-wedding.net/css/img/background.nav.hover.png",
	"http://www.kobe-wedding.net/css/img/data.hover.png"
);

imgPreloadImages = new Array();

for(i=0; i<strPreloadImagePathes.length; i++){
	imgPreloadImages[i] = new Image();
	imgPreloadImages[i].src = strPreloadImagePathes[i];
}
