home *** CD-ROM | disk | FTP | other *** search
/ Tembec Spruce Falls Operations Virtual Tour / Tembec_Spruce_Falls_Operations_Virtual_Tour.iso / FLASH / 13-saw-p2.as < prev    next >
Text File  |  2001-04-16  |  901b  |  21 lines

  1. // This is Slide # 13 Operations Sawmill Complex Page 2.
  2.  
  3. arraySize=2;
  4.  
  5.  
  6. TextArray = new Array();
  7.  
  8. //Fun Fact TEXT
  9.  
  10. TextArray[1] = "Principal components: 2-line slashing operation processing tree-length logs into 8-foot bolts, undersized and tops of tree-length sent to drum debarker and then chipper, Ring debarkers remove bark from 8-foot bolts, which are then automatically sorted by diameter class. Larger diameter bolts processed through computerized sawing line designed to maximize lumber recovery. Smaller diameter bolts processed through second high speed sawline. Two kilns dry production, which is then dressed in the planing mill. Finished lumber is shipped via truck or rail. Sales and Marketing of the product is handled through Tembec Forest Products office in Timmins, Ontario";
  11.  
  12. //INFO TEST
  13.  
  14. TextArray[2] = "";
  15.  
  16. function SendNext (){
  17. _level0.PlayNextSlide ();
  18. }
  19.  
  20.  
  21.