| Parameter Name | Default Value | Comment | 
                      
                        | arrowrightname | (undefined) | A graphic file name for the right-pointing arrow symbol, by
                          default generated internally. | 
                      
                        | arrowdownname | (undefined) | A graphic file name for the down-pointing arrow symbol, by
                          default generated internally. | 
                      
                        | itemdotname | (undefined) | A graphic file name for the dot symbol, by default
                          generated internally. | 
                      
                        | textfontface | Helvetica | The font face for the item text. In Java, the choices are
                          Courier, Dialog, Helvetica, and TimesRoman. | 
                      
                        | titlefontface | Helvetica | The font face for the titles (section headings). See above
                          for acceptable names. | 
                      
                        | textfontstyle | plain | The style of the text font. Acceptable values are plain,
                          bold, italic, and bolditalic. The last value mixes the bold
                          and italic styles. | 
                      
                        | focustextstyle | bold | The style of the text font when the item has focus (when
                          the mouse is over it). See above for acceptable values. | 
                      
                        | titlefontstyle | bold | The style of the title (section heading) font. See above
                          for acceptable values. | 
                      
                        | focustitlestyle | bold | The style of the title (section heading) font when the
                          title has focus. See above for acceptable values. | 
                      
                        | textfontsize | 12 | The point size of the text font. | 
                      
                        | focustextsize | 12 | The point size of the text font when it has focus. | 
                      
                        | titlefontsize | 14 | The point size of the title font. | 
                      
                        | focustitlesize | 16 | The point size of the title font when it has focus. | 
                      
                        | bulletcolor | #0000ff | The color of the internally generated bullet (dot) symbol.
                          The entry format is the one common on Web pages, and most
                          good editors provide a way for you to select this color
                          using a graphic dialog. | 
                      
                        | arrowcolor | #400040 | The color of the internally generated arrows. | 
                      
                        | bgcolor | #ffffff | The color of the applet's background, usually chosen to
                          blend into your page's background. | 
                      
                        | textcolor | #000000 | The color of the item text. | 
                      
                        | shadowcolor | #c0c0c0 | the color of the dropshadow seen on the titles and
                          internally generated graphics | 
                      
                        | titlecolor | #004000 | The color of the title text. | 
                      
                        | focusbgcolor | #ffffc8 | The background color of an item when it has focus. | 
                      
                        | focustextcolor | #c00000 | The color of the item text when it has focus. | 
                      
                        | focustitlecolor | #800000 | The color of the title text when it has focus. | 
                      
                        | rolltime | 3 | In seconds, this is the time delay after which the
                          descripton on the status bar is replaced with the URL. | 
                      
                        | labelvsize | 20 | This is the pixel height for the items and titles in the
                          list. Larger font sizes wil require larger pixel heights. | 
                      
                        | Labelhsize | 400 | This is the pixel width of items in the list, but this
                          value is preliminary and is adjusted to the actual width of
                          the displayed characters. This should be set to the maximum
                          required width of the longest text. | 
                      
                        | labelindent | 16 | This is the pixel indentation for each subsection of the
                          map. | 
                      
                        | shadowdelta | 2 | This is the pixel offset of the drop shadow. Set this value
                          to 0 to prevent shadow generation. | 
                      
                        | relativepath | "../" | This value adjusts the addresses of all the local items in
                          your site map. For example, if you have an item with the
                          relative address "index.html", this default setting will
                          look for it at "../index.html". This arrangement works if
                          the outline applet is located in a subdirectory. If it is
                          not, set this value to "". | 
                      
                        | targetpage | "wmain" | This value determines the name of the browser window that
                          new URLs are launched into. In a frames application, name
                          the target window when you set up the frames, and then
                          provide the name using this parameter. If you want to
                          launch URLs into the same window as the applet, set this
                          value to "". | 
                      
                        | datafile | "sitemap.h" | The default name of the site map file. This file can have
                          any name you choose, with any suffix. Just make sure
                          the file itself and this tag both specify the same name. | 
                      
                        | dotcircle | true | A boolean value that, if true, draws a circular bullet
                          (dot) for the item lists. If false, a square is drawn. In
                          very small sizes, the square may look better. This option
                          only applies to the internally generated graphics. | 
                      
                        | usecookies | true | A boolean value that, if true, allows Outline Browser to
                          set and read a cookie in the visitor's browser. This allows
                          the state of the outline to be maintained between visits, a
                          convenient feature. To use this feature, your APPLET tag
                          must have the MAYSCRIPT option set. See the above examples. | 
                      
                        | expandstring | "Expand All" | A string value that appears at the top of the display when global list expansion
                          is possible. This value is included to allow non-English users of Outline
                          Browser to customize this message. | 
                      
                        | collapsestring | "Collapse All" | A string value that appears at the top of the display when global list collapse
                          is possible. This value is included to allow non-English users of Outline
                          Browser to customize this message. | 
                      
                        | intranet | false | A boolean value that, if set true, prevents a bug that comes up if Outline
                          Browser is run on
                          a pure intranet — a site with no Internet access. |