{
	home0= new Image(56,56);
	home0.src ="http://www.aihc.jp/img/home1.gif";
	home1= new Image(56,56);
	home1.src = "http://www.aihc.jp/img/home.gif";


}
function Image_On(Target) {
	img = eval(Target + "0.src");
	document.images[Target].src = img;
}
function Image_Off(Target) {
	img = eval(Target + "1.src");
	document.images[Target].src = img;
}

