Move <thatItSelection> to the <Side> of the <Object>

SCRIPT {
    side$ = _arg2
    object$ = _arg3
    arg$ = "MvTht:end/obj," + side$ + "," + object$
    DllCall "w97comp.dll", "DgnWordDllCallIfc", arg$
}