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

  1. // This is Slide # 19 Operations Pulp Production Page 6.
  2.  
  3. arraySize=2;
  4.  
  5.  
  6. TextArray = new Array();
  7.  
  8. //INFO TEST
  9.  
  10. TextArray[1] = "╖    TMP process uses large amounts of electrical energy. Lines 3 and 4 generate about 2.3 million pounds of steam per day in its heat recovery unit, which represents approximately $15,000 of energy per day.";
  11.  
  12. //Fun Fact TEXT
  13.  
  14. TextArray[2] = "╖    Lines 3/4 use in 21 minutes the same amount of electricity required for the entire town of Kapuskasing in one year.";
  15.  
  16. function SendNext (){
  17. _level0.PlayNextSlide ();
  18. }