<!--// Load MouseOver Script

if (document.images) {

	var onImgArray = new Array()
	onImgArray[1] = new Image(92,26)
	onImgArray[2] = new Image(92,26)
	onImgArray[3] = new Image(92,26)
	onImgArray[4] = new Image(92,26)
	onImgArray[5] = new Image(88,26)
	onImgArray[6] = new Image(92,26)
	onImgArray[7] = new Image(92,26)
	onImgArray[8] = new Image(92,26)
	onImgArray[9] = new Image(92,26)
			
	onImgArray[1].src = "http://jwingrent.sakura.ne.jp/fc/seto/img/all/top2.gif"
	onImgArray[2].src = "http://jwingrent.sakura.ne.jp/fc/seto/img/all/news2.gif"
	onImgArray[3].src = "http://jwingrent.sakura.ne.jp/fc/seto/img/all/yoyaku2.gif"
	onImgArray[4].src = "http://jwingrent.sakura.ne.jp/fc/seto/img/all/choice2.gif"
	onImgArray[5].src = "http://jwingrent.sakura.ne.jp/fc/seto/img/all/campaign2.gif"
	onImgArray[6].src = "http://jwingrent.sakura.ne.jp/fc/seto/img/all/hoken2.gif"
	onImgArray[7].src = "http://jwingrent.sakura.ne.jp/fc/seto/img/all/kankou2.gif"
	onImgArray[8].src = "http://jwingrent.sakura.ne.jp/fc/seto/img/all/parlor2.gif"
	onImgArray[9].src = "http://jwingrent.sakura.ne.jp/fc/seto/img/all/toppage2.gif"
	
	var offImgArray = new Array()
	offImgArray[1] = new Image(92,26)
	offImgArray[2] = new Image(92,26)
	offImgArray[3] = new Image(92,26)
	offImgArray[4] = new Image(92,26)
	offImgArray[5] = new Image(92,26)
	offImgArray[6] = new Image(92,26)
	offImgArray[7] = new Image(92,26)
	offImgArray[8] = new Image(92,26)
	offImgArray[9] = new Image(92,26)
			
	offImgArray[1].src = "http://jwingrent.sakura.ne.jp/fc/seto/img/all/top.gif"
	offImgArray[2].src = "http://jwingrent.sakura.ne.jp/fc/seto/img/all/news.gif"
	offImgArray[3].src = "http://jwingrent.sakura.ne.jp/fc/seto/img/all/yoyaku.gif"
	offImgArray[4].src = "http://jwingrent.sakura.ne.jp/fc/seto/img/all/choice.gif"
	offImgArray[5].src = "http://jwingrent.sakura.ne.jp/fc/seto/img/all/campaign.gif"
	offImgArray[6].src = "http://jwingrent.sakura.ne.jp/fc/seto/img/all/hoken.gif"
	offImgArray[7].src = "http://jwingrent.sakura.ne.jp/fc/seto/img/all/kankou.gif"
	offImgArray[8].src = "http://jwingrent.sakura.ne.jp/fc/seto/img/all/parlor.gif"
	offImgArray[9].src = "http://jwingrent.sakura.ne.jp/fc/seto/img/all/toppage.gif"


}	

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
	}
}
                
//-->
