home *** CD-ROM | disk | FTP | other *** search
/ Tembec Spruce Falls Operations Virtual Tour / Tembec_Spruce_Falls_Operations_Virtual_Tour.iso / FLASH / 14-pulp-p1.as < prev    next >
Text File  |  2001-04-13  |  509b  |  18 lines

  1. // This is Slide # 14 Operations Pulp Production Page 1.
  2.  
  3. arraySize=2;
  4.  
  5.  
  6. TextArray = new Array();
  7.  
  8. //INFO TEST
  9.  
  10. TextArray[1] = "╖    Receive 316,000 bone dry metric tons of chips to supply the high yield thermomechanical pulp mill come from our Chip Plant and from area sawmills. (half from own sawmill and half from area sawmills)";
  11.  
  12. //Fun Fact TEXT
  13.  
  14. TextArray[2] = "╖    Area sawmills deliver approximately 45 truckloads of chips per week day!";
  15.  
  16. function SendNext (){
  17. _level0.PlayNextSlide ();
  18. }