     boxWid = 200;      // fader width: pixel integer
     boxHgt = 150;       // fader height: pixel integer
     backCol = "white"  // fader bgcolor: color name or #RRGGBB
     blendInt = 10;      // headline display time: seconds
     blendDur = 1;      // duration of blend/fade: seconds
     maxLoops = 100;      // maximum headline sets displayed: integer

     txtDec = "none";   // text decoration: none | underline
     txtAln = "left";   // text alignment: left | right | center | justify
     fntCol = "#663366";  // font color: color name or #RRGGBB
     fntSiz = "14pt";    // font size: points or pixels recommended
     fntWgh = "bold";   // font weight: normal | bold
     fntSty = "normal"; // font style: normal | italic
     fntFam = "Garamond,Geneva,Arial,sans-serif";
                        // font family
     linHgt = "16pt";    // line height (leading): normal or points/pixels

     slideInc = 2;      // NN GIF move increment: pixels

