// JavaScript Document
var boton1,boton1_on,boton2,boton2_on,boton3,boton3_on,boton4,boton4_on;

boton1=new Image();
boton1.src="index/index_08.gif";

boton1_on=new Image();
boton1_on.src="index/indexon_08.gif";

boton2=new Image();
boton2.src="index/index_10.gif";

boton2_on=new Image();
boton2_on.src="index/indexon_10.gif";


boton3=new Image();
boton3.src="index/index_11.gif";

boton3_on=new Image();
boton3_on.src="index/indexon_11.gif";


boton4=new Image();
boton4.src="index/index_12.gif";

boton4_on=new Image();
boton4_on.src="index/indexon_12.gif";


boton5=new Image();
boton5.src="index/index_18.gif";

boton5_on=new Image();
boton5_on.src="index/indexon_18.gif";

boton6=new Image();
boton6.src="index/index_21.gif";

boton6_on=new Image();
boton6_on.src="index/indexon_21.gif";

boton7=new Image();
boton7.src="index/index_22.gif";

boton7_on=new Image();
boton7_on.src="index/indexon_22.gif";


boton8=new Image();
boton8.src="index/index_23.gif";

boton8_on=new Image();
boton8_on.src="index/indexon_23.gif";


boton9=new Image();
boton9.src="index/index_24.gif";

boton9_on=new Image();
boton9_on.src="index/indexon_24.gif";


boton10=new Image();
boton10.src="index/index_25.gif";

boton10_on=new Image();
boton10_on.src="index/indexon_25.gif";


function cambiaImg(nimagen,aimagen){


	if(document.images){

	document.images[nimagen].src=aimagen.src;

	}


}