showTime(100)
showTime(700)
start = Date.now()
startSec = Math.floor(start / 1000)
now = timerB(1000)
nowSec = Math.floor(now / 1000)
clickE = $E(document.getElementById("reset"), "click")
clickSecE = clickE.snapshotE(nowSec)
diff = nowSec - clickSecE.startsWith(startSec)
-- click Reset --
showTime(diff * 25)