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

  1. // This is Slide # 20 Operations Pulp Production Page 7.
  2.  
  3. arraySize=2;
  4.  
  5.  
  6. TextArray = new Array();
  7.  
  8. //INFO TEST
  9.  
  10. TextArray[1] = "╖    The finished pulp is stored in one of three 200-metric-ton-per-day storage tanks from where it is pumped to the paper machines.";
  11.  
  12. //Fun Fact TEXT
  13.  
  14. TextArray[2] = "╖    TMP pulp forms on average 80% of the pulp furnish for the paper machines.";
  15.  
  16. function SendNext (){
  17. _level0.PlayNextSlide ();
  18. }