home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd2.bin / ruzne / painter / PAINTE~2.cab / _54F62C21459F4813BC3D716F323DB546 < prev    next >
Text File  |  2003-03-20  |  2KB  |  29 lines

  1. function  Book_AddTOCEntries(ParamBookEntry)
  2. {
  3.   Level1 = ParamBookEntry.fNewChild(" Welcome to Corel Painter 8", "01-Welcome.html#1001394");
  4.   Level1 = ParamBookEntry.fNewChild("The Workspace", "02-Workspace.html#1023885");
  5.   Level1 = ParamBookEntry.fNewChild("Basics", "03-Basics.html#1008013");
  6.   Level1 = ParamBookEntry.fNewChild("Using Textures, Patterns, and Weaves", "04-Textures.html#1008512");
  7.   Level1 = ParamBookEntry.fNewChild("Color", "05-Color.html#1017861");
  8.   Level1 = ParamBookEntry.fNewChild("Painting", "06-Painting.html#998928");
  9.   Level1 = ParamBookEntry.fNewChild("Using Water Color", "07-Water%20Color.html#998927");
  10.   Level1 = ParamBookEntry.fNewChild("Using Liquid Ink", "08-Liquid%20Ink.html#998202");
  11.   Level1 = ParamBookEntry.fNewChild("Impasto", "09-Impasto.html#1004044");
  12.   Level1 = ParamBookEntry.fNewChild("Using the Brush Creator", "10-Brushes.html#1008239");
  13.   Level1 = ParamBookEntry.fNewChild("Cloning and Tracing", "11-Cloning.html#998928");
  14.   Level1 = ParamBookEntry.fNewChild("Using Selections", "12-Selections.html#1005586");
  15.   Level1 = ParamBookEntry.fNewChild("Using Alpha Channels", "13-Channels.html#1009193");
  16.   Level1 = ParamBookEntry.fNewChild("Using Layers and Layer Masks", "14-Layers.html#998928");
  17.   Level1 = ParamBookEntry.fNewChild("Using Image Effects", "15-Effects.html#1026294");
  18.   Level1 = ParamBookEntry.fNewChild("Using Dynamic Plug-ins", "16-Dynamic%20Plug-ins.html#1014355");
  19.   Level1 = ParamBookEntry.fNewChild("The Image Hose", "17-Hose.html#998927");
  20.   Level1 = ParamBookEntry.fNewChild("Mosaics", "18-Mosaics.html#998927");
  21.   Level1 = ParamBookEntry.fNewChild("Using Shapes", "19-Shapes.html#998927");
  22.   Level1 = ParamBookEntry.fNewChild("Working with Text", "20-Text.html#998927");
  23.   Level1 = ParamBookEntry.fNewChild("The Web", "21-Web.html#1003714");
  24.   Level1 = ParamBookEntry.fNewChild("Scripting", "22-Scripting.html#998928");
  25.   Level1 = ParamBookEntry.fNewChild("Animation and Video", "23-Video.html#1001866");
  26.   Level1 = ParamBookEntry.fNewChild("Printing", "24-Printing.html#998928");
  27.   Level1 = ParamBookEntry.fNewChild("Keyboard Shortcuts", "25-Keyboard.html#998928");
  28. }
  29.