function Message(prompt,buttons,title)
    Message = MsgBox(prompt,buttons,title)
end function

function InputBoxx(prompt,title,default)
    InputBoxx = InputBox(prompt,title,default)
end function

