+ "</H1>\r\n");
out.println(getStylesheetHTML(request));
out.println("Skipping VLI format - this format is simply an index to find rows in a corresponding table file, it isn't very interesting to look at so its getting skipped.");
} else if (filename.endsWith("ti")) {
RequestDispatcher rd = request.getRequestDispatcher("/Thematic");
rd.forward(request, response);
} else if (filename.endsWith("si") || filename.endsWith("si.")) {
RequestDispatcher rd = request.getRequestDispatcher("/SpatialIndex");
rd.forward(request, response);
} else if (filename.endsWith(".doc")) {
RequestDispatcher rd = request.getRequestDispatcher("/DocFile");