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

  1. // This is Slide # 27 Operations Pulp Production Page 14.
  2.  
  3. arraySize=2;
  4.  
  5.  
  6. TextArray = new Array();
  7.  
  8. //INFO TEST
  9.  
  10. TextArray[1] = "╖    From the twin-wire press, the stock is diluted down to approximately 8-9% using white water from the paper machines and is then sent to storage tanks. From the storage tanks, the finished pulp is then proportioned to the paper machines where as much as 40% can be used in the newsprint furnish, depending on customer requirements.";
  11.  
  12. //Fun Fact TEXT
  13.  
  14. TextArray[2] = "";
  15.  
  16. function SendNext (){
  17. _level0.PlayNextSlide ();
  18. }