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

  1. // This is Slide # 54 The Environment Programs page 5.
  2.  
  3. arraySize=2;
  4.  
  5.  
  6. TextArray = new Array();
  7.  
  8. //INFO TEXT
  9.  
  10. TextArray[1] = "Tembec's Forest Resource Management Group and the World Wildlife Fund Canada have a shared vision of corporate responsibility towards the environment, and have agreed to support the principles of establishing a representative network of protected areas and certification of well-managed forests.";
  11.  
  12. //Fun Fact TEXT
  13.  
  14. TextArray[2] = "On January 25, 2001, Tembec and the World Wildlife Fund signed a Joint Statement on Forest Stewardship.";
  15.  
  16.  
  17.