<!--// Load MouseOver Script

if (document.images) {

	var onImgArray = new Array()
	onImgArray[1] = new Image(47,23)
	onImgArray[2] = new Image(100,23)
	onImgArray[3] = new Image(117,23)
	onImgArray[4] = new Image(119,23)
	onImgArray[5] = new Image(79,23)
	onImgArray[6] = new Image(102,23)
	onImgArray[7] = new Image(64,23)
	onImgArray[8] = new Image(87,23)
			
	onImgArray[1].src = "http://www.jwing-rent.jp/img/top/images/menu_button_02.jpg"
	onImgArray[2].src = "http://www.jwing-rent.jp/img/top/images/menu_button_03.jpg"
	onImgArray[3].src = "http://www.jwing-rent.jp/img/top/images/menu_button_04.jpg"
	onImgArray[4].src = "http://www.jwing-rent.jp/img/top/images/menu_button_05.jpg"
	onImgArray[5].src = "http://www.jwing-rent.jp/img/top/images/menu_button_06.jpg"
	onImgArray[6].src = "http://www.jwing-rent.jp/img/top/images/menu_button_07.jpg"
	onImgArray[7].src = "http://www.jwing-rent.jp/img/top/images/menu_button_08.jpg"
	onImgArray[8].src = "http://www.jwing-rent.jp/img/top/images/menu_button_09.jpg"
	
	var offImgArray = new Array()
	offImgArray[1] = new Image(47,40)
	offImgArray[2] = new Image(100,40)
	offImgArray[3] = new Image(117,40)
	offImgArray[4] = new Image(119,40)
	offImgArray[5] = new Image(79,40)
	offImgArray[6] = new Image(102,40)
	offImgArray[7] = new Image(64,40)
	offImgArray[8] = new Image(87,40)
			
	offImgArray[1].src = "http://www.jwing-rent.jp/img/top/images/menu_button_o_02.jpg"
	offImgArray[2].src = "http://www.jwing-rent.jp/img/top/images/menu_button_o_03.jpg"
	offImgArray[3].src = "http://www.jwing-rent.jp/img/top/images/menu_button_o_04.jpg"
	offImgArray[4].src = "http://www.jwing-rent.jp/img/top/images/menu_button_o_05.jpg"
	offImgArray[5].src = "http://www.jwing-rent.jp/img/top/images/menu_button_o_06.jpg"
	offImgArray[6].src = "http://www.jwing-rent.jp/img/top/images/menu_button_o_07.jpg"
	offImgArray[7].src = "http://www.jwing-rent.jp/img/top/images/menu_button_o_08.jpg"
	offImgArray[8].src = "http://www.jwing-rent.jp/img/top/images/menu_button_o_09.jpg"

}	

function imageOn(i) {
	if (document.images) {
		document.images["tab" + i].src = onImgArray[i].src
	}
}

function imageOff(i) {
	if (document.images) {
		document.images["tab" + i].src = offImgArray[i].src
	}
}
                
//-->
