home *** CD-ROM | disk | FTP | other *** search
/ Tembec Spruce Falls Operations Virtual Tour / Tembec_Spruce_Falls_Operations_Virtual_Tour.iso / FLASH / 35-paper-p8.as < prev    next >
Text File  |  2001-04-13  |  641b  |  19 lines

  1. // This is Slide # 35 Operations Paper Production page 8.
  2.  
  3. arraySize=2;
  4.  
  5.  
  6. TextArray = new Array();
  7.  
  8. //INFO TEXT
  9.  
  10. TextArray[1] = "The dryer section of a paper machine is made up of canisters that are pressurized with steam, which is controlled by the operator. This allows for the final drying of the web. Dryer felts support the sheet and maintain the close contact between the sheet and the dryers needed to rapidly transfer heat from the dryers to the web. The web enters the dryer section containing approximately 58% moisture and leaves at approximately 8% moisture content.";
  11.  
  12. //Fun Fact TEXT
  13.  
  14. TextArray[2] = "";
  15.  
  16.  
  17.  
  18.  
  19.