Edge Resistance\n

This concerns how easy it is to move across the edge of 
the screen.  There are two parts, Time, and Number of Pixels.

'Pixels' concerns trying to move a window so that part of
it is off of the screen.  If you try to push a window fewer than 
this number of pixels off screen, it won't go off at all.  If you 
try to push it greater than this number of pixels off screen,
it will go.  So a value of 0 makes everything move easily across the
edges, while a large value (10000) makes it impossible to drag a window off
the screen.\n\n

'Time' concerns trying to run the mouse off the edge of the 
screen to flip to a new virtual page.  This is the time in 
milliseconds (1/1000 second) that the mouse must wait at the edge before the 
page is flipped.  This is to prevent an annoying flipping of
the page when you accidently run the mouse to the edge of the 
screen.  200 or 300 may be a reasonable value. 10000 makes
it impossible to switch pages this way.
