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

  1. // This is Slide # 16 Operations Pulp Production Page 2.
  2.  
  3. arraySize=2;
  4.  
  5.  
  6. TextArray = new Array();
  7.  
  8. //INFO TEST
  9.  
  10. TextArray[1] = "╖    Two lines of TMP (Line 3 started up in 1993 and Line 4 in 1996) at a cost of $113 million dollars.";
  11.  
  12. //Fun Fact TEXT
  13.  
  14. TextArray[2] = "╖    Capacity: over 1,000 air dry metric tons per day.";
  15.  
  16. function SendNext (){
  17. _level0.PlayNextSlide ();
  18. }