home *** CD-ROM | disk | FTP | other *** search
/ Tembec Spruce Falls Operations Virtual Tour / Tembec_Spruce_Falls_Operations_Virtual_Tour.iso / FLASH / 26-pulp-p13.as < prev    next >
Text File  |  2001-04-13  |  429b  |  18 lines

  1. // This is Slide # 26 Operations Pulp Production Page 13.
  2.  
  3. arraySize=2;
  4.  
  5.  
  6. TextArray = new Array();
  7.  
  8. //INFO TEST
  9.  
  10. TextArray[1] = "╖    The pulp slurry is thickened using a large disc thickener. From the thickener, it passes through a twin-wire press where the liquid is squeezed out and the consistency is increased up to 35%.";
  11.  
  12. //Fun Fact TEXT
  13.  
  14. TextArray[2] = "";
  15.  
  16. function SendNext (){
  17. _level0.PlayNextSlide ();
  18. }