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

  1. // This is Slide # 46 The Environment page 3.
  2.  
  3. arraySize=2;
  4.  
  5.  
  6. TextArray = new Array();
  7.  
  8. //INFO TEXT
  9.  
  10. TextArray[1] = "The secondary treatment system started operation in April 1995. Construction cost:  $35 million. Maximum Operating volume:  31.1 million U.S. gallons. The clarified effluent from the primary treatment is pumped to the equalization basin for 6-8 hours retention time to allow cooling and pH adjustment.";
  11.  
  12. //Fun Fact TEXT
  13.  
  14. TextArray[2] = "Comparable to 35 olympic swimming pools.";
  15.  
  16.  
  17.