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