	On0 = new Image(40,18)
	On0.src = "../espanol/images/home_sup_on_03.jpg"
	Off0 = new Image(40,18)
	Off0.src = "../espanol/images/home_sup_03.jpg"
	On1 = new Image(60,18)
	On1.src = "../espanol/images/home_sup_on_04.jpg"
	Off1 = new Image(60,18)
	Off1.src = "../espanol/images/home_sup_04.jpg"
	On2 = new Image(74,18)
	On2.src = "../espanol/images/home_sup_on_05.jpg"
	Off2 = new Image(74,18)
	Off2.src = "../espanol/images/home_sup_05.jpg"
	On3 = new Image(52,18)
	On3.src = "../espanol/images/home_sup_on_06.jpg"
	Off3 = new Image(52,18)
	Off3.src = "../espanol/images/home_sup_06.jpg"
	On4 = new Image(68,18)
	On4.src = "../espanol/images/home_sup_on_07.jpg"
	Off4 = new Image(68,18)
	Off4.src = "../espanol/images/home_sup_07.jpg"
	On5 = new Image(80,18)
	On5.src = "../espanol/images/home_sup_on_08.jpg"
	Off5 = new Image(80,18)
	Off5.src = "../espanol/images/home_sup_08.jpg"
	On6 = new Image(90,18)
	On6.src = "../espanol/images/home_sup_on_09.jpg"
	Off6 = new Image(90,18)
	Off6.src = "../espanol/images/home_sup_09.jpg"
	On7 = new Image(64,18)
	On7.src = "../espanol/images/home_sup_on_10.jpg"
	Off7 = new Image(64,18)
	Off7.src = "../espanol/images/home_sup_10.jpg"
	
	
	
	
	
	function preload(imgObj,imgSrc) {
	if (document.images) {
		eval(imgObj+' = new Image()')
		eval(imgObj+'.src = "'+imgSrc+'"')
	}
	
}	
preload('On0','../espanol/images/home_sup_on_03.jpg')
preload('Off0','../espanol/images/home_sup_03.jpg')
preload('On1','../espanol/images/home_sup_on_04.jpg')
preload('Off1','../espanol/images/home_sup_04.jpg')
preload('On2','../espanol/images/home_sup_on_05.jpg')
preload('Off2','../espanol/images/home_sup_05.jpg')
preload('On3','../espanol/images/home_sup_on_06.jpg')
preload('Off3','../espanol/images/home_sup_06.jpg')
preload('On4','../espanol/images/home_sup_on_07.jpg')
preload('Off4','../espanol/images/home_sup_07.jpg')
preload('On5','../espanol/images/home_sup_on_08.jpg')
preload('Off5','../espanol/images/home_sup_08.jpg')
preload('On6','../espanol/images/home_sup_on_09.jpg')
preload('Off6','../espanol/images/home_sup_09.jpg')
preload('On7','../espanol/images/home_sup_on_10.jpg')
preload('Off7','../espanol/images/home_sup_10.jpg')




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");
	}
}





