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

  1. // This is Slide # 17 Operations Pulp Production Page 4.
  2.  
  3. arraySize=2;
  4.  
  5.  
  6. TextArray = new Array();
  7.  
  8. //INFO TEST
  9.  
  10. TextArray[1] = "╖    Pulp is produced from wood chips through the use of mechanical forces, using Defibrators, commonly called 'refiners'. Chips are steamed, washed and steamed again before being fed to refiners equipped with 32,000 H.P. sychronous motors. The chips are ground between two plates inside the refiners and defibrated to a pulp.";
  11.  
  12. //Fun Fact TEXT
  13.  
  14. TextArray[2] = "╖    These motors were the biggest in the world in 1995.";
  15.  
  16. function SendNext (){
  17. _level0.PlayNextSlide ();
  18. }