﻿//GUI
function ToggleDiv(id) {
    Effect.toggle(id, "blind");
}