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

  1. // This is Slide # 9 Wood Supply page 1.
  2.  
  3. arraySize=2;
  4.  
  5.  
  6. TextArray = new Array();
  7.  
  8. //INFO TEXT
  9.  
  10. TextArray[1] = "The majority of the wood supply for the site originates from the Gordon Cosens Forest. This forest is harvested and regenerated to maintain successive crops of timber on a sustained yield basis.";
  11.  
  12. //Fun Fact TEXT
  13.  
  14. TextArray[2] = "Size of Gordon Cosens Forest = 2,016,301 hectares (or 7,785 square miles). Approximately the same size as the state of New Jersey, or larger than Lake Ontario.";
  15.  
  16. function SendNext (){
  17. _level0.PlayNextSlide ();
  18. }