Updates and Changes:

* 1.0.7  Feb 04, 2014
  - Added custom timers.
  - Optimized show/hide dialogs function.
  - Added swo_tbc_onFilled(bar) and swo_tbc_onEmptied(bar) observers, which are 
    called when a certain toolbar container is emptied or filled with toolbars.
  - Added swo_mw_onCommand(id), which reacts to Sketchup.send_action events.

* 1.0.6  Jan 29, 2014
  - Figured out a way to keep all menu shortcuts working when the menubar is
    removed. YAY!!!
  - Added registry accessors.
  - Added on menu swo_mw_onEnterMenu and swo_mw_onExitMenu observers.
  - Added AMS::Windows::API - thanks to Daniel J. Berger.
  - Fixed get screen resolution function. Originally it returned resolution of
    the current screen. Now, it returns resolution of all monitors combined.
  - Improved observers.
  - Increased the limit of AMS::Win32::API to 20 callbacks.
  - Simplified libraries.

* 1.0.5  Dec 16, 2013
  - Fixed the observers bug that made SketchUp freeze when pressing a key in the
    menu.

* 1.0.4  Dec 15, 2013
  - Improved refresh function.

* 1.0.3  Dec 15, 2013
  - Fixed things here and there.
  - Added methods:
      * AMS::Window.invalid?
      * AMS::Window.set_pos
      * AMS::Window.set_size

* 1.0.2  Dec 06, 2013
  - Fixed and improved stuff here and there.
  - Increased observers reaction speed.

* 1.0.1  Nov 22, 2013
  - Improved set fullscreen, maximize, minimize, and restore functions and observers.

* 1.0.0  Nov 17, 2013
  - Initial release
