Run <Obey$Dir>.Resources.ResFind Orientate
Set Orientate_use_ftype ""
If "<alias$@RunType_FAF>" <> "" Then IfThere OrientateRes:UserManual.index/html Then SET Orientate_use_ftype "FAF"
IF "<Orientate_use_ftype>" = "" Then If "<alias$@RunType_ADF>" <> "" Then IfThere OrientateRes:UserManual.PDF.Manual/pdf Then SET Orientate_use_ftype "ADF"
IF "<Orientate_use_ftype>" = "" Then IfThere OrientateRes:UserManual.TextManual/txt Then SET Orientate_use_ftype "FFF"
IF "<Orientate_use_ftype>" = "FAF" Then Filer_Run OrientateRes:UserManual.index/html
IF "<Orientate_use_ftype>" = "ADF" Then Filer_Run OrientateRes:UserManual.PDF.Manual/pdf
IF "<Orientate_use_ftype>" = "FFF" Then Filer_Run OrientateRes:UserManual.TextManual/txt
UnSet Orientate_use_ftype
