home *** CD-ROM | disk | FTP | other *** search
/ Tembec Spruce Falls Operations Virtual Tour / Tembec_Spruce_Falls_Operations_Virtual_Tour.iso / FLASH / 47-enviro-p4.as < prev    next >
Text File  |  2001-04-13  |  569b  |  17 lines

  1. // This is Slide # 47 The Environment page 4.
  2.  
  3. arraySize=2;
  4.  
  5.  
  6. TextArray = new Array();
  7.  
  8. //INFO TEXT
  9.  
  10. TextArray[1] = "Effluent then flows into the aeration basin for approximately 30 hours where naturally occurring bacteria, supplemented with oxygen and nutrients in the form of nitrogen and phosphorus, break down over 98% of the remaining dissolved material and virtually all of the organic resins and acids released from the wood during mechanical pulping.";
  11.  
  12. //Fun Fact TEXT
  13.  
  14. TextArray[2] = "Aeration basin:  365 feet in diameter, 36 feet deep.";
  15.  
  16.  
  17.