home *** CD-ROM | disk | FTP | other *** search
/ Tembec Spruce Falls Operations Virtual Tour / Tembec_Spruce_Falls_Operations_Virtual_Tour.iso / FLASH / 10-woods-p2.as < prev    next >
Text File  |  2001-05-02  |  532b  |  18 lines

  1. // This is Slide # 10 Wood Supply page 2.
  2.  
  3. arraySize=2;
  4.  
  5.  
  6. TextArray = new Array();
  7.  
  8. //INFO TEXT
  9.  
  10. TextArray[1] = "In addition to natural regeneration, silvicultural activities include tree planting, aerial seeding, careful logging around advanced growth, leaving groups of seed trees standing, forest tending.";
  11.  
  12. //Fun Fact TEXT
  13.  
  14. TextArray[2] = "Over 218 million trees had been planted since 1948 on the Gordon Cosens Forest. In 2000 we planted 9.3 million trees.";
  15.  
  16. function SendNext (){
  17. _level0.PlayNextSlide ();
  18. }