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

  1. // This is Slide # 21 Operations Pulp Production Page 8.
  2.  
  3. arraySize=2;
  4.  
  5.  
  6. TextArray = new Array();
  7.  
  8. //INFO TEST
  9.  
  10. TextArray[1] = "╖    The Spruce Falls Deinking Pulp Plant is capable of supplying enough pulp to allow for the production of newsprint with up to 40% recycled content. Receiving capacity of up to 220 metric tons per day of old newspapers at 86% recovering efficiency,providing 190 metric tons of pulp to the paper machines. Majority of old newspapers and old magazines come from Ontario and the Northeastern United States ôurban forestö. ONP received in bales by rail cars or trucks.";
  11.  
  12. //Fun Fact TEXT
  13.  
  14. TextArray[2] = "╖    The deinking plant can warehouse a three day supply of old newspaper.";
  15.  
  16. function SendNext (){
  17. _level0.PlayNextSlide ();
  18. }