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

  1. // This is Slide # 36 Operations Paper Production page 9.
  2.  
  3. arraySize=2;
  4.  
  5.  
  6. TextArray = new Array();
  7.  
  8. //INFO TEXT
  9.  
  10. TextArray[1] = "Parent reels are wound to specific diameter needed to produce subsequent 'sets' of smaller diameter rolls to satisfy customer requirements. Normal diameters at Spruce Falls are 40 inchs, 42 inchs, 45 inchs and 50 inchs diameters.";
  11.  
  12. //Fun Fact TEXT
  13.  
  14. TextArray[2] = "In one day, No. 5 paper machine can produce 25 jumbo parent reels or enough paper to go from Chicago to Philadelphia.";
  15.  
  16.  
  17.  
  18.  
  19.