﻿

function setButtonText(text) {
    ///	<summary>
    ///     Sets the text of the button 'bttnSend'.
    ///	</summary>
    ///	<param name="text" type="String">
    ///     The text to set for the button (use OnLine.AirSwitch.Support.PageCtrl.GetLabelString() to
    ///     retrieve the text in the appropriate language).
    ///	</param>

    document.forms[0].bttnSend.value = text;
}
