function cambiaMoneda(moneda){
	window.location.href('tarifas.php?idm='+moneda);
}

