   Init_window() initiates the temp files and mallocs the buffering. It's
parameters are the number of windows, screen saves, and the drive to 
use (a ram disk can be used).
   
Example:

   init_window(20,5,"D");
   
   This will init the utility to use 20 windows, 5 screen saves, and
   drive D.

