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

  1. // This is Slide # 25 Operations Pulp Production Page 12.
  2.  
  3. arraySize=2;
  4.  
  5.  
  6. TextArray = new Array();
  7.  
  8. //INFO TEST
  9.  
  10. TextArray[1] = "╖    Within this process, the pulp passes through the floatation cells, which separate the suspended ink particles from the pulp slurry.  Air is injected into the slurry to generate (with the aid of chemicals) a foam which forms when the ink particles attach to the air bubbles.  This foam floats to the surface of the slurry and is skimmed off. The runoff is then dewatered, and used as fuel in the boilers or sent to landfill.";
  11.  
  12. //Fun Fact TEXT
  13.  
  14. TextArray[2] = "";
  15.  
  16. function SendNext (){
  17. _level0.PlayNextSlide ();
  18. }