	// Sin precarga
	function cambiarImagen2(nombreImagen, ficheroImagenCambio)
	{
		document[nombreImagen].src = ficheroImagenCambio;
	}

	function cambiarImagen(imagenactual, imagennueva) 
	{
		document.images[imagenactual].src = eval(imagennueva + ".src")
	}

	opc_01_off = new Image();
	opc_01_off.src = "imagenes/opc_01_off.gif";
	opc_01_on = new Image();
	opc_01_on.src = "imagenes/opc_01_over.gif";

	opc_02_off = new Image();
	opc_02_off.src = "imagenes/opc_02_off.gif";
	opc_02_on = new Image();
	opc_02_on.src = "imagenes/opc_02_over.gif";

	opc_03_off = new Image();
	opc_03_off.src = "imagenes/opc_03_off.gif";
	opc_03_on = new Image();
	opc_03_on.src = "imagenes/opc_03_over.gif";

	opc_04_off = new Image();
	opc_04_off.src = "imagenes/opc_04_off.gif";
	opc_04_on = new Image();
	opc_04_on.src = "imagenes/opc_04_over.gif";

	opc_05_off = new Image();
	opc_05_off.src = "imagenes/opc_05_off.gif";
	opc_05_on = new Image();
	opc_05_on.src = "imagenes/opc_05_over.gif";

	opc_06_off = new Image();
	opc_06_off.src = "imagenes/opc_06_off.gif";
	opc_06_on = new Image();
	opc_06_on.src = "imagenes/opc_06_over.gif";

	opc_07_off = new Image();
	opc_07_off.src = "imagenes/opc_07_off.gif";
	opc_07_on = new Image();
	opc_07_on.src = "imagenes/opc_07_over.gif";
