// JavaScript Document

var pic = new Array();
pic[0]= new Image();
pic[1]= new Image();
pic[2]= new Image();
pic[3]= new Image();
pic[4]= new Image();
pic[5]= new Image();
pic[6]= new Image();
pic[7]= new Image();
pic[8]= new Image();
pic[9]= new Image();
pic[10]= new Image();
pic[11]= new Image();
pic[12]= new Image();
pic[13]= new Image();
pic[14]= new Image();
pic[15]= new Image();
pic[16]= new Image();
pic[17]= new Image();

pic[0].src = "http://www.oshida-tax.com/img/glo-nav01_off.jpg";
pic[1].src = "http://www.oshida-tax.com/img/glo-nav01_on.jpg";

pic[2].src = "http://www.oshida-tax.com/img/glo-nav02_off.jpg";
pic[3].src = "http://www.oshida-tax.com/img/glo-nav02_on.jpg";

pic[4].src = "http://www.oshida-tax.com/img/glo-nav03_off.jpg";
pic[5].src = "http://www.oshida-tax.com/img/glo-nav03_on.jpg";

pic[6].src = "http://www.oshida-tax.com/img/glo-nav04_off.jpg";
pic[7].src = "http://www.oshida-tax.com/img/glo-nav04_on.jpg";

pic[8].src = "http://www.oshida-tax.com/img/glo-nav05_off.jpg";
pic[9].src = "http://www.oshida-tax.com/img/glo-nav05_on.jpg";

pic[10].src = "http://www.oshida-tax.com/img/glo-nav06_off.jpg";
pic[11].src = "http://www.oshida-tax.com/img/glo-nav06_on.jpg";

pic[12].src = "http://www.oshida-tax.com/img/glo-nav07_off.jpg";
pic[13].src = "http://www.oshida-tax.com/img/glo-nav07_on.jpg";

pic[14].src = "http://www.oshida-tax.com/img/glo-nav08_off.jpg";
pic[15].src = "http://www.oshida-tax.com/img/glo-nav08_on.jpg";

pic[16].src = "http://www.oshida-tax.com/img/glo-nav09_off.jpg";
pic[17].src = "http://www.oshida-tax.com/img/glo-nav09_on.jpg";


function setRollOverImg(index, obj){
	obj.src = pic[index].src;
}
