--switch
var_switch = 1
function toggle_switcher()
     if var_switch==9 then
        var_switch=1
     else
        var_switch=var_switch+1
     end
end

--zoom
var_scalefactor = 0.32
var_scale = 1
var_zoom = 0
