// Onload

prIMG01 = new Image();
prIMG01.src = "http://www.lucifer10th.com/_img/button-top-hover.png";

prIMG02 = new Image();
prIMG02.src = "http://www.lucifer10th.com/_data/top/_img/rose-makoto-hover.png";

prIMG03 = new Image();
prIMG03.src = "http://www.lucifer10th.com/_data/top/_img/rose-yuki-hover.png";

prIMG04 = new Image();
prIMG04.src = "http://www.lucifer10th.com/_data/top/_img/rose-atsuro-hover.png";

prIMG05 = new Image();
prIMG05.src = "http://www.lucifer10th.com/_data/top/_img/rose-towa-hover.png";

prIMG06 = new Image();
prIMG06.src = "http://www.lucifer10th.com/_data/top/_img/rose-santa-hover.png";

prIMG07 = new Image();
prIMG07.src = "http://www.lucifer10th.com/_data/top/_img/top_emergency-hover.png";

prIMG08 = new Image();
prIMG08.src = "http://www.lucifer10th.com/_data/top/_img/top_apology-hover.png";



function setImgSrc(imgURL) {
	document.myIMG.src = imgURL;
}

