<!--
var IN = new Array();
var INb = new Array();
function cargarIN(){
	IN = new Image();
	IN.src=relativa+'_graficos/_page/_4/1'+idioma+'.gif';
	INb = new Image();
	INb.src=relativa+'_graficos/_page/_4/1b'+idioma+'.gif';	
}
function cambiarIN(code){
	document.images['IN'+code].src= INb.src;
}
function reestaurarIN(code){
	document.images['IN'+code].src= IN.src;
}
//-->