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

	opc_inicio_off = new Image();
	opc_inicio_off.src = "imagenes/menu/opc_inicio_off.gif";
	opc_inicio_on = new Image();
	opc_inicio_on.src = "imagenes/menu/opc_inicio_on.gif";

	opc_outsourcing_off = new Image();
	opc_outsourcing_off.src = "imagenes/menu/opc_outsourcing_off.gif";
	opc_outsourcing_on = new Image();
	opc_outsourcing_on.src = "imagenes/menu/opc_outsourcing_on.gif";

	opc_empresa_off = new Image();
	opc_empresa_off.src = "imagenes/menu/opc_empresa_off.gif";
	opc_empresa_on = new Image();
	opc_empresa_on.src = "imagenes/menu/opc_empresa_on.gif";

	opc_contactar_off = new Image();
	opc_contactar_off.src = "imagenes/menu/opc_contactar_off.gif";
	opc_contactar_on = new Image();
	opc_contactar_on.src = "imagenes/menu/opc_contactar_on.gif";

	atencionalcliente_off = new Image();
	atencionalcliente_off.src = "imagenes/cabecera/atencionalcliente_off.gif";
	atencionalcliente_on = new Image();
	atencionalcliente_on.src = "imagenes/cabecera/atencionalcliente_on.gif";

	presupuesto_off = new Image();
	presupuesto_off.src = "imagenes/presupuesto_off.gif";
	presupuesto_on = new Image();
	presupuesto_on.src = "imagenes/presupuesto_on.gif";

	informacion_off = new Image();
	informacion_off.src = "imagenes/informacion_off.gif";
	informacion_on = new Image();
	informacion_on.src = "imagenes/informacion_on.gif";

