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

  1. // This is Slide # 5 Location of site Page 2.
  2.  
  3. arraySize=2;
  4.  
  5.  
  6. TextArray = new Array();
  7.  
  8. //INFO TEXT
  9.  
  10. TextArray[1] = "╖    3 Tembec Groups on site: Tembec Paper Group û newsmill and supporting services, Tembec Forest Products Group û sawmill, Tembec Forest Resources Management Group û harvesting operations and forest management.";
  11.  
  12. //Fun Fact TEXT
  13.  
  14. TextArray[2] = "Kapuskasing site employs approximately 1,200 employees û major employer in this community.";
  15.  
  16. function SendNext (){
  17. _level0.PlayNextSlide ();
  18. }