var i = 0;
var mfgHd   = "#DD0000";
var mfg     = "#ff6699";
var prodHd  = "#ff6600";
var prod    = "#ff9900";
var backGC  = "Black";
var backG2  = "Gray";
function Section(title, startpage, endpage)
  {
    this.title      = title;
    this.startpage  = startpage;
    this.endpage    = endpage;
  }
var sections  = new Array();
i = 0;
sections[i++] = new Section("List by page #",           1, 162);
sections[i++] = new Section("Helmets/Goggles/Apparel",  1,  34);//
sections[i++] = new Section("Skis/Skins/Runners",      35,  42);//
sections[i++] = new Section("Chassis",                 43,  44);//
sections[i++] = new Section("Engine/Exhaust",          45,  70);//
sections[i++] = new Section("Carburetion",             71, 102);//
sections[i++] = new Section("Electrical",             103, 124);//
sections[i++] = new Section("Traction",               125, 128);//
sections[i++] = new Section("Belts/Drive/Clutch",     129, 134);//
sections[i++] = new Section("Accessories",            135, 142);//
sections[i++] = new Section("Handlebars/Controls",    143, 154);//
sections[i++] = new Section("Lubes/Tools/Dollies",    155, 162);//
function IndexGroup(title, length)
  {
    this.title  = title;
    this.length = length;
  }
var indexGroups  = new Array();
function Index(color, title, pages)
  {
    if(!pages)
      {
        pages = title;
        title = color;
        color = "Black";
      }
    this.color  = color;
    this.title  = title;
    this.pages  = pages;
  }
