   Load_screen is the other half of screen save and works the same. Record
0 is the restore for the fast buffer.
   
Example:   
   
   load_screen(2);
   
   This will load the screen record 2 from screen.dat and display it.

