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

  1. // This is Slide # 2 TEMBREC PRODUCTS Page 1.
  2.  
  3. arraySize=2;
  4.  
  5.  
  6. TextArray = new Array();
  7.  
  8. //INFO TEXT
  9.  
  10. TextArray[1] = "╖    Tembec products include:                                     Forest Products                           softwood, hardwod and pine lumber, hardwood flooring, laminated veneer lumber, oriented strand board                            ╖    Pulp Products                      high-yield chlorine-free market pulps, specialty alpha and dissolving cellulose pulp, bleached kraft pulp             ╖    Paper Products -- newsprint and publishing papers                                    ╖    Paperboard Products -- coated paperboard and bristols                         ╖    Chemical Products -- ignosulfonates, phenolic resins and ethanol.";
  11.  
  12. //Fun Fact TEXT
  13.  
  14. TextArray[2] = "Tembec markets its products in over 50 countries.";
  15.  
  16. function SendNext (){
  17. _level0.PlayNextSlide ();
  18. }