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

  1. // This is Slide # 22 Operations Pulp Production Page 9.
  2.  
  3. arraySize=2;
  4.  
  5.  
  6. TextArray = new Array();
  7.  
  8. //INFO TEST
  9.  
  10. TextArray[1] = "╖    Using a clamp truck, the bales are moved to the pulper feed conveyor where they are dewired. The loose paper is pushed onto the conveyor weigh belt until the required batch weight is obtained.";
  11.  
  12. //Fun Fact TEXT
  13.  
  14. TextArray[2] = "";
  15.  
  16. function SendNext (){
  17. _level0.PlayNextSlide ();
  18. }