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

  1. // This is Slide # 24 Operations Pulp Production Page 11.
  2.  
  3. arraySize=2;
  4.  
  5.  
  6. TextArray = new Array();
  7.  
  8. //INFO TEST
  9.  
  10. TextArray[1] = "╖    Once the paper has been beaten up in the pulper for about 5-10 minutes, it is then pumped through various stages of screening to remove contaminants such as plastic bags, cans, wire, staples, sand, glass, and wood.";
  11.  
  12. //Fun Fact TEXT
  13.  
  14. TextArray[2] = "";
  15.  
  16. function SendNext (){
  17. _level0.PlayNextSlide ();
  18. }