'If the FRO rate is over the Max set the FRO % to the right valFMax = GetOEMDRO(1200)If (FMax = 0) Then	Exit SubEnd ifFRO = GetOEMDRO(55)If(FRO > FMax) Then        Value = FRO / (GetDRO(21)/100)        NewFRO = (FMax / Value) * 100	Call SetDRO(21,NewFRO)End If   