function Button_Start_onClicked() {
setCustomProperty("SecondsLeft", TextEditBox_getValue("TextEditBox_Count_Seconds"));
setCustomProperty("SecondsCounted", 0);
setCustomProperty("Stopped", 0);
triggerCustomEvent("Start Counting");
}
addHandler(document.getElementById("Button_Start"), "click", Button_Start_onClicked);