var indexs  = new Array();
var maxGroups = 0;
i = 0;
indexs[maxGroups]       = new Array(); // A
indexs[maxGroups][i++]  = new Index(        "Air Box Conversion Kit",                     [81]);
indexs[maxGroups][i++]  = new Index(prodHd, "Air Filters",                                [88,89]);
indexs[maxGroups][i++]  = new Index(prod,   "Air Filters (<strong>K &amp; N</strong>)",   [89]);
indexs[maxGroups][i++]  = new Index(prod,   "Air Filters (<strong>Unifilter</strong>)",   [88]);
indexs[maxGroups][i++]  = new Index(        "Air Horn Intake Kit",                        [79,80]);
indexs[maxGroups][i++]  = new Index(        "Air Vents",                                  [84]);
indexs[maxGroups][i++]  = new Index(        "Aluminum Throttle Block",                    [150]);
indexs[maxGroups][i++]  = new Index(prodHd, "Anti-Skid Tape",                             [139]);
indexs[maxGroups][i++]  = new Index(prod,   "Anti-Skid Tape (<strong>ISC</strong>)",      [139]);
indexs[maxGroups][i++]  = new Index(prod,   "Anti-Skid Tape (<strong>Transbec</strong>)", [139]);
indexs[maxGroups][i++]  = new Index(        "Anti-Slip Grips",                            [151]);
indexs[maxGroups][i++]  = new Index(        "Anti-Wear Pads",                             [127]);
indexs[maxGroups][i++]  = new Index(        "Auxiliary Tanks",                            [101]);
indexGroups[maxGroups++]  = new IndexGroup("A",i);
i = 0;
indexs[maxGroups]       = new Array(); // B
indexs[maxGroups][i++]  = new Index(        "Balaclavas (<strong>Schampa</strong>)",          [15,19,21,22,23,24]);
indexs[maxGroups][i++]  = new Index(        "Bars",                                           [150]);
indexs[maxGroups][i++]  = new Index(        "Batteries",                                      [121,122,123,124]);
indexs[maxGroups][i++]  = new Index(        "Battery Fitment",                                [123,124]);
indexs[maxGroups][i++]  = new Index(        "Battery Operated Gloves",                        [26,27,31,32]);
indexs[maxGroups][i++]  = new Index(        "Battery Operated Vests",                         [26]);
indexs[maxGroups][i++]  = new Index(        "Beam Breaker",                                   [41]);
indexs[maxGroups][i++]  = new Index(        "Beanies (<strong>Schampa</strong>)",             [15,24]);
indexs[maxGroups][i++]  = new Index(        "Belt Cross Reference Chart",                     [130,131]);
indexs[maxGroups][i++]  = new Index(        "Belt Deflection Adjuster",                       [133]);
indexs[maxGroups][i++]  = new Index(        "Belts (<strong>Dayco</strong>)",                 [129,130,131]);
indexs[maxGroups][i++]  = new Index(        "Billet Heads",                                   [67,68]);
indexs[maxGroups][i++]  = new Index(        "Boost Bottle",                                   [87]);
indexs[maxGroups][i++]  = new Index(mfgHd,  "<strong>Boyesen</strong>",                       [72,73,74,75,76]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>Boyesen</strong> Power Reeds",           [75,76]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>Boyesen</strong> PowerWing",             [72]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>Boyesen</strong> Rad Valves",            [72,73,74]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>Boyesen</strong> Rage Cage Power Pack",  [72]);
indexs[maxGroups][i++]  = new Index(prodHd, "Brake lines",                                    [149,153]);
indexs[maxGroups][i++]  = new Index(prod,   "Brake lines (<strong>Powermadd</strong>)",       [149]);
indexs[maxGroups][i++]  = new Index(prod,   "Brake lines (<strong>SLP</strong>)",             [153]);
indexs[maxGroups][i++]  = new Index(        "Brake pads",                                     [152]);
indexs[maxGroups][i++]  = new Index(        "Brake rotor assembly",                           [152]);
indexs[maxGroups][i++]  = new Index(prodHd, "Breath deflectors",                              [10,21]);
indexs[maxGroups][i++]  = new Index(prod,   "Breath deflectors (<strong>Schampa</strong>)",   [21]);
indexs[maxGroups][i++]  = new Index(prod,   "Breath deflectors (<strong>Smith</strong>)",     [10]);
indexs[maxGroups][i++]  = new Index(        "Bubble Peak",                                    [11]);
indexGroups[maxGroups++]  = new IndexGroup("B",i);
i = 0;
indexs[maxGroups]       = new Array(); // C
indexs[maxGroups][i++]  = new Index(        "<strong>C.R.V.</strong> Riding Belt",      [142]);
indexs[maxGroups][i++]  = new Index(        "Cable and fittings",                       [154]);
indexs[maxGroups][i++]  = new Index(prodHd, "Cable Ties",                               [138]);
indexs[maxGroups][i++]  = new Index(prod,   "Cable Ties (<strong>Transbec</strong>)",   [138]);
indexs[maxGroups][i++]  = new Index(prod,   "Cable Ties (<strong>Uni</strong>)",        [138]);
indexs[maxGroups][i++]  = new Index(        "Cam Arm Bushings",                         [133]);
indexs[maxGroups][i++]  = new Index(        "Carb Tools",                               [101,102]);
indexs[maxGroups][i++]  = new Index(        "Carb Tuners",                              [101]);
indexs[maxGroups][i++]  = new Index(        "Carbide Runners",                          [38,39]);
indexs[maxGroups][i++]  = new Index(        "Carburetor Rebuild Kits",                  [96]);
indexs[maxGroups][i++]  = new Index(prodHd, "Cargo Nets",                               [137,138]);
indexs[maxGroups][i++]  = new Index(prod,   "Cargo Nets (<strong>Powertye</strong>)",   [137]);
indexs[maxGroups][i++]  = new Index(prod,   "Cargo Nets (<strong>SHR</strong>)",        [138]);
indexs[maxGroups][i++]  = new Index(        "Cheater Heads",                            [66,67,68]);
indexs[maxGroups][i++]  = new Index(        "Child Restraint Belt",                     [142]);
indexs[maxGroups][i++]  = new Index(        "Cleaners",                                 [157]);
indexs[maxGroups][i++]  = new Index(prodHd, "Clutch",                                   [132,133,134,160,161,162]);
indexs[maxGroups][i++]  = new Index(prod,   "Clutch Bushings",                          [133]);
indexs[maxGroups][i++]  = new Index(prod,   "Clutch Buttons",                           [132]);
indexs[maxGroups][i++]  = new Index(prod,   "Clutch Press Tool",                        [160]);
indexs[maxGroups][i++]  = new Index(prod,   "Clutch Pullers",                           [162]);
indexs[maxGroups][i++]  = new Index(prod,   "Clutch Springs",                           [134]);
indexs[maxGroups][i++]  = new Index(prod,   "Clutch Tools",                             [160,161,162]);
indexs[maxGroups][i++]  = new Index(prod,   "Clutch Weight",                            [133]);
indexs[maxGroups][i++]  = new Index(        "Control Hooks",                            [151]);
indexs[maxGroups][i++]  = new Index(        "Crankcase Plate",                          [69]);
indexs[maxGroups][i++]  = new Index(        "Crankcase Plug",                           [69]);
indexs[maxGroups][i++]  = new Index(        "Crossover Helmet",                         [5]);
indexs[maxGroups][i++]  = new Index(        "Cushion Torque Arm",                       [70]);
indexs[maxGroups][i++]  = new Index(        "Custom Cushion Grips",                     [151]);
indexGroups[maxGroups++]  = new IndexGroup("C",i);
i = 0;
indexs[maxGroups]       = new Array(); // D
indexs[maxGroups][i++]  = new Index(        "Dash Intake vent",                               [81]);
indexs[maxGroups][i++]  = new Index(        "<strong>Dayco</strong> Belts",                   [129,130,131]);
indexs[maxGroups][i++]  = new Index(        "<strong>Diamond Plastics</strong> Snow Skimmer", [142]);
indexs[maxGroups][i++]  = new Index(        "<strong>Dobeck</strong> TFI BOX",                [71]);
indexs[maxGroups][i++]  = new Index(        "Drive Belts",                                    [129,130,131]);
indexs[maxGroups][i++]  = new Index(        "Drive Clutch Pullers",                           [162]);
indexs[maxGroups][i++]  = new Index(        "Drive Springs",                                  [134]);
indexs[maxGroups][i++]  = new Index(        "Driven Springs",                                 [134]);
indexs[maxGroups][i++]  = new Index(prodHd, "Duct Tape",                                      [139]);
indexs[maxGroups][i++]  = new Index(prod,   "Duct Tape (<strong>ISC</strong>)",               [139]);
indexs[maxGroups][i++]  = new Index(prod,   "Duct Tape (<strong>Transbec</strong>)",          [139]);
indexs[maxGroups][i++]  = new Index(        "<strong>Dynojet Power Commander</strong>",       [77]);
indexGroups[maxGroups++]  = new IndexGroup("D",i);
i = 0;
indexs[maxGroups]       = new Array(); // E
indexs[maxGroups][i++]  = new Index(        "End Cap Kit",                                              [147]);
indexs[maxGroups][i++]  = new Index(        "Engine Push Arm",                                          [70]);
indexs[maxGroups][i++]  = new Index(        "Engine Stabilizer Kit",                                    [70]);
indexs[maxGroups][i++]  = new Index(        "Engine Tools",                                             [159,160,161,162]);
indexs[maxGroups][i++]  = new Index(        "Engine Torque Arm",                                        [70]);
indexs[maxGroups][i++]  = new Index(        "Exhaust Flange Gasket",                                    [65]);
indexs[maxGroups][i++]  = new Index(        "Exhaust Springs",                                          [64]);
indexs[maxGroups][i++]  = new Index(        "Exhaust Systems",                                          [45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63]);
indexs[maxGroups][i++]  = new Index(        "Exhaust Valve Springs",                                    [69]);
indexs[maxGroups][i++]  = new Index(        "Extended Length Brake Lines (<strong>Powermadd</strong>)", [149]);
indexs[maxGroups][i++]  = new Index(        "Extension Spring Hooks",                                   [159]);
indexGroups[maxGroups++]  = new IndexGroup("E",i);
i = 0;
indexs[maxGroups]       = new Array(); // F
indexs[maxGroups][i++]  = new Index(prodHd, "Face masks",                                   [10,15,16,17,19,23]);
indexs[maxGroups][i++]  = new Index(prod,   "Face masks (<strong>Schampa</strong>)",        [15,16,17,19,23]);
indexs[maxGroups][i++]  = new Index(prod,   "Face masks (<strong>Smith</strong>)",          [10]);
indexs[maxGroups][i++]  = new Index(        "Face shields",                                 [11]);
indexs[maxGroups][i++]  = new Index(        "Fasteners",                                    [43]);
indexs[maxGroups][i++]  = new Index(        "Fittings (Cable)",                             [154]);
indexs[maxGroups][i++]  = new Index(        "<strong>Fleeceprene</strong> Technical Wear",  [16,17]);
indexs[maxGroups][i++]  = new Index(        "Flexbar",                                      [150]);
indexs[maxGroups][i++]  = new Index(        "Flip-up Helmet",                               [5]);
indexs[maxGroups][i++]  = new Index(        "Flow-Rite Intake Kits",                        [85]);
indexs[maxGroups][i++]  = new Index(        "Flywheel Puller",                              [159]);
indexs[maxGroups][i++]  = new Index(        "Foot rests",                                   [44]);
indexs[maxGroups][i++]  = new Index(        "Foot well Vents",                              [87]);
indexs[maxGroups][i++]  = new Index(        "Front Rail Shock Mount Kit",                   [126]);
indexs[maxGroups][i++]  = new Index(prodHd, "Fuel ",                                        [71,97,98,99,100,157]);
indexs[maxGroups][i++]  = new Index(prod,   "Fuel Accessories",                             [99,100]);
indexs[maxGroups][i++]  = new Index(prod,   "Fuel De-icer",                                 [157]);
indexs[maxGroups][i++]  = new Index(prod,   "Fuel Filters",                                 [97]);
indexs[maxGroups][i++]  = new Index(prod,   "Fuel Injection Box",                           [71]);
indexs[maxGroups][i++]  = new Index(prod,   "Fuel Line",                                    [98]);
indexs[maxGroups][i++]  = new Index(prod,   "Fuel Stabilizer",                              [157]);
indexGroups[maxGroups++]  = new IndexGroup("F",i);
i = 0;
indexs[maxGroups]       = new Array(); // G
indexs[maxGroups][i++]  = new Index(        "Gas Vents",                            [100]);
indexs[maxGroups][i++]  = new Index(        "Gauntlet",                             [147]);
indexs[maxGroups][i++]  = new Index(        "<strong>Gerbing's</strong>",           [26,27,28,29,30,31,32,33,34]);
indexs[maxGroups][i++]  = new Index(prodHd, "Gloves",                               [19,26,27,31,32]);
indexs[maxGroups][i++]  = new Index(prod,   "Gloves (<strong>Gerbing's</strong>)",  [26,27,31,32]);
indexs[maxGroups][i++]  = new Index(prod,   "Gloves (<strong>Schampa</strong>)",    [19]);
indexs[maxGroups][i++]  = new Index(        "Goggle Bag",                           [10]);
indexs[maxGroups][i++]  = new Index(        "Goggles (<strong>Smith</strong>)",     [6,7,8,9]);
indexs[maxGroups][i++]  = new Index(        "Grab Bar",                             [150]);
indexs[maxGroups][i++]  = new Index(        "Grafoil Seals",                        [64]);
indexs[maxGroups][i++]  = new Index(        "Grip Glue",                            [143]);
indexs[maxGroups][i++]  = new Index(prodHd, "Grips",                                [143,151]);
indexs[maxGroups][i++]  = new Index(prod,   "Grips (<strong>O'Neal</strong>)",      [143]);
indexs[maxGroups][i++]  = new Index(prod,   "Grips (<strong>SLP</strong>)",         [151]);
indexs[maxGroups][i++]  = new Index(prod,   "Grips (<strong>Smith</strong>)",       [143]);
indexGroups[maxGroups++]  = new IndexGroup("G",i);
i = 0;
indexs[maxGroups]       = new Array(); // H
indexs[maxGroups][i++]  = new Index(        "Hand Warmers",                                 [144,145]);
indexs[maxGroups][i++]  = new Index(        "Handguard Extensions",                         [146]);
indexs[maxGroups][i++]  = new Index(        "Handguards",                                   [146,147]);
indexs[maxGroups][i++]  = new Index(        "Head sets",                                    [66,67,68]);
indexs[maxGroups][i++]  = new Index(        "Headlight Adjustment Knob Prefilter",          [82]);
indexs[maxGroups][i++]  = new Index(        "Heat Barrier Tape",                            [69]);
indexs[maxGroups][i++]  = new Index(        "Heated Clothing (<strong>Gerbing's</strong>)", [26,27,28,29,30,31,32,33,34]);
indexs[maxGroups][i++]  = new Index(        "Heated Grips (<strong>Symtec</strong>)",       [144,145]);
indexs[maxGroups][i++]  = new Index(        "Heated Soles (<strong>Gerbing's</strong>)",    [27]);
indexs[maxGroups][i++]  = new Index(        "Helix",                                        [132,133]);
indexs[maxGroups][i++]  = new Index(        "Helix Ramp Buttons",                           [132]);
indexs[maxGroups][i++]  = new Index(prodHd, "Helmet Accessories",                           [1,11,21]);
indexs[maxGroups][i++]  = new Index(prod,   "Helmet locks",                                 [11]);
indexs[maxGroups][i++]  = new Index(prod,   "Helmet Quick Release",                         [11]);
indexs[maxGroups][i++]  = new Index(prod,   "Helmet Sizing Chart",                          [1]);
indexs[maxGroups][i++]  = new Index(prod,   "Helmet Skirt",                                 [21]);
indexs[maxGroups][i++]  = new Index(prodHd, "Helmets",                                      [1,2,3,4,5]);
indexs[maxGroups][i++]  = new Index(prod,   "Helmets (<strong>One Industries</strong>)",    [1,2,3,4]);
indexs[maxGroups][i++]  = new Index(prod,   "Helmets (<strong>SHR</strong>)",               [5]);
indexs[maxGroups][i++]  = new Index(        "<strong>Hifax</strong> Anti-Wear Pads",        [127]);
indexs[maxGroups][i++]  = new Index(        "High-Flow Air Box",                            [79]);
indexs[maxGroups][i++]  = new Index(        "High-Flow Intake Kit",                         [79,80,82,84]);
indexs[maxGroups][i++]  = new Index(        "<strong>Hiperfax</strong>",                    [127]);
indexs[maxGroups][i++]  = new Index(        "Hood Strap",                                   [44]);
indexs[maxGroups][i++]  = new Index(        "Hooks",                                        [151]);
indexs[maxGroups][i++]  = new Index(        "Hose Clamps",                                  [98,100]);
indexs[maxGroups][i++]  = new Index(        "Hot Air Elimination Kit",                      [86]);
indexs[maxGroups][i++]  = new Index(        "<strong>Hotdogger</strong>",                   [142]);
indexGroups[maxGroups++]  = new IndexGroup("H",i);
i = 0;
indexs[maxGroups]       = new Array(); // I
indexs[maxGroups][i++]  = new Index(        "Inline Fuel Valves",       [100]);
indexs[maxGroups][i++]  = new Index(        "Intake Tube Heat Shield",  [87]);
indexGroups[maxGroups++]  = new IndexGroup("I",i);
i = 0;
indexs[maxGroups]       = new Array(); // J
indexs[maxGroups][i++]  = new Index(        "Jet Wrench", [102]);
indexs[maxGroups][i++]  = new Index(        "Jets",       [91,92,93,94,95,96]);
indexGroups[maxGroups++]  = new IndexGroup("J",i);
i = 0;
indexs[maxGroups]       = new Array(); // K
indexs[maxGroups][i++]  = new Index(mfgHd,  "<strong>K &amp; N</strong>",                         [89,90]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>K &amp; N</strong> Air Filters",             [89]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>K &amp; N</strong> Recharger Service Kits",  [90]);
indexs[maxGroups][i++]  = new Index(        "<strong>Karbona</strong> Thumb Warmer",              [143]);
indexs[maxGroups][i++]  = new Index(prodHd, "Keihin Jets",                                        [92,95,96]);
indexs[maxGroups][i++]  = new Index(prod,   "Keihin Jets <strong>Shindy</strong>",                [92]);
indexs[maxGroups][i++]  = new Index(prod,   "Keihin Jets <strong>OEM</strong>",                   [95,96]);
indexs[maxGroups][i++]  = new Index(        "<strong>Kombat</strong> Helmets",                    [1,2]);
indexGroups[maxGroups++]  = new IndexGroup("K",i);
i = 0;
indexs[maxGroups]       = new Array(); // L
indexs[maxGroups][i++]  = new Index(        "<strong>Leatt</strong> Neck Brace",          [12,13,14]);
indexs[maxGroups][i++]  = new Index(        "Lens reference chart",                       [10]);
indexs[maxGroups][i++]  = new Index(        "Lenses",                                     [10]);
indexs[maxGroups][i++]  = new Index(prodHd, "Loop Blackout",                              [41,42]);
indexs[maxGroups][i++]  = new Index(prod,   "Loop Blackout (<strong>Powermadd</strong>)", [42]);
indexs[maxGroups][i++]  = new Index(prod,   "Loop Blackout (<strong>SLP</strong>)",       [41]);
indexs[maxGroups][i++]  = new Index(        "Loops",                                      [37,41]);
indexs[maxGroups][i++]  = new Index(prodHd, "Lubricants",                                 [155,156,157]);
indexs[maxGroups][i++]  = new Index(prod,   "Lubricants (<strong>Maxima</strong>)",       [156,157]);
indexs[maxGroups][i++]  = new Index(prod,   "Lubricants (<strong>Motul</strong>)",        [155]);
indexGroups[maxGroups++]  = new IndexGroup("L",i);
i = 0;
indexs[maxGroups]       = new Array(); // M
indexs[maxGroups][i++]  = new Index(prodHd, "Masks",                                                    [10,15,16,17,19,23]);
indexs[maxGroups][i++]  = new Index(prod,   "Masks (<strong>Schampa</strong>)",                         [15,16,17,19,23]);
indexs[maxGroups][i++]  = new Index(prod,   "Masks (<strong>Smith</strong>)",                           [10]);
indexs[maxGroups][i++]  = new Index(        "<strong>Maxima</strong>",                                  [156,157]);
indexs[maxGroups][i++]  = new Index(        "Mechanics gloves",                                         [19]);
indexs[maxGroups][i++]  = new Index(        "Metal Exhaust Flange gasket",                              [65]);
indexs[maxGroups][i++]  = new Index(        "<strong>MGM</strong> Batteries",                           [122]);
indexs[maxGroups][i++]  = new Index(prodHd, "Mikuni Jets",                                              [91,92,93,94]);
indexs[maxGroups][i++]  = new Index(prod,   "Mikuni Jets <strong>Shindy</strong>",                      [91,92]);
indexs[maxGroups][i++]  = new Index(prod,   "Mikuni Jets <strong>OEM</strong>",                         [93,94]);
indexs[maxGroups][i++]  = new Index(        "Mini-Skis (<strong>Powermadd</strong>)",                   [42]);
indexs[maxGroups][i++]  = new Index(        "Mirror Kit",                                               [147]);
indexs[maxGroups][i++]  = new Index(mfgHd,  "<strong>Motion Pro</strong>",                              [98,99,100,154,158]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>Motion Pro</strong> Cables Fittings",              [154]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>Motion Pro</strong> Fuel Line &amp; Accessories",  [98,99,100]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>Motion Pro</strong> Tools",                        [158]);
indexs[maxGroups][i++]  = new Index(        "Modular Helmet",                                           [5]);
indexs[maxGroups][i++]  = new Index(        "<strong>Motul</strong>",                                   [155]);
indexs[maxGroups][i++]  = new Index(        "Mountain Bar",                                             [150]);
indexGroups[maxGroups++]  = new IndexGroup("M",i);
i = 0;
indexs[maxGroups]       = new Array(); // N
indexs[maxGroups][i++]  = new Index(        "Neck Brace",                               [12,13,14]);
indexs[maxGroups][i++]  = new Index(        "Neck gaiter (<strong>Schampa</strong>)",   [20]);
indexs[maxGroups][i++]  = new Index(prodHd, "<strong>NGK</strong>",                     [103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120]);
indexs[maxGroups][i++]  = new Index(prod,   "<strong>NGK</strong> Racing Wires",        [108]);
indexs[maxGroups][i++]  = new Index(prod,   "<strong>NGK</strong> Spark Plug Covers",   [108]);
indexs[maxGroups][i++]  = new Index(prod,   "<strong>NGK</strong> Spark Plug Fitment",  [109,110,111,112,113,114,115,116,117,118,119,120]);
indexs[maxGroups][i++]  = new Index(prod,   "<strong>NGK</strong> Spark Plugs",         [103,104,105,106,107]);
indexGroups[maxGroups++]  = new IndexGroup("N",i);
i = 0;
indexs[maxGroups]       = new Array(); // O
indexs[maxGroups][i++]  = new Index(        "<strong>O'Neal</strong> Grips",            [143]);
indexs[maxGroups][i++]  = new Index(        "Octane Booster",                           [157]);
indexs[maxGroups][i++]  = new Index(        "<strong>&Ouml;hlins</strong> Suspension",  [128]);
indexs[maxGroups][i++]  = new Index(prodHd, "Oil",                                      [155,156]);
indexs[maxGroups][i++]  = new Index(prod,   "Oil (<strong>Maxima</strong>)",            [156]);
indexs[maxGroups][i++]  = new Index(prod,   "Oil (<strong>Motul</strong>)",             [155]);
indexs[maxGroups][i++]  = new Index(        "<strong>One Industries</strong> Helmets",  [1,2,3,4]);
indexs[maxGroups][i++]  = new Index(prodHd, "Outer Wear",                               [25,30]);
indexs[maxGroups][i++]  = new Index(prod,   "Outer Wear (<strong>Gerbing's</strong>)",  [30]);
indexs[maxGroups][i++]  = new Index(prod,   "Outer Wear (<strong>SHR</strong>)",        [25]);
indexs[maxGroups][i++]  = new Index(        "Outlet Transfer Tube",                     [47,50,51]);
indexs[maxGroups][i++]  = new Index(        "Oversize Bar Adapter",                     [150]);
indexGroups[maxGroups++]  = new IndexGroup("O",i);
i = 0;
indexs[maxGroups]       = new Array(); // P
indexs[maxGroups][i++]  = new Index(prodHd, "Pants",                                          [22,25,29,30]);
indexs[maxGroups][i++]  = new Index(prod,   "Pants <strong>Gerbing's</strong>",               [29,30]);
indexs[maxGroups][i++]  = new Index(prod,   "Pants <strong>Schampa</strong>",                 [22]);
indexs[maxGroups][i++]  = new Index(prod,   "Pants <strong>SHR</strong>",                     [25]);
indexs[maxGroups][i++]  = new Index(        "Performace Kit (<strong>Ski-doo</strong>)",      [68]);
indexs[maxGroups][i++]  = new Index(        "Pipe Banding Kit",                               [64]);
indexs[maxGroups][i++]  = new Index(        "Pipes",                                          [45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63]);
indexs[maxGroups][i++]  = new Index(        "Piston Pin Puller",                              [159]);
indexs[maxGroups][i++]  = new Index(        "Pivot Adapter Kit",                              [149]);
indexs[maxGroups][i++]  = new Index(        "Pivot Riser Blocks",                             [149]);
indexs[maxGroups][i++]  = new Index(        "<strong>Plexus</strong>",                        [157]);
indexs[maxGroups][i++]  = new Index(        "Powder Pro Skis",                                [35,37]);
indexs[maxGroups][i++]  = new Index(        "Powder Snow Pre-Filter",                         [80,83,84]);
indexs[maxGroups][i++]  = new Index(        "Powder Valves",                                  [83]);
indexs[maxGroups][i++]  = new Index(        "<strong>Power Commander II</strong>",            [77]);
indexs[maxGroups][i++]  = new Index(        "Power Dome Heads",                               [67,68]);
indexs[maxGroups][i++]  = new Index(        "Power Pack",                                     [87]);
indexs[maxGroups][i++]  = new Index(        "Power Wings (<strong>Boyesen</strong>)",         [72]);
indexs[maxGroups][i++]  = new Index(mfgHd,  "<strong>Powermadd</strong>",                     [42,44,139,142,146,147,148,149]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>Powermadd</strong> Brake Line",          [149]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>Powermadd</strong> Handguards",          [146,147]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>Powermadd</strong> PowerRisers",         [148]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>Powermadd</strong> Rider Hold Tight",    [142]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>Powermadd</strong> Raisers",             [148,149]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>Powermadd</strong> Rok Straps",          [139]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>Powermadd</strong> Seat Wedge",          [44]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>Powermadd</strong> Skis",                [42]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>Powermadd</strong> Throttle Extension",  [149]);
indexs[maxGroups][i++]  = new Index(        "<strong>Powertye</strong> Tiedowns",             [135,136,137]);
indexs[maxGroups][i++]  = new Index(        "Pre-Filter (<strong>SLP</strong>)",              [83]);
indexGroups[maxGroups++]  = new IndexGroup("P",i);
//i = 0;
//indexs[maxGroups]       = new Array(); // Q
//indexGroups[maxGroups++]  = new IndexGroup("Q",i);
i = 0;
indexs[maxGroups]       = new Array(); // R
indexs[maxGroups][i++]  = new Index(        "Racing Wires",                                     [108]);
indexs[maxGroups][i++]  = new Index(prodHd, "Rad Valves",                                       [72,73,74,78]);
indexs[maxGroups][i++]  = new Index(prod,   "Rad Valves (<strong>Boyesen</strong>)",            [72,73,74]);
indexs[maxGroups][i++]  = new Index(prod,   "Rad Valves (<strong>V-Force</strong>)",            [78]);
indexs[maxGroups][i++]  = new Index(        "Radiator Removal Kit",                             [69]);
indexs[maxGroups][i++]  = new Index(        "Rage Cage Power Pack (<strong>Boyesen</strong>)",  [72]);
indexs[maxGroups][i++]  = new Index(        "<strong>Raider</strong> Helmets",                  [4]);
indexs[maxGroups][i++]  = new Index(        "Rail Extensions",                                  [125,126]);
indexs[maxGroups][i++]  = new Index(        "Rear Suspension Mounting Brackets",                [126]);
indexs[maxGroups][i++]  = new Index(        "Reeds (<strong>Boyesen</strong>)",                 [72,73,74,75,76]);
indexs[maxGroups][i++]  = new Index(        "Replacement Goggle Lenses",                        [10]);
indexs[maxGroups][i++]  = new Index(        "Rider Hold-Tight Riding Belt",                     [142]);
indexs[maxGroups][i++]  = new Index(prodHd, "Riser Blocks",                                     [148,149,151]);
indexs[maxGroups][i++]  = new Index(prod,   "Riser Blocks (<strong>Powermadd</strong>)",        [148,149]);
indexs[maxGroups][i++]  = new Index(prod,   "Riser Blocks (<strong>SLP</strong>)",              [151]);
indexs[maxGroups][i++]  = new Index(        "<strong>Rok Straps</strong>",                      [139]);
indexs[maxGroups][i++]  = new Index(        "Rubber Vibro-Insulator",                           [64]);
indexs[maxGroups][i++]  = new Index(        "Runners",                                          [39,40]);
indexGroups[maxGroups++]  = new IndexGroup("R",i);
i = 0;
indexs[maxGroups]       = new Array(); // S
indexs[maxGroups][i++]  = new Index(        "Saddle Brackets",                                  [38]);
indexs[maxGroups][i++]  = new Index(        "<strong>Schampa</strong>",                         [15,16,17,18,19,20,21,22,23,24]);
indexs[maxGroups][i++]  = new Index(        "Seat Riser",                                       [44]);
indexs[maxGroups][i++]  = new Index(        "Secondary Clutch Springs",                         [134]);
indexs[maxGroups][i++]  = new Index(        "<strong>See Blade</strong>",                       [11]);
indexs[maxGroups][i++]  = new Index(        "Shim Kits",                                        [132,133,134]);
indexs[maxGroups][i++]  = new Index(        "<strong>Shindy</strong> Jets",                     [91,92]);
indexs[maxGroups][i++]  = new Index(        "Shock Spring Tool",                                [159]);
indexs[maxGroups][i++]  = new Index(        "Shocks (<strong>&Ouml;hlins</strong>)",            [128]);
indexs[maxGroups][i++]  = new Index(mfgHd,  "<strong>SHR</strong>",                             [5,25,138]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>SHR</strong> Helmets",                     [5]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>SHR</strong> Outer Wear",                  [25]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>SHR</strong> Tiedowns",                    [138]);
indexs[maxGroups][i++]  = new Index(        "Silencers",                                        [45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63]);
indexs[maxGroups][i++]  = new Index(        "Silicone",                                         [69]);
indexs[maxGroups][i++]  = new Index(        "Silk clothing",                                    [15]);
indexs[maxGroups][i++]  = new Index(        "Ski Loops",                                        [37,41]);
indexs[maxGroups][i++]  = new Index(        "Ski Runners",                                      [39,40]);
indexs[maxGroups][i++]  = new Index(        "Ski Saddle Bracket",                               [38]);
indexs[maxGroups][i++]  = new Index(        "Ski Slips",                                        [41]);
indexs[maxGroups][i++]  = new Index(        "Skis",                                             [35,36,37]);
indexs[maxGroups][i++]  = new Index(        "Skull Caps",                                       [15,16,20,24]);
indexs[maxGroups][i++]  = new Index(        "Slide Rail Extension Kits",                        [125,126]);
indexs[maxGroups][i++]  = new Index(        "Slides",                                           [127]);
indexs[maxGroups][i++]  = new Index(mfgHd,  "<strong>SLP</strong>",                             [35,36,37,38,39,40,41,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,85,87,127,132,133,151,152,153,159,160,161,162]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>SLP</strong> Beam Breaker",                [41]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>SLP</strong> Boost Bottle",                [87]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>SLP</strong> Brake Cables",                [153]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>SLP</strong> Brake Kit",                   [153]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>SLP</strong> Brake Pads",                  [152]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>SLP</strong> Clutch Holding Fixture",      [161]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>SLP</strong> Exhaust",                     [45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>SLP</strong> Exhaust Springs",             [64]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>SLP</strong> Flow-Rite Intake Kits",       [85]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>SLP</strong> Helix",                       [132,133]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>SLP</strong> Power Pack",                  [87]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>SLP</strong> Replacement Loops",           [37]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>SLP</strong> Risers",                      [151]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>SLP</strong> Runners",                     [39,40]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>SLP</strong> Ski Saddle Bracket",          [38]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>SLP</strong> Ski Slips",                   [41]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>SLP</strong> Skis",                        [35,36,37]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>SLP</strong> Slides",                      [127]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>SLP</strong> Tools",                       [159,160,161,162]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>SLP</strong> Tunnel Extensions",           [43]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>SLP</strong> Universal Snow Deflector",    [63]);
indexs[maxGroups][i++]  = new Index(mfgHd,  "<strong>Smith</strong>",                           [6,7,8,9,10,143]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>Smith</strong> Goggles",                   [6,7,8,9]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>Smith</strong> Grips",                     [143]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>Smith</strong> Snow Mask",                 [10]);
indexs[maxGroups][i++]  = new Index(        "Snow Deflector",                                   [65]);
indexs[maxGroups][i++]  = new Index(        "Snow Skimmers",                                    [142]);
indexs[maxGroups][i++]  = new Index(        "Snowinch",                                         [140]);
indexs[maxGroups][i++]  = new Index(        "Snowinch Parts",                                   [140,141]);
indexs[maxGroups][i++]  = new Index(prodHd, "Snowmobile Brake Lines",                           [149,153]);
indexs[maxGroups][i++]  = new Index(prod,   "Snowmobile Brake Lines <strong>Powermadd</strong>",[149]);
indexs[maxGroups][i++]  = new Index(prod,   "Snowmobile Brake Lines <strong>SLP</strong>",      [153]);
indexs[maxGroups][i++]  = new Index(        "Snowmobile Drive Belts",                           [129,130,131]);
indexs[maxGroups][i++]  = new Index(        "SnowVibe Cartridge",                               [150]);
indexs[maxGroups][i++]  = new Index(        "Spark Plug Covers",                                [108]);
indexs[maxGroups][i++]  = new Index(        "Spark Plug Fitment",                               [109,110,111,112,113,114,115,116,117,118,119,120]);
indexs[maxGroups][i++]  = new Index(        "Spark Plugs",                                      [103,104,105,106,107]);
indexs[maxGroups][i++]  = new Index(        "Speed Clip",                                       [11]);
indexs[maxGroups][i++]  = new Index(        "Speedo Block Off Plug",                            [83]);
indexs[maxGroups][i++]  = new Index(        "Spider Shims",                                     [132]);
indexs[maxGroups][i++]  = new Index(        "Spider Tools",                                     [160,161,162]);
indexs[maxGroups][i++]  = new Index(        "Spring Compression Tool",                          [160]);
indexs[maxGroups][i++]  = new Index(        "Spring Hooks",                                     [159]);
indexs[maxGroups][i++]  = new Index(prodHd, "Springs",                                          [64,69]);
indexs[maxGroups][i++]  = new Index(prod,   "Springs Exhaust",                                  [64]);
indexs[maxGroups][i++]  = new Index(prod,   "Springs Exhaust Valve",                            [69]);
indexs[maxGroups][i++]  = new Index(        "Stabilizer kit (Engine)",                          [70]);
indexs[maxGroups][i++]  = new Index(        "<strong>Stormgear</strong> Technical Wear",        [21]);
indexs[maxGroups][i++]  = new Index(        "Stud Installation Tool",                           [158]);
indexs[maxGroups][i++]  = new Index(        "Super Slippery Helix Ramp Buttons",                [132]);
indexs[maxGroups][i++]  = new Index(mfgHd,  "<strong>Symtec</strong>",                          [144,145]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>Symtec</strong> Grips",                    [144,145]);
indexs[maxGroups][i++]  = new Index(mfg,    "<strong>Symtec</strong> Thumbwarmers",             [144,145]);
indexGroups[maxGroups++]  = new IndexGroup("S",i);
i = 0;
indexs[maxGroups]       = new Array(); // T
indexs[maxGroups][i++]  = new Index(        "<strong>Techlusion</strong> TFI Box",  [71]);
indexs[maxGroups][i++]  = new Index(        "Temperature Controllers",              [33,34]);
indexs[maxGroups][i++]  = new Index(        "Temperature Sensor Bypass Plug",       [69]);
indexs[maxGroups][i++]  = new Index(        "Tension Adjustment Scale",             [161]);
indexs[maxGroups][i++]  = new Index(        "Thermal Shirts",                       [18]);
indexs[maxGroups][i++]  = new Index(        "Thermo-Shield Tape",                   [69]);
indexs[maxGroups][i++]  = new Index(        "Throttle Blocks",                      [150]);
indexs[maxGroups][i++]  = new Index(        "Throttle Cable Extension Kit",         [149]);
indexs[maxGroups][i++]  = new Index(prodHd, "Thumbwarmers",                         [143,144,145]);
indexs[maxGroups][i++]  = new Index(prod,   "Thumbwarmers <strong>Karbona</strong>",[143]);
indexs[maxGroups][i++]  = new Index(prod,   "Thumbwarmers <strong>Symtec</strong>", [144,145]);
indexs[maxGroups][i++]  = new Index(prodHd, "Tiedowns",                             [135,136,137,138,139]);
indexs[maxGroups][i++]  = new Index(prod,   "Tiedowns <strong>Powertye</strong>",   [135,136,137]);
indexs[maxGroups][i++]  = new Index(prod,   "Tiedowns <strong>Rox</strong>",        [139]);
indexs[maxGroups][i++]  = new Index(prod,   "Tiedowns <strong>SHR</strong>",        [138]);
indexs[maxGroups][i++]  = new Index(        "Tools",                                [158,159,160,161,162]);
indexs[maxGroups][i++]  = new Index(        "Torque Arms",                          [70]);
indexs[maxGroups][i++]  = new Index(        "Track Anti-Wear Pads",                 [127]);
indexs[maxGroups][i++]  = new Index(        "Track Cutting Tool",                   [158]);
indexs[maxGroups][i++]  = new Index(        "Track Drill",                          [162]);
indexs[maxGroups][i++]  = new Index(        "<strong>Tri-Keel</strong> Skis",       [36,37]);
indexs[maxGroups][i++]  = new Index(        "<strong>Trooper II</strong> Helmets",  [3]);
indexs[maxGroups][i++]  = new Index(        "Tube Heat Shield",                     [87]);
indexs[maxGroups][i++]  = new Index(        "Tunnel Extensions",                    [43]);
indexGroups[maxGroups++]  = new IndexGroup("T",i);
i = 0;
indexs[maxGroups]       = new Array(); // U
indexs[maxGroups][i++]  = new Index(        "<strong>Unifilter</strong> Air Filters", [88]);
indexs[maxGroups][i++]  = new Index(        "Universal Pipe Banding Kit",             [64]);
indexs[maxGroups][i++]  = new Index(        "Universal Pivot Riser System",           [148]);
indexs[maxGroups][i++]  = new Index(        "Universal Rear Suspension Hanger",       [126]);
indexs[maxGroups][i++]  = new Index(        "Universal Snow Deflector",               [65]);
indexGroups[maxGroups++]  = new IndexGroup("U",i);
i = 0;
indexs[maxGroups]       = new Array(); // V
indexs[maxGroups][i++]  = new Index(        "<strong>V-Force</strong> Reeds",                   [78]);
indexs[maxGroups][i++]  = new Index(        "Vents",                                            [84]);
indexs[maxGroups][i++]  = new Index(        "Vest (<strong>Gerbing's</strong>)",                [26,29]);
indexs[maxGroups][i++]  = new Index(        "Vibro-Insulator",                                  [64]);
indexs[maxGroups][i++]  = new Index(        "<strong>VISU Filter</strong> Inline Fuel Filters", [97]);
indexGroups[maxGroups++]  = new IndexGroup("V",i);
i = 0;
indexs[maxGroups]       = new Array(); // W
indexs[maxGroups][i++]  = new Index(        "<strong>WarmSkin</strong> Technical Wear",     [15,22]);
indexs[maxGroups][i++]  = new Index(        "<strong>WARN</strong> Snowinch",               [140]);
indexs[maxGroups][i++]  = new Index(        "Water Temp Sensor Hose Splice",                [69]);
indexs[maxGroups][i++]  = new Index(        "Wedge Seat Riser",                             [44]);
indexs[maxGroups][i++]  = new Index(        "Weights",                                      [133]);
indexs[maxGroups][i++]  = new Index(        "<strong>Wilwood</strong> Brake Cylinder Kit",  [153]);
indexs[maxGroups][i++]  = new Index(        "Wiper Blade",                                  [11]);
indexGroups[maxGroups++]  = new IndexGroup("W",i);
i = 0;
indexs[maxGroups]       = new Array(); // X
indexs[maxGroups][i++]  = new Index(        "<strong>XStream</strong> Air Filters", [89]);
indexGroups[maxGroups++]  = new IndexGroup("X",i);
i = 0;
indexs[maxGroups]       = new Array(); // Y
indexs[maxGroups][i++]  = new Index(        "<strong>Yuasa</strong> Batteries", [123]);
indexGroups[maxGroups++]  = new IndexGroup("Y",i);
//i = 0;
//indexs[maxGroups]       = new Array(); // Z
//indexs[maxGroups][i++]  = new Index("",[]);
//indexGroups[maxGroups++]  = new IndexGroup("Z",i);

/****** Bellow are the blank lines needed
i = 0;
indexs[maxGroups]       = new Array();
indexs[maxGroups][i++]  = new Index("",[]);
indexGroups[maxGroups++]  = new IndexGroup("",i);
*******************************************************************************/
