home *** CD-ROM | disk | FTP | other *** search
/ Tembec Spruce Falls Operations Virtual Tour / Tembec_Spruce_Falls_Operations_Virtual_Tour.iso / FLASH / 23-pulp-p10.as < prev    next >
Text File  |  2001-05-02  |  580b  |  18 lines

  1. // This is Slide # 23 Operations Pulp Production Page 10.
  2.  
  3. arraySize=2;
  4.  
  5.  
  6. TextArray = new Array();
  7.  
  8. //INFO TEST
  9.  
  10. TextArray[1] = "╖    The paper is then fed into the pulper along with water, chemicals and soap. A large agitator in the pulper (much like the one in a washing machine) breaks up the paper to form a pulp slurry (a uniform mixture of water and fibre). The combination of mechanical action and chemistry promotes the separation of the ink particles from the fibres.";
  11.  
  12. //Fun Fact TEXT
  13.  
  14. TextArray[2] = "";
  15.  
  16. function SendNext (){
  17. _level0.PlayNextSlide ();
  18. }