Format That <FontFace>

SCRIPT {
    if _arg1 = "Times" then _arg1 = "Times New Roman"
    if _arg1 = "Courier" then _arg1 = "Courier New"
    SendKeys "{Ctrl+t}"
    SendKeys "{Alt+o}f{Alt+f}" + _arg1 + "{Enter}"
    SendKeys "{Shift+Ctrl+r}"
}