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

  1. // This is Slide # 18 Operations Pulp Production Page 5.
  2.  
  3. arraySize=2;
  4.  
  5.  
  6. TextArray = new Array();
  7.  
  8. //INFO TEST
  9.  
  10. TextArray[1] = "╖    Refining chips into pulp results in a large amount of heat being created by the friction between the chips and refining plates, which is in turn is given off as steam. Steam is recovered and is used, in part, at the chip preparation stage, specifically in the steaming bins, while the balance is converted to clean steam to be used in the dryers section of the newsprint paper machines.";
  11.  
  12. //Fun Fact TEXT
  13.  
  14. TextArray[2] = "";
  15.  
  16. function SendNext (){
  17. _level0.PlayNextSlide ();
  18. }