% WINDOWS
%
% Files
%   getmondim   - y = getmondim(monitornumber)  GET MONitor DIMensions.
%   maxfig      - maxfig(fig,monitor,mode)  MAXimize a FIGure to fill the screen.
%   newfig      - fighandle = newfig(numfigs,figname,monitor,aspect)  create NEW FIGures.
%   screenxyabs - newxy = screenxyabs(monitor,xy)  SCREEN X-Y ABSolute coordinates.
%   screenxymon - newxy = screenxymon(monitor,xy)  SCREEN X-Y MONitor coordinates.
%   tilefig     - fighandle = tilefig(figs,figname,monitor,layout)  TILE 1 or more FIGures.