	On0 = new Image(113,26)
	On0.src = "images/index_on_04.gif"
	Off0 = new Image(113,26)
	Off0.src = "images/index_04.gif"
	On1 = new Image(113,31)
	On1.src = "images/index_on_05.gif"
	Off1 = new Image(113,31)
	Off1.src = "images/index_05.gif"
	On2 = new Image(113,28)
	On2.src = "images/index_on_06.gif"
	Off2 = new Image(113,28)
	Off2.src = "images/index_06.gif"
	On3 = new Image(113,43)
	On3.src = "images/index_on_07.gif"
	Off3 = new Image(113,43)
	Off3.src = "images/index_07.gif"
	On4 = new Image(113,31)
	On4.src = "images/index_on_08.gif"
	Off4 = new Image(113,31)
	Off4.src = "images/index_08.gif"
	On5 = new Image(113,29)
	On5.src = "images/index_on_09.gif"
	Off5 = new Image(113,29)
	Off5.src = "images/index_09.gif"
	On6 = new Image(113,44)
	On6.src = "images/index_on_10.gif"
	Off6 = new Image(113,44)
	Off6.src = "images/index_10.gif"
	On7 = new Image(113,30)
	On7.src = "images/index_on_11.gif"
	Off7 = new Image(113,30)
	Off7.src = "images/index_11.gif"
	On8 = new Image(113,56)
	On8.src = "images/index_on_12.gif"
	Off8 = new Image(113,56)
	Off8.src = "images/index_12.gif"
	On9 = new Image(113,26)
	On9.src = "images/index_on_13.gif"
	Off9 = new Image(113,26)
	Off9.src = "images/index_13.gif"
	
	function preload(imgObj,imgSrc) {
	if (document.images) {
		eval(imgObj+' = new Image()')
		eval(imgObj+'.src = "'+imgSrc+'"')
	}
	
}	
preload('On0','images/index_on_04.gif')
preload('Off0','images/index_04.gif')
preload('On1','images/index_on_05.gif')
preload('Off1','images/index_05.gif')
preload('On2','images/index_on_06.gif')
preload('Off2','images/index_06.gif')
preload('On3','images/index_on_07.gif')
preload('Off3','images/index_07.gif')
preload('On4','images/index_on_08.gif')
preload('Off4','images/index_08.gif')
preload('On5','images/index_on_09.gif')
preload('Off5','images/index_09.gif')
preload('On6','images/index_on_10.gif')
preload('Off6','images/index_10.gif')
preload('On7','images/index_on_11.gif')
preload('Off7','images/index_11.gif')
preload('On8','images/index_on_12.gif')
preload('Off8','images/index_12.gif')
preload('On9','images/index_on_13.gif')
preload('Off9','images/index_13.gif')

function changeImage(layer,imgName,imgObj) {
	if (document.images) {                        
		if (document.layers && layer!=null) eval('document.'+layer+'.document.images['+imgName+'].src = '+imgObj+'.src');
		else document.images[imgName].src = eval(imgObj+".src");
	}
}




